網站首頁 健康小知識 母嬰教育 起名 運動知識 職場理財 情感生活 綠色生活 遊戲數碼 美容 特色美食 愛好
當前位置:酷知知識幫 > 遊戲數碼 > 電腦

如何卸載win10的自帶應用

欄目: 電腦 / 發佈於: / 人氣:1.98W

win10自帶了好多應用,有些看起來不錯,其實用起來不太方便哈(我的個人感覺),我們都更喜歡第三方應用,所以我們就來看看如何卸載這些自帶應用。如圖,是卸載完成後的Windows PowerShell:

如何卸載win10的自帶應用

操作方法

(01)要卸載這些所有內置應用,就要用到Windows PowerShell,它是win10系統自帶的一個應用,要打開它,就單擊開始菜單中的“所有應用”,然後找到Windows Power Shell的文件夾,右鍵單擊Windows PowerShell(注意不是Windows PowerShell ISE),然後單擊以管理員身份運行,就打開了。

如何卸載win10的自帶應用 第2張
如何卸載win10的自帶應用 第3張

(02)打開了Windows PowerShell,就開始輸入命令了

如何卸載win10的自帶應用 第4張

(03)要卸載OneNote,在裏面輸入Get-AppxPackage *OneNote* | Remove-AppxPackage可以複製,回車執行

如何卸載win10的自帶應用 第5張

(04)要卸載3D,輸入Get-AppxPackage *3d* | Remove-AppxPackage

(05)要卸載Camera(相機),輸入Get-AppxPackage *camera* | Remove-AppxPackage

(06)要卸載郵件和日曆,輸入Get-AppxPackage *communi* | Remove-AppxPackage

(07)要卸載新聞訂閲,輸入Get-AppxPackage *bing* | Remove-AppxPackage

(08)要卸載Groove音樂、電影與電視:Get-AppxPackage *zune* | Remove-AppxPackage

(09)要卸載人脈,輸入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的時候,會提示有很多錯誤,其實它已經被卸載了,可以不用擔心!

如何卸載win10的自帶應用 第6張

(16)所有卸載完成後,就只剩下應用商店了,這個留着吧,有用!卸載完效果如圖:

如何卸載win10的自帶應用 第7張

其他信息

(01)卸載Windows 10的命令:OneNote:Get-AppxPackage *OneNote* | Remove-AppxPackage3D:Get-AppxPackage *3d* | Remove-AppxPackageCamera相機:Get-AppxPackage *camera* | Remove-AppxPackage郵件和日曆:Get-AppxPackage *communi* | Remove-AppxPackage新聞訂閲:Get-AppxPackage *bing* | Remove-AppxPackageGroove音樂、電影與電視: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-AppxPackageXbox:Get-AppxPackage *xbox* | Remove-AppxPackage

