How to completely remove the Win10 pre-installed application?

  
Generally speaking, we all regard the official official version of the Windows 10 system as a pure version of the system, and this is indeed the case. However, the official system also pre-installed many of Microsoft's own applications, which is not tolerable in the eyes of system-clean users, in contrast, they would prefer powerful third-party tools. Therefore, uninstalling the Win10 pre-installed application becomes the first thing they have to do after installing the system. How to completely remove the Win10 pre-installed application? The following Xiaobian will share with you the method of uninstalling the Win10 pre-installed application.

We don't need any third-party tools here, because Microsoft has already prepared such a tool for us in the system, it is "Windows PowerShell". Various pre-installed applications can be easily removed by executing the corresponding commands through the command window. Open “Windows PowerShell" There are two ways, let's take a look at it together:
Note that it is completely deleted, not just masked.
1, first find it in the start menu, right click, select “ run as administrator, and then want to uninstall what, enter the corresponding command.

2. We can find "Windows PowerShell" under the "Windows PowerShell" folder in the "All Apps" menu in the Start menu. Right click and select "ldquo" from the pop-up menu. Run as administrator>


OneNote:
Get-AppxPackage *OneNote* |  Remove-AppxPackage
3D Printing:
Get-AppxPackage *3d* |  Remove-AppxPackage
Camera Camera:
Get-AppxPackage *camera* |  Remove-AppxPackage
Mail and Calendar:
Get-AppxPackage *communi* |  Remove-AppxPackage
News Subscription:
Get-AppxPackage *bing* |  Remove-AppxPackage
Groove Music, Movies & TV:
Get-AppxPackage *zune* |  Remove-AppxPackage
People:
Get-AppxPackage *people* |  Remove-AppxPackage
Phone Companion:
Get-AppxPackage *phone* |  Remove-AppxPackage
Photo:
Get-AppxPackage *photo* |  Remove-AppxPackage
Card Game (the one that dares to ask for money):
Get-AppxPackage *solit* |  Remove-AppxPackage
Recorder:
Get-AppxPackage *soundrec* |  Remove-AppxPackage
Xbox:
Get-AppxPackage *xbox* |  Remove-AppxPackage
Need to remind everyone that when the Xbox delete command is executed, a large number of error messages will pop up, we don't have to pay attention to it. In fact, the Xbox application has been successfully deleted.
The next step is trick. If you want to delete them all at once, type:
Get-AppxPackage -AllUsers |  Remove-AppxPackage
But if you build an account first, the above application will appear again. If you don't want this, you can type:
Get-AppXProvisionedPackage -online |  Remove-AppxProvisionedPackage –online
PS: After deleting the Xbox, it will give a large error message, but it has been deleted, don't bother.
PS C:WINDOWSsystem32> Get-AppxPackage *xbox* |  Remove-AppxPackage
Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed. Please contact your software vendor.
(Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
Microsoft.XboxGameCallableUI_1000.10240.16384.0_neutral_neutral_cw5n1h2txyewy from:
C:WindowsSystemAppsMicrosoft.XboxGameCallableUI_cw5n1h2txyewy failed. This app is part of Windows and cannot be
uninstalled on a per-user basis. An administrator can attempt to remove the app from the Computer using Turn Windows
Features on or off. However, it may not be possible to uninstall the app.
NOTE: For additional information, look for [ActivityId] 1d60accb-cb8d-0003-d5b8-601d8dcbd001 in the Event Log or use
the command line Get-AppxLog -ActivityID 1d60accb-cb8d-0003-d5b8-601d8dcbd001
At line:1 char:26
+ Get-AppxPackage *xbox* |  Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (Microsoft.XboxG...l_cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError, Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCommand
Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed. Please contact your software vendor.
(Exception from HRESULT : 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
Microsoft.XboxIdentityProvider_1000.10240.16384.0_neutral_neutral_cw5n1h2txyewy from:
C:WindowsSystemAppsMicrosoft.XboxIdentityProvider_cw5n1h2txyewy failed. This app is part of Windows and cannot be
uninstalled On a per-user basis. An administrator can attempt to remove the app from the computer using Turn Windows
Features on or off. However, it may not be possible to uninstall the app.
NOTE: For additional information, Look for [ActivityId] 1d60accb-cb8d-0001-d9b9-601d8dcbd00 1 in the Event Log or use
the command line Get-AppxLog -ActivityID 1d60accb-cb8d-0001-d9b9-601d8dcbd001
At line:1 char:26
+ Get-AppxPackage *xbox* |  Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (Microsoft.XboxI...l_cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError, Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCommand
Is it easy to delete the pre-installed program? If you have a system clean, then take action!

Copyright © Windows knowledge All Rights Reserved