欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

Win10正式版哪些預(yù)裝的應(yīng)用可以卸載?Win10釋放空間的詳細教程

  發(fā)布時間:2015-08-06 11:19:01   作者:佚名   我要評論
Win10正式版哪些預(yù)裝的應(yīng)用可以卸載?win10正式版有很多預(yù)裝軟件使用不到的,太占用空間,我們可以刪除,但是一般的刪除根本刪不掉,該怎么辦呢?下面分享Win10釋放空間的詳細教程

Win10正式版哪些預(yù)裝的應(yīng)用可以卸載?win10正式版有很多預(yù)裝軟件使用不到的,太占用空間,我們可以刪除,但是一般的刪除根本刪不掉,該怎么辦呢?下面分享Win10釋放空間的詳細教程。如果不是win10子弟啊的程序,可以參考win10正式版自己在應(yīng)用商店下載的軟件的兩種卸載方法

1、輸入“PowerShell”并回車,找到“PowerShell”并以管理員身份運行

2、獲取應(yīng)用程序清單:輸入“Get-AppxPackage -User username”username是你的用戶名。

如:Get-AppxPackage -User radar

Get-AppxPackage獲取應(yīng)用程序清單:輸入:輸入“Get-AppxPackage -User username”username是你的用戶名。

如:Get-AppxPackage -AllUsers  獲取所有用戶安裝的應(yīng)用程序

Get-AppxPackage -User radar 獲取我電腦指定用戶名安裝的應(yīng)用程序

3、復(fù)制所需應(yīng)用程序完整名稱(PackageFullName):如卸載Windows 10中的‘卸載了自帶視頻應(yīng)用(Microsoft.ZuneVideo),找到:Microsoft.ZuneVideo_3.6.12101.0_x64__8wekyb3d8bbwe,選中點下右鍵就復(fù)制了

4、使用指令remove-appxpackage [應(yīng)用程序完整名稱] 卸載:,如卸載Windows 10中的‘卸載了自帶視頻應(yīng)用:Remove-AppxPackage Microsoft.ZuneVideo_3.6.12101.0_x64__8wekyb3d8bbwe

Windows 10預(yù)裝應(yīng)用刪除的命令匯總:

1、OneNote:

Get-AppxPackage *OneNote* | Remove-AppxPackage

2、3D:

Get-AppxPackage *3d* | Remove-AppxPackage

3、Camera相機:

Get-AppxPackage *camera* | Remove-AppxPackage

4、郵件和日歷:

Get-AppxPackage *communi* | Remove-AppxPackage

5、新聞訂閱:

Get-AppxPackage *bing* | Remove-AppxPackage

6、Groove音樂、電影與電視:

Get-AppxPackage *zune* | Remove-AppxPackage

7、人脈:

Get-AppxPackage *people* | Remove-AppxPackage

8、手機伴侶(Phone Companion):

Get-AppxPackage *phone* | Remove-AppxPackage

9、照片:

Get-AppxPackage *photo* | Remove-AppxPackage

10、紙牌游戲(還敢要錢的那貨):

Get-AppxPackage *solit* | Remove-AppxPackage

11、錄音機:

Get-AppxPackage *soundrec* | Remove-AppxPackage

12、Xbox:

Get-AppxPackage *xbox* | Remove-AppxPackage

注意,最后這個刪除Xbox后會給出一大片錯誤提示信息,但其實已經(jīng)刪掉了,不必理會。

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

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] 1d60accb-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

注意事項:卸載有風(fēng)險!千萬不要盲目卸載。

相關(guān)文章

最新評論