For some users who use the win8.1 operating system, sometimes when using a magnetic patch in the Metro interface, they find that the shortcuts in the tiles are not working properly, and the problem usually occurs when the user returns from the WIN10 system to the win8.1 system, of course, in the "original" win8.1 system also encountered this problem, but many users do not know how to solve it? For this method we can try to change the system login account, if still can not solve, we can use the method provided below to try to solve the problem!
Solving method
1. Right-click on the taskbar, select "Properties", switch to the "Navigation" tab, tick the third "when I right-click ... PowerShell ", confirm;
2. Right-click the "Start" logo and choose Windows PowerShell (Admin);
3. Applicable to store apps problems
Execute commands under Windows PowerShell (Administrator) (right-click to paste the following commands after copying):
Get-appxpackage-allusers | Foreach {Add-appxpackage-disabledevelopmentmode-register $ ($_). installlocation) Appxmanifest.xml "}
Applicable to Windows Store issues
Execute commands under Windows PowerShell (Administrator) (right-click to paste the following commands after copying):
$manifest = (Get-appxpackage microsoft.windowsstore). InstallLocation + ' appxmanifest.xml '; Add-appxpackage-disabledevelopmentmode-register $manifest
If the above steps cannot be resolved, locate the following folder and delete its local cache file:
1. Enter "This computer"-"C-Disk"
2. Locate the "User" folder
3. Open the folder named for your current account
4. Open "AppData"-"local"-"Packages"-"Microsoft.windowsstore_8wekyb3d8bbwe"-"Localcachel"
5. Delete all files in the directory.
Another method:
Delete c:users (username) appdatalocalpackagesmicrosoft.windowsstore_8wekyb3d8bbwelocalcache files on it (please show hidden files and folders if you can't find them).
The above is a small series for you to solve win8.1 magnetic paste can not open the method, users through the above several methods can basically solve the problems you encounter, if you still can not solve the problem, you can pass the message will be your query to tell small, small series will be for you to do further answers!