一般來(lái)說(shuō),我們都視官方正式版Windows10系統(tǒng)為純凈版系統(tǒng),事實(shí)也的確如此。然而,官方的系統(tǒng)也預(yù)裝了許多微軟自家的應(yīng)用,這在有系統(tǒng)潔癖的用戶(hù)眼里也是容不下的,相比之下,他們會(huì)更喜歡功能強(qiáng)大的第三方工具。因此,卸載Win10預(yù)裝應(yīng)用成了他們裝完系統(tǒng)首先要做的事情,那么Win10預(yù)裝應(yīng)用太多如何徹底清除?下面小編就來(lái)跟大家分享一下卸載Win10預(yù)裝應(yīng)用的方法吧。
這里我們不需要借助任何第三方工具,因?yàn)槲④浺呀?jīng)在系統(tǒng)中為我們準(zhǔn)備了這樣的工具,它就是“Windows PowerShell”。通過(guò)該命令窗口執(zhí)行相應(yīng)的命令即可輕松刪除各種預(yù)裝應(yīng)用。打開(kāi)“Windows PowerShell”有兩種途徑,我們就來(lái)一起看下吧:
注意是完全的刪除,而不是僅僅屏蔽掉。
1、首先在開(kāi)始菜單中找到它,右鍵點(diǎn)擊,選擇“以管理員身份運(yùn)行”,然后想要卸載什么,就輸入相應(yīng)的命令。
2. 我們可以直接在開(kāi)始菜單的“所有應(yīng)用”中找到“Windows PowerShell”文件夾下的“Windows PowerShell”,右單擊在彈出的菜單中選擇“以管理員身份運(yùn)行”即可;
OneNote:
Get-AppxPackage *OneNote* | Remove-AppxPackage
3D打?。?/font>
Get-AppxPackage *3d* | Remove-AppxPackage
Camera相機(jī):
Get-AppxPackage *camera* | Remove-AppxPackage
郵件和日歷:
Get-AppxPackage *communi* | Remove-AppxPackage
新聞?dòng)嗛啠?/font>
Get-AppxPackage *bing* | Remove-AppxPackage
Groove音樂(lè)、電影與電視:
Get-AppxPackage *zune* | Remove-AppxPackage
人脈:
Get-AppxPackage *people* | Remove-AppxPackage
手機(jī)伴侶(Phone Companion):
Get-AppxPackage *phone* | Remove-AppxPackage
照片:
Get-AppxPackage *photo* | Remove-AppxPackage
紙牌游戲(還敢要錢(qián)的那貨):
Get-AppxPackage *solit* | Remove-AppxPackage
錄音機(jī):
Get-AppxPackage *soundrec* | Remove-AppxPackage
Xbox:
Get-AppxPackage *xbox* | Remove-AppxPackage
需要提醒大家的是,當(dāng)執(zhí)行Xbox刪除命令后,會(huì)跳出一大段錯(cuò)誤提示,我們不必理會(huì),實(shí)際上Xbox應(yīng)用已經(jīng)成功刪除了
接下來(lái)是絕招。如果想一次性把它們?nèi)紕h掉,請(qǐng)輸入:
Get-AppxPackage -AllUsers | Remove-AppxPackage
但是如果你先建一個(gè)賬戶(hù),以上應(yīng)用就會(huì)再次全部出現(xiàn),不想這樣的話可以輸入:
Get-AppXProvisionedPackage -online | Remove-AppxProvisionedPackage –online
PS:刪除Xbox后會(huì)給出一大片錯(cuò)誤提示信息,但其實(shí)已經(jīng)刪掉了,不必理會(huì)。
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
是不是感覺(jué)刪除預(yù)裝程序也是非常簡(jiǎn)單的呢?如果你也有系統(tǒng)潔癖,那就行動(dòng)起來(lái)吧!