2. Right click on Windows PowerShell and choose Run as Administrator
3. Once PowerShell is opened. Inside PowerShell type in the command below and press Enter
Get-AppxPackage -allusers Microsoft.WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
0 comments:
Post a Comment