How to uninstall bundled software in Win10? How to uninstall bundled software in Win10

  

To uninstall the bundled software in Win10:

1. Click on the Start menu and enter the "Get-AppxPackage -User username” command (‘username’please replace with the current actual username);

2. Run the “Get-AppxPackage” command to display all installed applications;

3. Find the application you want to delete and copy the actual “PackageFullName”; Br>

4, Run “Remove-AppxPackage PackageFullName”Command;

Example:

If you want to uninstall the ‘People’(People) application in Windows 10 system, Then run “Remove-AppxPackage Microsoft.People_1.10241.0.0_x64__8wekyb3d8bbwe”.

Note: 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