Reinstalling built-in apps on my HUAWEI computer
Applicable products:
PC,Desktop
Applicable system:
Windows 10, Windows 11
Applicable products:
Applicable system:
Reinstalling built-in apps on my HUAWEI computer |
Some apps, such as Calculator, Weather, Calendar, and Microsoft Edge, are preinstalled on your computer running Windows OS. If these apps cannot work properly due to certain issues or are uninstalled suddenly, you can perform the following operations to reinstall all built-in apps in Windows.
- Search for "PowerShell" in the search box on the taskbar, select Windows PowerShell, and then select Run as Administrator.
- Enter the Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"} command in the window, and then press Enter.
- Wait until the command execution is complete. Then the built-in apps in the Windows OS are restored to the initial state. Generally, the apps can work properly after the command is executed. If not, restart your computer.
Thanks for your feedback.