国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 系統 > Win10 > 正文

Win10預裝應用太多如何徹底清除?

2024-06-28 13:31:59
字體:
來源:轉載
供稿:網友

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

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

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

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

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

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

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

  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刪除命令后,會跳出一大段錯誤提示,我們不必理會,實際上Xbox應用已經成功刪除了

  接下來是絕招。如果想一次性把它們全都刪掉,請輸入:

  Get-AppxPackage -AllUsers | Remove-AppxPackage

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

  Get-AppXPRovisionedPackage -online | Remove-AppxProvisionedPackage –online

  PS:刪除Xbox后會給出一大片錯誤提示信息,但其實已經刪掉了,不必理會。

  PS C:WINDOWSsystem32> 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:WindowsSystemAppsMicrosoft.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:WindowsSystemAppsMicrosoft.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

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


發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 云南省| 漾濞| 洪湖市| 博爱县| 达日县| 贡觉县| 洛南县| 加查县| 赤峰市| 双柏县| 称多县| 锡林郭勒盟| 宜章县| 上蔡县| 彭阳县| 开阳县| 涞源县| 南昌市| 钟山县| 仁怀市| 溧水县| 井陉县| 隆昌县| 潢川县| 军事| 合山市| 公安县| 涞水县| 孟连| 澄迈县| 阿拉善右旗| 沈阳市| 宿迁市| 海原县| 牡丹江市| 兴山县| 台中县| 台山市| 霍邱县| 广南县| 武穴市|