如何卸载win10的自带应用

 我来答
黑屋的寂寞
2016-01-03 · TA获得超过3339个赞
知道小有建树答主
回答量:747
采纳率:82%
帮助的人:337万
展开全部

要卸载这些所有内置应用,就要用到Windows PowerShell,它是win10系统自带的一个应用,要打开它,就单击开始菜单中的“所有应用”,然后找到Windows Power Shell的文件夹,右键单击Windows PowerShell(注意不是Windows PowerShell ISE),然后单击以管理员身份运行,就打开了。

打开了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

15

在卸载Xbox的时候,会提示有很多错误,其实已经被卸载。

卸载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后出现的提示:(正常现象,出现此现象说明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

+ Get-AppxPackage *xbox* | Remove-AppxPackage

+                          ~~~~~~~~~~~~~~~~~~

    + CategoryInfo          : WriteError: (Microsoft.XboxI...l_cw5n1h2txyewy:String) [Remove-AppxPackage], IOException

    + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCommand

麦保(深圳)科技有限公司_
2023-03-28 广告
cleanmymac是我必装的mac端清理软件,界面简洁好看,完美适配mac系统,文件清理的速度、精度都比较优秀,还是比较不错的呢。cleanmymac作为一款第三方清洁应用程序,具有专业完整的清理功能,包括释放内存、一键智能扫描垃圾和缓存... 点击进入详情页
本回答由麦保(深圳)科技有限公司_提供
绍攸郸秋灵
2020-06-20 · TA获得超过4003个赞
知道大有可为答主
回答量:3068
采纳率:30%
帮助的人:206万
展开全部

  打开运行,输入powerShell,以管理员身份运行“Windows
PowerShell”;
     
然后在控制台输入命令“Get-AppxPackage”回车键,win10所有应用信息就都显示出来了。
  其实操作还是有些麻烦,下面列出win10主要的应用,直接单行复制粘贴到控制台里面,然后按回车键就可以了。
  邮件和日历:
  Get-AppxPackage
*communi*
|
Remove-AppxPackage
  新闻:
  Get-AppxPackage
*bing*
|
Remove-AppxPackage
  人脉:
  Get-AppxPackage
*people*
|
Remove-AppxPackage
  照片:
  Get-AppxPackage
*photo*
|
Remove-AppxPackage
  纸牌游戏:
  Get-AppxPackage
*solit*
|
Remove-AppxPackage
  录音机:
  Get-AppxPackage
*soundrec*
|
Remove-AppxPackage
  Xbox:
  Get-AppxPackage
*xbox*
|
Remove-AppxPackage
  OneNote:
  Get-AppxPackage
*OneNote*
|
Remove-AppxPackage
  3D
Builder:
  Get-AppxPackage
*3d*
|
Remove-AppxPackage
  Camera相机:
  Get-AppxPackage
*camera*
|
Remove-AppxPackage
  Groove音乐:
  Get-AppxPackage
*zune*
|
Remove-AppxPackage
  注意事项
  建议直接复制命令,因为控制台区分大小写,手打的话容易出错。
这样就看不到这些系统应用了。

已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式