Which pre-installed apps can be uninstalled in Win10 official version? Win10 free space detailed tutorial

  

Win10 official version which pre-installed applications can be uninstalled? Win10 official version has a lot of pre-installed software can not be used, too much space, we can delete, but the general deletion can not be deleted, what should I do? The following is a detailed tutorial on Win10 free space. If it is not the program of win10 children, you can refer to the two uninstall methods of the software downloaded from the app store in the official version of win10

1, enter "PowerShell" and press Enter to find "PowerShell" and manage Run as a member.

2. Get the application list: Enter “Get-AppxPackage -User username”username is your username.

Example: Get-AppxPackage -User radar

Get-AppxPackage Get the application list: Enter: Enter “Get-AppxPackage -User username”username is your username.

Example: Get-AppxPackage -AllUsers Get all user-installed applications

Get-AppxPackage -User radar Get the application installed by my computer with the specified username


3, copy the full name of the required application (PackageFullName): such as uninstalling ‘ in Windows 10; uninstall the own video application (Microsoft.ZuneVideo), find: Microsoft.ZuneVideo_3.6.12101.0_x64__8wekyb3d8bbwe, select the point Right click to copy

4, use the command remove-appxpackage [application full name] Uninstall:, such as uninstalling <supplied in Windows 10; uninstalled its own video application: Remove-AppxPackage Microsoft.ZuneVideo_3 .6.12101.0_x64__8wekyb3d8bbwe

Windows 10 Preinstalled Application Deleted Command Summary:

1, OneNote:

Get-AppxPackage *OneNote* |  Remove-AppxPackage

2,3D:

Get-AppxPackage *3d* |  Remove-AppxPackage

3, Camera Camera:

Get-AppxPackage *camera* |  Remove-AppxPackage

4, Mail and Calendar:

Get-AppxPackage *communi* |  Remove-AppxPackage

5, News Subscription:

Get-AppxPackage *bing* |  Remove-AppxPackage

6, Groove Music, Movies & TV:

Get-AppxPackage *zune* |  Remove-AppxPackage

7, People:

Get-AppxPackage *people* |  Remove-AppxPackage

8, Phone Companion:

Get-AppxPackage *phone* |  Remove-AppxPackage

9, Photo:

Get-AppxPackage *photo* |  Remove-AppxPackage

10, card games (the goods that dare to ask for money):

Get-AppxPackage *solit* |  Remove-AppxPackage

11, Recorder:

Get-AppxPackage *soundrec* |  Remove-AppxPackage

12, Xbox:

Get-AppxPackage *xbox* |  Remove-AppxPackage

Note that the last time you delete the Xbox will give you a big error message, but it has already been deleted, don't bother.

PS C:\\WINDOWS\\system32> 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:\\Windows\\SystemApps\\Microsoft.XboxGameCallableUI_cw5n1h2txyewy failed. This app is part of Windows and cannot be< Br>

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:\\Windows\\SystemApps\\Microsoft.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] 1d60acc B-cb8d-0001-d9b9-601d8dcbd001 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


Note: Uninstallation is risky! Never uninstall blindly.

Copyright © Windows knowledge All Rights Reserved