Method One:
1, in the Search menu input PowerShell, and on the search results click the right mouse button, choose to run as an administrator;
2, for application store app problem
To execute a command under Windows PowerShell (Administrator):
Get-appxpackage-allusers | Foreach {Add-appxpackage-disabledevelopmentmode-register $ ($_). installlocation) \appxmanifest.xml "}, and enter run;
Note: When running, you need to quit all operations, or you will be the error of the program is occupied.
3, for the application store problem
To execute a command under Windows PowerShell (Administrator):
$manifest = (Get-appxpackage microsoft.windowsstore). InstallLocation + ' \appxmanifest.xml '; Add-appxpackage-disabledevelopmentmode-register $manifest
Method Two:
1, open this computer-C disk;
2, find the user folder;
3, open the current account named folder;
4, open Appdata/local/packages/microsoft.windowsstore_8wekyb3d8bbwe/localcachel
5, delete all the files in the directory.