How to uninstall non-essential core applications for Windows 10 Slim PowerShell Dafa

  
On Microsoft's latest push of the new generation of Windows
10 systems, as with the earlier versions, many pre-installed application services are bundled, but there must be Quite a lot is what you don't need now. Although common apps can be easily uninstalled through the Start menu, for some "core apps", it's not easy to leave them, because there is no traditional uninstall option at all. Of course, as long as you are proficient in PowerShell, deleting these apps is still a piece of cake.
How to use:
• Open the Start menu, type "PowerShell" and press Enter;
• Run “Get-AppxPackage -User username”Command (‘username’please replace with current actual Username), all installed applications will be displayed at this time;
• Find the application to be deleted, copy the actual “PackageFullName";
• Run“Remove-AppxPackage PackageFullName” command;
For example:
If you want to uninstall the ‘People’ (People) app in Windows 10, then run “Remove-AppxPackage Microsoft.People_1.10241.0.0_x64__8wekyb3d8bbwe”.

It should be noted that caution should be exercised when performing the above operations. After all, some are necessary for the integrity of the system. If you don't know what an app is doing, it's best to leave it there (safety first).
Copyright © Windows knowledge All Rights Reserved