How to remove all available applications on Windows 10?

Just like the SamSung phones, there are quite a lot of programs on Windows 10 that we ... never use. But they do not appear in Control Panel, so how to remove all those programs? In the article below, TipsMake.com will share with you some steps to solve that problem.

Just like the SamSung phones, there are quite a lot of programs on Windows 10 that we . never use. But they do not appear in Control Panel, so how to remove all those programs? In the article below, TipsMake.com will share with you some steps to solve that problem.

Steps to take:

To do this, you need to use Windows PowerShell as Administrator. Open Start Menu > type powershell> right-click and select Run as . :

How to remove all available applications on Windows 10? Picture 1How to remove all available applications on Windows 10? Picture 1

Type (or copy paste) the following command:

Get-AppxPackage –AllUsers

How to remove all available applications on Windows 10? Picture 2How to remove all available applications on Windows 10? Picture 2

After Enter, the PowerShell screen will look like the image above. And to remove the programs already available in Windows 10, you take turns following the steps below:

  1. 3D printing: Get-AppxPackage * 3d * |Remove-AppxPackage
  2. People: Get-AppxPackage * people * |Remove-AppxPackage
  3. Camera: Get-AppxPackage * camera * |Remove-AppxPackage
  4. Xbox app: Get-AppxPackage * xbox * |Remove-AppxPackage
  5. Music and TV / Videos: Get-AppxPackage * zune * |Remove-AppxPackage
  6. Money / Sports / News / Weather: Get-AppxPackage * bing * |Remove-AppxPackage
  7. Photos: Get-AppxPackage * photo * |Remove-AppxPackage
  8. Solitaire: Get-AppxPackage * solit * |Remove-AppxPackage
  9. Mail / Calendar: Get-AppxPackage * communi * |Remove-AppxPackage
  10. Voice Recorder: Get-AppxPackage * soundrec * |Remove-AppxPackage
  11. Phone integration: Get-AppxPackage * phone * |Remove-AppxPackage

If you want to remove all the programs, use the command:

Get-AppxPackage -AllUsers | Remove-AppxPackage

How to remove all available applications on Windows 10? Picture 3How to remove all available applications on Windows 10? Picture 3

Good luck!

5 ★ | 1 Vote