0

Did you go a little crazy uninstalling all of the default apps in Windows 10? Luckily for you, getting them back is as easy as...well, uninstalling them in the first place.
1. Open PowerShell as an administrator. To do this, click the Start button to open the Start menu, go to All apps > Windows PowerShell and right-click on Windows PowerShell.
Click Run as administrator from the dropdown menu. You may see a pop-up window asking you if you want to allow this app to make changes to your computer -- click Yesto proceed.

2. Type or paste the following code into the PowerShell window:
Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"
3. Press the Enter key. At first, it might seem like nothing is happening - wait about a minute and then check your Start menu to see if the Windows 10 default apps have reappeared. If you see an error message, restart your computer and check your Start menu (if you don't see the default apps, check to make sure you've copied the code correctly).

Post a Comment Blogger

 
Top