How to Reinstall Default Apps in Windows 10/8.1/8 [Tutorial]
How to Reinstall Default Apps in Windows 10/8.1/8 [Tutorial].
Command Shown:
Get-AppxPackage -Allusers | Foreach {Add-AppxPackage -register “$($_.InstallLocation)\appxmanifest.xml” -DisableDevelopmentMode}
In a previous tutorial I mentioned the way to uninstall the default apps in Windows 10, 8.1 or 8. Keep in mind that when you uninstall an app from Windows 10 or 8, in fact you un-register the app from the user(s). This means that you make the app unavailable to the user(s), but all the installation files of this app, are still remain on your computer and you can use them at in any time, if you want to reinstall the app on the future.
We already know that Microsoft Windows 10 comes with many pre-installed apps and some of us will never ever bother to use these apps. Some of these apps can be downloaded from Windows Store app . But sometimes they can’t be downloaded just like Windows store app itself.
This tutorial will apply for computers, laptops, desktops,and tablets running the Windows 10 and Windows 8/8.1 operating systems.Works for all major computer manufactures (Dell, HP, Acer, Asus, Toshiba, Lenovo, Samsung).