How to uninstall the bundled software in Win10

  
1. Click the Start menu and enter the "Get-AppxPackage - User username” command (‘username’please replace with the current actual user name);
2, Run“Get-AppxPackage&ldquo ; command, all installed applications will be displayed at this time;
3, find the application to be deleted, copy the actual "PackageFullName";
4, run "Remove-AppxPackage PackageFullName" command; Br>Example:
If you want to uninstall the ‘People’(People) application on Windows 10, then run “Remove-AppxPackage Microsoft.People_1.10241.0.0_x64__8wekyb3d8bbwe”.

When performing the above operations, be careful, you should be cautious because some bundled applications are part of the system runtime. If you don't know what this application is, you should first check the information and then make a decision, or leave it alone, and ignore it. In order to save the hard disk space, the system will be defeated.
Copyright © Windows knowledge All Rights Reserved