Uninstall All Pre-Installed Apps in Windows 10 Using Powershell
Besides the individual apps, if you just want to get rid of all the pre-installed apps, then you can do that as well. Just open the Powershell as administrator, paste the below command in it and press the Enter button.
Get-AppxPackage -AllUsers | Remove-AppxPackage
The above action will initialize the uninstallation of all the pre-installed apps for all the users. The Powershell window may display a bunch of errors with bright red text all over the screen. Just don’t freak out, as it is displaying errors regarding the apps it cannot uninstall.
Recent Comments