Solution to the problem that the Win10 App Store is missing: First click "This PC" and find the "Program Files" folder in the system disk; then click Change on the owner; then click Advanced in the pop-up interface ;Finally select "Windows Powershell" and enter "Add-app".
The operating environment of this tutorial: Windows 10 system, Dell G7 computer.
Recommended tutorial: "Windows Operation and Maintenance"
Click "This Computer" and find the "Program Files" folder on the system disk (c drive). Right-click the "WindowsApps" folder and select Properties-Security-Advanced. Click Change
# on the owner and then click Advanced in the pop-up interface. Next, click Find Now, find and click Administrators, confirm to save and exit
Return to open the WindowsApps file under Program Files folder, find the folder of Microsoft.WindowsStore_xxxxxxx (version number)_x64__8wekyb3d8bbwe, copy the name
, right-click the win key in the lower left corner, select "Windows Powershell (Administrator)", copy Enter:
Add-appxpackage -register "C:\ProgramFiles\WindowsApps\Microsoft.WindowsStore_xxxxxxx(版本号)_x64__8wekyb3d8bbwe\appxmanifest.xml" –disabledevelopmentmode。
The bold font is the file name found above
The problem of the win10 store disappearing is solved
The above is the detailed content of What should I do if the win10 app store is missing?. For more information, please follow other related articles on the PHP Chinese website!