首頁 > 軟體

如何解除安裝win10的自帶應用

2019-11-18 23:04:48

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


1

要解除安裝這些所有內建應用,就要用到Windows PowerShell,它是win10系統自帶的一個應用,要開啟它,就單擊開始選單中的「所有應用」,然後找到Windows Power Shell的檔案夾,右鍵單擊Windows PowerShell(注意不是Windows PowerShell ISE),然後單擊以管理員身份執行,就開啟了。



2

開啟了Windows PowerShell,就開始輸入命令了


3

要解除安裝OneNote,在裡面輸入

Get-AppxPackage *OneNote* | Remove-AppxPackage

可以複製,回車執行


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

所有解除安裝完成後,就只剩下應用商店了,這個留著吧,有用!解除安裝完效果如圖:


1

解除安裝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-App
xPackageGroove音樂、電影與電視: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
ne* | Remove-AppxPackage照片:Get-AppxPackage *photo* | Remove-AppxPackage紙牌遊戲:Get-AppxPackage *solit* | Remove-AppxPackage錄音機:Get-AppxPackage *soundrec* | Remove-AppxPackageXbox:Get-AppxPackage *xbox* | Remove-AppxPackage

2

解除安裝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 packageMicrosoft.XboxGameCallableUI_1000.10240.16384.0_neutral_neutral_cw5n1h2txyewy from:C:WindowsSystemAppsMicrosoft.XboxGameCallableUI_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 app.NOTE: 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: (Microsoft.XboxG...l_cw5n1h2txyewy:String) [Remove-AppxPackage], IOException+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCommandRemove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed. Please contact your software vendor.(Exception from HRESULT: 0x80073CFA)error 0x80070032: AppX Deployment Remove operation on packageMicrosoft.XboxIdentityProvider_1000.10240.16384.0_neutral_neutral_cw5n1h2txyewy from:C:WindowsSystemAppsMicrosoft.XboxIdentityProvider_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 app.NOTE: 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: (Microsoft.XboxI...l_cw5n1h2txyewy:String) [Remove-AppxPackage], IOException+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCommand中文提示:PS C:windowssystem32> Get-AppxPackage *xbox* | Remove-AppxPackageRemove-AppxPackage : 部署失敗,原因是 HRESULT: 0x80073CFA, 無法解除安裝。請聯絡你的軟體供應商。 (異常來自 HRESULT:0x80073CFA)錯誤 0x80070032: C:WindowsSystemAppsMicrosoft.XboxGameCallableUI_cw5n1h2txyewy 中的程式包 Microsoft.XboxGameCallableUI_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: (Microsoft.XboxG...l_cw5n1h2txyewy:String) [Remove-AppxPackage], IOException? ? + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCommandRemove-AppxPackage : 部署失敗,原因是 HRESULT: 0x80073CFA, 無法解除安裝。請聯絡你的軟體供應商。 (異常來自 HRESULT:0x80073CFA)錯誤 0x80070032: C:WindowsSystemAppsMicrosoft.XboxIdentityProvider_cw5n1h2txyewy 中的程式包 Microsoft.XboxIdentityProvider_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: (Microsoft.XboxI...l_cw5n1h2txyewy:String) [Remove-AppxPackage], IOException? ? + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCommand? ? ? ?至於這些提示,大家如果有興趣就去研究研究原因吧,總之應用是被成功解除安裝了!
SystemAppsMicrosoft.XboxGameCallableUI_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 app.NOTE: 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: (Microsoft.XboxG...l_cw5n1h2txyewy:String) [Remove-AppxPackage], IOException+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCommandRemove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed. Please contact your software vendor.(Exception from HRESULT: 0x80073CFA)error 0x80070032: AppX Deployment Remove operation on packageMicrosoft.XboxIdentityProvider_1000.10240.16384.0_neutral_neutral_cw5n1h2txyewy from:C:WindowsSystemAppsMicrosoft.XboxIdentityProvider_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 app.NOTE: 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: (Microsoft.XboxI...l_cw5n1h2txyewy:String) [Remove-AppxPackage], IOException+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCommand中文提示:PS C:windowssystem32> Get-AppxPackage *xbox* | Remove-AppxPackageRemove-AppxPackage : 部署失敗,原因是 HRESULT: 0x80073CFA, 無法解除安裝。請聯絡你的軟體供應商。 (異常來自 HRESULT:0x80073CFA)錯誤 0x80070032: C:WindowsSystemAppsMicrosoft.XboxGameCallableUI_cw5n1h2txyewy 中的程式包 Microsoft.XboxGameCallableUI_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: (Microsoft.XboxG...l_cw5n1h2txyewy:String) [Remove-AppxPackage], IOException? ? + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCommandRemove-AppxPackage : 部署失敗,原因是 HRESULT: 0x80073CFA, 無法解除安裝。請聯絡你的軟體供應商。 (異常來自 HRESULT:0x80073CFA)錯誤 0x80070032: C:WindowsSystemAppsMicrosoft.XboxIdentityProvider_cw5n1h2txyewy 中的程式包 Microsoft.XboxIdentityProvider_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: (Microsoft.XboxI...l_cw5n1h2txyewy:String) [Remove-AppxPackage], IOException? ? + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCommand? ? ? ?至於這些提示,大家如果有興趣就去研究研究原因吧,總之應用是被成功解除安裝了!

IT145.com E-mail:sddin#qq.com