How to uninstall bundled software in Win10?

  
To uninstall the bundled software in Win10:
1. Click the Start menu and enter the “Get-AppxPackage -User username” command (‘username’please replace it with the current actual user name);
2, Run“ Get-AppxPackage“ 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;
Example:
If you want to uninstall the ‘People & rsquo; (People) application on Windows 10, then run “Remove-AppxPackage Microsoft.People_1.10241.0.0_x64__8wekyb3d8bbwe”.

Remarks: Care should be taken when performing the above operations, as 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.
The above is the way to uninstall the bundled software in Win10. So, friends who need it can try it manually.
Copyright © Windows knowledge All Rights Reserved