Home  >  Article  >  System Tutorial  >  Detailed steps to reinstall WIN10 App Store

Detailed steps to reinstall WIN10 App Store

WBOY
WBOYforward
2024-03-27 14:11:15521browse

Recently, various problems have occurred in the WIN10 App Store, causing users to be unable to use it normally. In response to this situation, PHP editor Xiaoxin has compiled detailed steps for reinstalling the WIN10 App Store. Just follow the steps to solve problems such as the inability to open the app store and failed app downloads, and restore your WIN10 system to normal operation.

1. Click the search box in the desktop taskbar.

Detailed steps to reinstall WIN10 App Store

2. Enter powershell to open the Windows PowerShell function.

Detailed steps to reinstall WIN10 App Store

3. The Windows PowerShell window will pop up. Enter the command Get-AppxPackage -allusers | Select Name, PackageFullName here.

Detailed steps to reinstall WIN10 App Store

4. All installed applications of Windows 10 system will be listed. Find the Microsoft.WindowsStore menu item and copy the content behind it.

Detailed steps to reinstall WIN10 App Store

5. Then enter in the following command line: Add-appxpackage -register [C: Program FilesWindowsAppsMicrosoft.WindowsStore_11701.1001.99.0_x64__8wekyb3d8bbweappxmanifest.xml] -disabledevelopmentmode.

Detailed steps to reinstall WIN10 App Store

6. The WIN10 system will automatically install and redeploy the app store.

The above is the detailed content of Detailed steps to reinstall WIN10 App Store. For more information, please follow other related articles on the PHP Chinese website!

Statement:
This article is reproduced at:zol.com.cn. If there is any infringement, please contact admin@php.cn delete