亚洲乱码中文字幕综合,中国熟女仑乱hd,亚洲精品乱拍国产一区二区三区,一本大道卡一卡二卡三乱码全集资源,又粗又黄又硬又爽的免费视频

Win10預裝應用太多如何徹底清除?一個命令刪除

  發(fā)布時間:2015-08-11 08:40:58   作者:佚名   我要評論
一般來說,我們都視官方正式版Windows10系統(tǒng)為純凈版系統(tǒng),事實也的確如此。然而,官方的系統(tǒng)也預裝了許多微軟自家的應用,這在有系統(tǒng)潔癖的用戶眼里也是容不下的,相比之下,他們會更喜歡功能強大的第三方工具。因此,卸載Win10預裝應用成了他們裝完系統(tǒng)首先要做的事情,那么Win10預裝應用太多如何徹底清除?下面小編就來跟大家分享一下卸載Win10預裝應用的方法吧。

Windows 10預裝應用太多?一個命令刪除

這里我們不需要借助任何第三方工具,因為微軟已經(jīng)在系統(tǒng)中為我們準備了這樣的工具,它就是“Windows PowerShell”。通過該命令窗口執(zhí)行相應的命令即可輕松刪除各種預裝應用。打開“Windows PowerShell”有兩種途徑,我們就來一起看下吧:

注意是完全的刪除,而不是僅僅屏蔽掉。

1、首先在開始菜單中找到它,右鍵點擊,選擇“以管理員身份運行”,然后想要卸載什么,就輸入相應的命令。

Windows 10預裝應用太多?一個命令刪除

2. 我們可以直接在開始菜單的“所有應用”中找到“Windows PowerShell”文件夾下的“Windows PowerShell”,右單擊在彈出的菜單中選擇“以管理員身份運行”即可;

OneNote:

Get-AppxPackage *OneNote* | Remove-AppxPackage

3D打?。?/font>

Get-AppxPackage *3d* | Remove-AppxPackage

Camera相機:

Get-AppxPackage *camera* | Remove-AppxPackage

郵件和日歷:

Get-AppxPackage *communi* | Remove-AppxPackage

新聞訂閱:

Get-AppxPackage *bing* | Remove-AppxPackage

Groove音樂、電影與電視:

Get-AppxPackage *zune* | Remove-AppxPackage

人脈:

Get-AppxPackage *people* | Remove-AppxPackage

手機伴侶(Phone Companion):

Get-AppxPackage *phone* | Remove-AppxPackage

照片:

Get-AppxPackage *photo* | Remove-AppxPackage

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

Get-AppxPackage *solit* | Remove-AppxPackage

錄音機:

Get-AppxPackage *soundrec* | Remove-AppxPackage

Xbox:

Get-AppxPackage *xbox* | Remove-AppxPackage

需要提醒大家的是,當執(zhí)行Xbox刪除命令后,會跳出一大段錯誤提示,我們不必理會,實際上Xbox應用已經(jīng)成功刪除了

接下來是絕招。如果想一次性把它們?nèi)紕h掉,請輸入:

Get-AppxPackage -AllUsers | Remove-AppxPackage

但是如果你先建一個賬戶,以上應用就會再次全部出現(xiàn),不想這樣的話可以輸入:

Get-AppXProvisionedPackage -online | Remove-AppxProvisionedPackage –online

PS:刪除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

是不是感覺刪除預裝程序也是非常簡單的呢?如果你也有系統(tǒng)潔癖,那就行動起來吧!

相關文章

最新評論