Reinstalling built-in apps on my HUAWEI computer

Applicable products: PC,Desktop
Applicable products:
zoom in pic
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.

  1. Search for "PowerShell" in the search box on the taskbar, select Windows PowerShell, and then select Run as Administrator.

  2. Enter the Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"} command in the window, and then press Enter.

  3. 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.
Helpful or not?
Thanks for your feedback.