What should I do if the application store flashes after Win10 deletes the WindowsApps folder?

  

There is a WindowsApps folder under the Win10 system. If you delete this folder, it will cause the Win10 app store to flash back. Some users don't know about this situation and have deleted this folder. What should I do at this time?

Solution:

Method 1:

1. Enter PowerShell in the search menu and right click on the search results to select Run as administrator; Br>

2. For App Store APP

Execute the command under Windows PowerShell (Administrator):

Get-AppXPackage -AllUsers |  Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\\AppXManifest.xml”}, and press Enter;

Note: All operations need to be quit when running, otherwise the program will be reported. Occupied.

3, for the app store problem

Execute the command under Windows PowerShell (admin):

$manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + &lsquo ;\\AppxManifest.xml’ ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest

Method 2:

1. Open this computer —C drive;

2 User folder;

3, open the folder named by the current account;

4, open Appdata/Local/Packages/Microsoft.WindowsStore_8wekyb3d8bbwe/LocalCachel

5, the directory All files under are deleted.

The above is the solution for the application store flashback after Win10 deletes the WindowsApps folder. If you don't use the Win10 app store often, you can delete this folder. After the WindowsApps folder is deleted, the app store flashes back. You can also use this method to recover.

Copyright © Windows knowledge All Rights Reserved