Similar to Apple's approach, Microsoft doesn't force users to use their services after installing Windows 10. Some applications and services, such as Groove Music, Film & TV, Xbox, Money, Sports, News, or even the Photos app on the Universal interface, may not be of interest to many Vietnamese users. Check out how to remove applications on Windows 10 for more details.
Removing Applications on Windows 10: Uninstalling Installed Programs on Win 10
Step 1: First, access the Start menu and search for 'powershell,' then right-click and select Run as administrator.
Step 2: Once you've accessed PowerShell, use the following commands to uninstall applicationsin Windows 10
Uninstalling 3D Applications:
Get-AppxPackage *3d* | Remove-AppxPackage
Uninstall Camera:
Get-AppxPackage *camera* | Remove-AppxPackage
Uninstall Mail and Calendar:
Get-AppxPackage *communi* | Remove-AppxPackage
Uninstall Money, Sports, News and Weather:
Get-AppxPackage *bing* | Remove-AppxPackage
Uninstall Groove Music and Film & TV:
Get-AppxPackage *zune* | Remove-AppxPackage
Uninstall People:
Get-AppxPackage *people* | Remove-AppxPackage
Uninstall Phone Companion:
Get-AppxPackage *phone* | Remove-AppxPackage
Uninstall Photos:
Get-AppxPackage *photo* | Remove-AppxPackage
Uninstall Solitaire Collection:
Get-AppxPackage *solit* | Remove-AppxPackage
Uninstall Voice Recorder:
Get-AppxPackage *soundrec* | Remove-AppxPackage
Uninstall Xbox:
Get-AppxPackage *xbox* | Remove-AppxPackage
After uninstallation, you may encounter warnings as below. However, don't worry, running the command means the application has been completely uninstalled.
So there you have it, Mytour has just introduced you to how to uninstall applications on Windows 10, uninstall programs installed on Win 10. If not in use, it's best to uninstall to avoid wasting computer resources, and it also reduces clutter during usage. Additionally, we also provide guidance on How to Enable GodMode in Windows 10 to allow users to intervene more deeply into the system for customization purposes.
