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 . :
Type (or copy paste) the following command:
Get-AppxPackage –AllUsers
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:
- 3D printing: Get-AppxPackage * 3d * |Remove-AppxPackage
- People: Get-AppxPackage * people * |Remove-AppxPackage
- Camera: Get-AppxPackage * camera * |Remove-AppxPackage
- Xbox app: Get-AppxPackage * xbox * |Remove-AppxPackage
- Music and TV / Videos: Get-AppxPackage * zune * |Remove-AppxPackage
- Money / Sports / News / Weather: Get-AppxPackage * bing * |Remove-AppxPackage
- Photos: Get-AppxPackage * photo * |Remove-AppxPackage
- Solitaire: Get-AppxPackage * solit * |Remove-AppxPackage
- Mail / Calendar: Get-AppxPackage * communi * |Remove-AppxPackage
- Voice Recorder: Get-AppxPackage * soundrec * |Remove-AppxPackage
- Phone integration: Get-AppxPackage * phone * |Remove-AppxPackage
If you want to remove all the programs, use the command:
Get-AppxPackage -AllUsers | Remove-AppxPackage
Good luck!
You should read it
- 12 programs and Windows applications are not required you should uninstall
- Remove 'root' programs that haven't been uninstalled completely on Windows 7, XP
- 3 ways to quickly remove applications on Windows 11 from your computer
- Remove hidden software in Windows 7, not found in Control Panel
- Instructions to uninstall many applications at once on Windows 8.1
- How to Uninstall a Program
- How to Uninstall a Program in Windows 8
- 4 ways to return to the previous version of Windows 10 without losing data
- How to Completely Uninstall SopCast 3.5
- How to Uninstall Programs in Windows 10
- Uninstall and delete programs in Open With in Windows 7
- How to completely uninstall WSL on Windows 10/11