wptx64能卸载吗_win10自带的软件哪些可以卸载

wptx64能卸载吗_win10自带的软件哪些可以卸载展开全部卸载这些所有内置应用,就要用到WindowsPowerShell,它是win10系统自带的一个应用,要打开它,就单击开始菜单中的“所有应32313133353236313431303231363533e58685e5aeb931333361326231用”,然后找到WindowsPowerShell的文件夹,右键单击WindowsPowerShell(注意不是WindowsPower…

大家好,又见面了,我是你们的朋友全栈君。

展开全部

卸载这些所有内置应用,就要用到Windows

PowerShell,它是win10系统自带的一个应用,要打开它,就单击开始菜单中的“所有应32313133353236313431303231363533e58685e5aeb931333361326231用”,然后找到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

所有卸载完成后,就只剩下应用商店了,这个留着吧,有用!卸载完效果如图:

END

其他信息

卸载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

wptx64能卸载吗_win10自带的软件哪些可以卸载

已赞过

已踩过<

你对这个回答的评价是?

评论

收起

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请联系我们举报,一经查实,本站将立刻删除。

发布者:全栈程序员-站长,转载请注明出处:https://javaforall.net/133830.html原文链接:https://javaforall.net

(0)
上一篇 2022年6月7日 下午8:46
下一篇 2022年6月7日 下午8:46


相关推荐

  • 前端工程师简历怎么写?

    前端工程师简历怎么写?其实前端工程师并不少 但很多时候合适的前端工程师难找 可能是由于程序员比较内向 前端工程师都没有把自己最厉害的那一面表现出来 今天我们来聊聊前端工程师的简历怎么写 希望能够对大家有帮助 简历的重要性 简历的作用其实一直被忽视 即使是有人内推 简历也是必须认真对待的 很多人找朋友内推都是随便在人才网上填了几个表单生成个 word 文档自己都没看一下就直接扔过来 所以我们经常可以收到一些乱码或者奇奇怪怪的简历 甚至有些人会觉得简历只是走个形式 内推的话通过第一轮没问题 如果收简历的是技术负责

    2026年3月17日
    18
  • oracle安装教程以及使用注意事项

    oracle安装教程以及使用注意事项oracle 安装包下载 http download oracle com otn nt oracle11g win32 11gR2 database 1of2 ziphttp download oracle com otn nt oracle11g win32 11gR2 database 2of2 zipSQLDevelo 下载地址

    2026年3月19日
    2
  • asp中Session对象的清空[通俗易懂]

    asp中Session对象的清空[通俗易懂]在保存某些多页面共用的变量的时候(如保存用户登陆信息),我们用得最多的就是Session和Cookies了,至于Session怎么使用这里就不说了   ,主要说说Session的清空。   Contents.Remove(\”变量名\”):从Session.cont

    2022年7月15日
    26
  • 滚动条的颜色_Java滚动条里面怎么添加控件

    滚动条的颜色_Java滚动条里面怎么添加控件对里面样式的介绍:语法:scrollbar-face-color:color参数:color: 指定颜色。说明:设置或检索滚动条3D表面(ThreedFace)的颜色。(演示)语法:scrollbar-highlight-color:color参数:color: 指定颜色。说明:设置或检索滚动条3D界面的亮边(ThreedHighlight)颜色。(演示)语法:scrollbar-arro…

    2025年8月9日
    6
  • 多进程 python_Python 多进程

    多进程 python_Python 多进程进程前置知识点进程:一个程序运行起来后,代码+用到的资源称之为进程,它是操作系统分配资源的基本单元。并发:指的是任务数多余cpu核数,通过操作系统的各种任务调度算法,实现用多个任务“一起”执行

    2022年7月30日
    9
  • Python玫瑰花绘制「建议收藏」

    Python玫瑰花绘制「建议收藏」刚开始学Python,画个玫瑰花练练手,正好今天也是情人节我自认为还是挺好看的,感觉比我搜到的那几个画出来的强代码如下importturtleastt.setup(1100,1000)t.hideturtle()t.speed(11)t.penup()t.goto(50,-450)t.pensize(5)t.pencolor("black")t.seth(140)t…

    2022年4月18日
    87

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注

关注全栈程序员社区公众号