Use PowerShell To Uninstall Built Windows 10
Use PowerShell To Uninstall Built Windows 10
You can uninstall most of the built-in apps—even ones that don’t normally offer an
“Uninstall” option—with a PowerShell cmdlet. Note, however, that this trick won’t allow you
to remove a few of the most important built-in apps, like Cortana and Microsoft Edge. If you
try, you’ll see an error message saying they can’t be removed.
First, open PowerShell as administrator. Hit Windows+X, and then choose the “Windows
PowerShell (Admin)” option from the Power User menu.
Note: If you haven’t installed the Windows 10 Creators Update from Spring, 2017 yet, you
might see the Command Prompt featured on the Power User menu instead of PowerShell. In
this case, hit Start, type “PowerShell” into the search box, right-click the PowerShell result,
and then select the “Run as administrator” option.
At the PowerShell prompt, copy and paste one or more of the following commands—pressing
Enter after each command—to remove the apps you don’t want on your Windows 10 system:
Uninstall 3D Builder:
Uninstall Calculator:
Uninstall Camera:
Uninstall Cortana:
Uninstall Maps:
Uninstall Money:
Uninstall OneNote:
Uninstall People:
Uninstall Photos:
Uninstall Store:
Uninstall Sports:
Uninstall Weather:
Uninstall Xbox:
If you decide you want the preinstalled apps back, you can reinstall them with a single line of
PowerShell code. Again, open a PowerShell window as Administrator. Copy and paste the
following line at the PowerShell prompt, and then press Enter:
This command tells Windows to install those default apps again. Give it some time and allow
it to finish, even if nothing appears to happen at first. Even if you see an error message, restart
your PC, and then examine your Start menu—you may just have all those default apps back
again, anyway.
Again, the only real advantage to doing this is some mild decluttering of your Start menu. It’s
also likely that future updates (especially major updates) could reinstall those apps.