Wednesday, November 22, 2017

How To Reinstall Windows 10 Default Apps using PowerShell


How To Reinstall Windows 10 Default Apps using Powershell

Because sometime windows 10 default apps are not opening or not working properly that's why windows 10 user's uninstall them.



If you uninstall any default apps in windows 10 and now you want to reinstall them back then read this article till because in this article i will tell you very easily way to reinstall all default apps in windows 10.

So let's start, follow my below mention steps...

Step 1 : Search for "Windows PowerShell" and open as administrator.




Step 2 : Now you just need to execute below mention command in the windows powershell.

Command is : Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}



Just copy that command, paste in powershell and hit enter key to execute it...

This command will start reinstalling all the default apps of windows 10 again.

Once this command ends execution, restart your PC.

When you login, you should find all your missing default apps available in windows 10.

Watch Tutorial