(02)卸載Xbox後出現的提示:(正常現象,出現此現象説明Xbox已被成功卸載)英文提示:PS C:WINDOWSsystem32> Get-AppxPackage *xbox* | Remove-AppxPackageRemove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed. Please contact your software vendor.(Exception from HRESULT: 0x80073CFA)error 0x80070032: AppX Deployment Remove operation on GameCallableUI_1000.10240.16384.0_neutral_neutral_cw5n1h2txyewy from:C:WindowsSystemAppsGameCallableUI_cw5n1h2txyewy failed. This app is part of Windows and cannot beuninstalled on a per-user basis. An administrator can attempt to remove the app from the computer using Turn WindowsFeatures on or off. However, it may not be possible to uninstall the : For additional information, look for [ActivityId] 1d60accb-cb8d-0003-d5b8-601d8dcbd001 in the Event Log or usethe command line Get-AppxLog -ActivityID 1d60accb-cb8d-0003-d5b8-601d8dcbd001At line:1 char:26+ Get-AppxPackage *xbox* | Remove-AppxPackage+ ~~~~~~~~~~~~~~~~~~+ CategoryInfo : WriteError: (G...l_cw5n1h2txyewy:String) [Remove-AppxPackage], IOException+ FullyQualifiedErrorId : DeploymentError,veAppxPackageCommandRemove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed. Please contact your software vendor.(Exception from HRESULT: 0x80073CFA)error 0x80070032: AppX Deployment Remove operation on IdentityProvider_1000.10240.16384.0_neutral_neutral_cw5n1h2txyewy from:C:WindowsSystemAppsIdentityProvider_cw5n1h2txyewy failed. This app is part of Windows and cannot beuninstalled on a per-user basis. An administrator can attempt to remove the app from the computer using Turn WindowsFeatures on or off. However, it may not be possible to uninstall the : For additional information, look for [ActivityId] 1d60accb-cb8d-0001-d9b9-601d8dcbd001 in the Event Log or usethe command line Get-AppxLog -ActivityID 1d60accb-cb8d-0001-d9b9-601d8dcbd001At line:1 char:26+ Get-AppxPackage *xbox* | Remove-AppxPackage+ ~~~~~~~~~~~~~~~~~~+ CategoryInfo : WriteError: (I...l_cw5n1h2txyewy:String) [Remove-AppxPackage], IOException+ FullyQualifiedErrorId : DeploymentError,veAppxPackageCommand中文提示:PS C:windowssystem32> Get-AppxPackage *xbox* | Remove-AppxPackageRemove-AppxPackage : 部署失敗,原因是 HRESULT: 0x80073CFA, 無法卸載。請聯繫你的軟件供應商。 (異常來自 HRESULT:0x80073CFA)錯誤 0x80070032: C:WindowsSystemAppsGameCallableUI_cw5n1h2txyewy 中的程序包 GameCallableUI_1000.10240.16384.0_neutral_neutral_cw5n1h2txyewy 上的 AppX 部署 刪除 操作失敗。此應用是 Windows 的一部分,無法針對每個用户卸載該應用。管理員可以嘗試使用“啟用或關閉 Windows 功能”從計算機中刪除該應用。不過,該應用可能無法被卸載。注: 有關其他信息,請在事件日誌中查找 [ActivityId] 84d12a44-dbe5-0000-0557-d184e5dbd001,或使用命令行 Get-AppxLog -ActivityID 84d12a44-dbe5-0000-0557-d184e5dbd001所在位置 行:1 字符: 26+ Get-AppxPackage *xbox* | Remove-AppxPackage+                          ~~~~~~~~~~~~~~~~~~+ CategoryInfo          : WriteError: (G...l_cw5n1h2txyewy:String) [Remove-AppxPackage], IOException+ FullyQualifiedErrorId : DeploymentError,veAppxPackageCommandRemove-AppxPackage : 部署失敗,原因是 HRESULT: 0x80073CFA, 無法卸載。請聯繫你的軟件供應商。 (異常來自 HRESULT:0x80073CFA)錯誤 0x80070032: C:WindowsSystemAppsIdentityProvider_cw5n1h2txyewy 中的程序包 IdentityProvider_1000.10240.16384.0_neutral_neutral_cw5n1h2txyewy 上的 AppX 部署 刪除 操作失敗。此應用是 Windows 的一部分,無法針對每個用户卸載該應用。管理員可以嘗試使用“啟用或關閉 Windows 功能”從計算機中刪除該應用。不過,該應用可能無法被卸載。注: 有關其他信息,請在事件日誌中查找 [ActivityId] 84d12a44-dbe5-0000-0f57-d184e5dbd001,或使用命令行 Get-AppxLog -ActivityID 84d12a44-dbe5-0000-0f57-d184e5dbd001所在位置 行:1 字符: 26+ Get-AppxPackage *xbox* | Remove-AppxPackage+                          ~~~~~~~~~~~~~~~~~~+ CategoryInfo          : WriteError: (I...l_cw5n1h2txyewy:String) [Remove-AppxPackage], IOException+ FullyQualifiedErrorId : DeploymentError,veAppxPackageCommand至於這些提示,大家如果有興趣就去研究研究原因吧,總之應用是被成功卸載了!

特別提示

打開的是Windows PowerShell,而不是Windows PowerShell ISE

Windows PowerShell 一定要以管理員身份運行!

Windows PowerShell 支持快捷鍵複製粘貼,為了避免輸入錯誤,可以通過Ctrl+C(複製)和Ctrl+V(粘貼)來輸入命令

卸載應用之前一定要謹慎!

Tags:Win10 卸載