Windows Store will not install apps [Beitrag #2621] |
Mon, 04 March 2019 04:21 |
adamle01
Beiträge: 1 Registriert: March 2019
|
Junior Member |
|
|
Windows Store will not install apps
Hello all!
This is a problem that I cannot solve on my own. Google was not of much help either.
I can get to an app download page, but the moment I click install the window vanishes and reappears instantly.
I made a screen recording of this happening so that everyone is on the same page.
Oh, and here are the codes that I got from google searches.
Code:
Set-ExecutionPolicy Unrestricted
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register â?#339;$($_.InstallLocation)AppXManifest.xmlâ?#157;}
Code:
WSReset.exe
|
|
|