電腦win10的自帶應用的卸載方法
電腦win10的自帶應用的卸載方法
現(xiàn)在的win10系統(tǒng)自帶了好多應用,有些看起來不錯,其實用起來不太方便哈(我的個人感覺),我們都更喜歡第三方應用,所以我們就來看看如何卸載這些自帶應用。下面是學習啦小編為大家整理的關于電腦win10的自帶應用的卸載方法,一起來看看吧!
電腦win10的自帶應用的卸載方法
要卸載這些所有內置應用,就要用到Windows PowerShell,它是win10系統(tǒng)自帶的一個應用,要打開它,就單擊開始菜單中的“所有應用”,然后找到Windows Power Shell的文件夾,右鍵單擊Windows PowerShell(注意不是Windows PowerShell ISE),然后單擊以管理員身份運行,就打開了。
2打開了Windows PowerShell,就開始輸入命令了
3要卸載OneNote,在里面輸入
Get-APPxPackage *OneNote* | Remove-AppxPackage
可以復制,回車執(zhí)行
4要卸載3D,輸入
Get-AppxPackage *3d* | Remove-AppxPackage
5要卸載Camera(相機),輸入
Get-AppxPackage *camera* | Remove-AppxPackage
6要卸載郵件和日歷,輸入
Get-AppxPackage *communi* | Remove-AppxPackage
7要卸載新聞訂閱,輸入
Get-AppxPackage *bing* | Remove-AppxPackage
8要卸載Groove音樂、電影與電視:
Get-AppxPackage *zune* | Remove-AppxPackage
9要卸載人脈,輸入
Get-AppxPackage *people* | Remove-AppxPackage
10要卸載手機伴侶(Phone Companion),輸入
Get-AppxPackage *phone* | Remove-AppxPackage
11要卸載照片,輸入
Get-AppxPackage *photo* | Remove-AppxPackage
12要卸載紙牌游戲,輸入
Get-AppxPackage *solit* | Remove-AppxPackage
13要卸載錄音機,輸入
Get-AppxPackage *soundrec* | Remove-AppxPackage
14要卸載Xbox,輸入
Get-AppxPackage *xbox* | Remove-AppxPackage
15在卸載Xbox的時候,會提示有很多錯誤,其實它已經被卸載了,可以不用擔心!
16所有卸載完成后,就只剩下應用商店了,這個留著吧,有用!卸載完效果如圖:
其他信息
卸載Windows 10的命令:
OneNote:
Get-AppxPackage *OneNote* | Remove-AppxPackage
3D:
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
卸載Xbox后出現(xiàn)的提示:(正常現(xiàn)象,出現(xiàn)此現(xiàn)象說明Xbox已被成功卸載)
英文提示:
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
中文提示:
PS C:\windows\system32> Get-AppxPackage *xbox* | Remove-AppxPackage
Remove-AppxPackage : 部署失敗,原因是 HRESULT: 0x80073CFA, 無法卸載。請聯(lián)系你的軟件供應商。 (異常來自 HRESULT:0x80073CF
A)
錯誤 0x80070032: C:\Windows\SystemApps\Microsoft.XboxGameCallableUI_cw5n1h2txyewy 中的程序包 Microsoft.XboxGameCallable
UI_1000.10240.16384.0_neutral_neutral_cw5n1h2txyewy 上的 AppX 部署 刪除 操作失敗。此應用是 Windows 的一部分,無法針對每
個用戶卸載該應用。管理員可以嘗試使用“啟用或關閉 Windows 功能”從計算機中刪除該應用。不過,該應用可能無法被卸載。
注: 有關其他信息,請在事件日志中查找 [ActivityId] 84d12a44-dbe5-0000-0557-d184e5dbd001,或使用命令行 Get-AppxLog -Activ
ityID 84d12a44-dbe5-0000-0557-d184e5dbd001
所在位置 行:1 字符: 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 : 部署失敗,原因是 HRESULT: 0x80073CFA, 無法卸載。請聯(lián)系你的軟件供應商。 (異常來自 HRESULT:0x80073CF
A)
錯誤 0x80070032: C:\Windows\SystemApps\Microsoft.XboxIdentityProvider_cw5n1h2txyewy 中的程序包 Microsoft.XboxIdentityPr
ovider_1000.10240.16384.0_neutral_neutral_cw5n1h2txyewy 上的 AppX 部署 刪除 操作失敗。此應用是 Windows 的一部分,無法針
對每個用戶卸載該應用。管理員可以嘗試使用“啟用或關閉 Windows 功能”從計算機中刪除該應用。不過,該應用可能無法被卸載。
注: 有關其他信息,請在事件日志中查找 [ActivityId] 84d12a44-dbe5-0000-0f57-d184e5dbd001,或使用命令行 Get-AppxLog -Activ
ityID 84d12a44-dbe5-0000-0f57-d184e5dbd001
所在位置 行:1 字符: 26
+ Get-AppxPackage *xbox* | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (Microsoft.XboxI...l_cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCommand
至于這些提示,大家如果有興趣就去研究研究原因吧,總之應用是被成功卸載了!
注意事項
打開的是Windows PowerShell,而不是Windows PowerShell ISE
Windows PowerShell 一定要以管理員身份運行!
Windows PowerShell 支持快捷鍵復制粘貼,為了避免輸入錯誤,可以通過Ctrl+C(復制)和Ctrl+V(粘貼)來輸入命令
卸載應用之前一定要謹慎!