When you are using Windows 10 and find that the applications that come with the system suddenly cannot be opened normally, how should you solve this problem? In order to help everyone solve this problem, PHP editor Youzi has compiled a detailed solution. By reading below, you'll learn what causes this issue and how to fix it step-by-step to get your Windows 10 apps back running normally.
Solution to the problem that all apps that come with Win10 cannot be opened
1. Enter [Powershell] in the taskbar search box in the lower left corner of the computer, and then click [Windows Powershell] that appears, and Select [Run as administrator] to open.
2. Then enter in the opened window: Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)AppXManifest. xml"} and hit the Enter key.
3. Finally, wait for the scroll bar to complete automatically to solve the problem encountered.
The above is the detailed content of What to do if all the apps that come with Win10 cannot be opened_What to do if all the apps that come with Win10 cannot be opened. For more information, please follow other related articles on the PHP Chinese website!