Windows Cannot Find MS-Windows-Store: PurgeCaches - Fix - Windows 10 / 8 / 7

121 Aufrufe
Published
#WindowsCannotFind #MS-Windows-Store:PurgeCaches #Fix

Windows Powershell Command :

PowerShell -ExecutionPolicy Unrestricted -Command "& {$manifest = (Get-AppxPackage *WindowsStore*).InstallLocation + '\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}"

Get-AppxPackage -allusers Microsoft.WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)AppXManifest.xml"}
Kategorien
PC (Windows/Mac/Linux) Anleitungen
Kommentare deaktiviert.