Home >Common Problem >What to do if the win10 app store cannot be opened
What should I do if the win10 app store cannot be opened? Win10’s system application store is a very easy-to-use application download and installation software. It is the most comprehensive, high-quality, unbundled application acquisition software officially launched by Microsoft. However, when some friends want to obtain software through the Win10 App Store, they find that the Win10 App Store cannot be opened. What is going on and how to solve it? Below, the editor will show you the win10 App Store cannot be started solution.
1. Click the start menu and select "Settings". As shown below
2. In the settings interface, click to enter "Update and Security". As shown below
3. Click Windows Update, check for updates, install all updates and then restart. If not, continue with the following steps. As shown below
Press the Win X key to open Run, enter "wsreset" and press Enter. This operation will reset the app store. As shown below
5. Then you can download the official repair tool.
6. Then search for "Powershell" on the taskbar, right-click and select "Run as administrator". As shown below
7. Copy the command: $manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation 'AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest Click the shortcut key in the blank space of the Powershell desktop program to copy it, and press Enter to confirm. As shown below
8. Same as above and copy the following command: Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)AppXManifest.xml"} Press Enter to confirm. As shown below
The above is about What should I do if the win10 app store cannot be opened? The entire content of the solution for the win10 app store cannot be launched. For more computer browser-related content, please pay attention to this site.
The above is the detailed content of What to do if the win10 app store cannot be opened. For more information, please follow other related articles on the PHP Chinese website!