This fixes problems with the Microsoft Store and Apps.
It also fixes these problems:
- You cannot left click the SPEAKER icon and change the volume
- You cannot left click the NETWORK icon and it bring up the list of available networks
- You cannot add a new local user account. It says "Search for app in the Store"
Here is the steps to fix it:
- Launch Powershell as Administrator
- Copy and Paste this command: Set-ExecutionPolicy Unrestricted
- Select YES TO ALL
- When that command is done, copy and paste this command into Powershell: Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
- This command will take a while to run, so be patient. And it will seem like its hung at several points. WAIT FOR IT!! You will know its done when you get back to the command prompt.
- Restart the computer.