Traditional Culture Encyclopedia - Weather inquiry - Win 10 apps have all been deleted. How can the app store be restored?

Win 10 apps have all been deleted. How can the app store be restored?

Win 10' s own command simplifies the application, which can be reinstalled by searching the name of the app or completely restored by PowerShell command. The specific operation method is as follows:

Method 1: Search for the application name and reinstall.

As shown in the figure below, for example, win 10 has its own weather. After deletion, you can search for "weather" in win 10 APP Store, and the "MSN weather" in the search results is the weather APP that comes with win 10, just reinstall it, and so on for other apps:

Method 2: completely restore all the apps that come with win 10 through PowerShell command.

1, as shown in the following figure, right-click win logo in the lower left corner of win 10, and click PowerShell in the right-click menu:

2. As shown in the figure below, enter:

get-appx package-all users | Foreach { Add-appx package-disabled development mode-Register " $($ _。 install location)\ appxmanifest . XML " }

Press Enter again, automatic recovery may take a long time, please wait patiently until the prompt is completed: