怎么卸载win10自带应用 工具

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了怎么卸载win10自带应用 工具相关的知识,希望对你有一定的参考价值。

    点击开始——所有程序——Windows PowerShell

    打开Windows PowerShell窗口之后,开始输入命令。

    命令的格式为:

  Get-AppxPackage *OneNote* | Remove-AppxPackage

                                        ↑星号内的是应用名

  4.回车


应用对应的名称:

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是会提示错误,表示卸载成功。

英文提示:

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, 无法卸载。请联系你的软件供应商。 (异常来自 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, 无法卸载。请联系你的软件供应商。 (异常来自 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

参考技术A 在软件管理方面,个人觉得腾讯电脑管家做的很好。
如果有需要,你可以下个试试。该软件提供相关管理功能:
打开腾讯电脑管家~~~~工具箱~~~~软件卸载~~~~强力删除

在软件卸载后,系统内,有可能会留有部分卸载残留。这些垃圾残留,你通过腾讯电脑管家的垃圾清理功能是可以清除的:
打开腾讯电脑管家~~~~工具箱~~~~清理垃圾/注册表垃圾本回答被提问者采纳

怎么把win10自带的软件卸载

1.在Windows搜寻栏输入[应用和功能]①,然后点选[打开]②。

 


2.在应用和功能中,您可以选择名称、大小或安装日期作为排序方式③,以及选择所有磁盘驱动器或是特定磁盘驱动器作为筛选依据④。




3.或是您也可以在搜寻此列表的字段中输入想要卸载程序的文字(或其中关键词)⑤,您将会在下方列表中看到搜寻结果。

4.选取您要移除卸载的应用程序,然后点选[卸载]⑥。

参考技术A win10卸载软件的方法:1. 首先,最简单的方法就是在开始菜单右键软件图标直接卸载。2.如果不能右键卸载,那在win10系统桌面上,找到这台计算机图标,右击,单击“属性”。或者直接按下键盘的快捷键WINDOWS键+PauseBreak键。打开系统属性。3.在打开的系统属性的窗口,点击左上角的“控制面板主页”窗口。要快速打开win10系统“控制面板”,还可以在开始菜单的搜索框中输入”contrl panel“点击搜索即可。4.在打开的控制面板窗口,点击左下角的”程序 “下面的”卸载程序“。要快速打开卸载程序软件窗口,可以在win10开始菜单的搜索框中输入”appwiz.cpl“点击搜索。5.在卸载程序窗口,找到需要卸载的程序软件,在上面右击--卸载,单击卸载即可。

以上是关于怎么卸载win10自带应用 工具的主要内容,如果未能解决你的问题,请参考以下文章

如何卸载win10系统自带程序

怎么把win10自带的软件卸载

使用Windows Powershell卸载和安装Win10 原生应用的方法

win10自带的电影和电视播放器卸载了怎么还原

win thruster 如何卸载

win10自带解压工具在哪