win10自带的软件可以卸载吗 win10自带的软件可以卸载吗

作者&投稿:仇峰 (若有异议请与网页底部的电邮联系)

可以卸载的;

工具:电脑,WIN10

方法和步骤:

1、搜索栏中输入“PowerShell”,在搜索结果中右键单击PowerShell,选择“以管理员身份运行”。

2、在PowerShell窗口中,输入“Get-AppXPackage | Remove-AppxPackage”回车确认,然后等待系统自动将当前账户中的所有预装应用都删除即可。

3、如果要卸载某个应用,只需输入对应命令,按下回车键即可删除。

应用程序对应的命令如下:

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



方法/步骤

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
所有卸载完成后,就只剩下应用商店了,这个留着吧,有用!卸载完效果如图:

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

至于这些提示,大家如果有兴趣就去研究研究原因吧,总之应用是被成功卸载了!

win10自带的软件是可以卸载的,具体步骤如下:

1. 点击任务栏中的搜索,输入PowerShell

  1. 然后在搜索结果中右键单击PowerShell,选择以管理员身份运行。

3.输入命令:Get-AppXPackage | Remove-AppxPackage,后按回车,即可删除所有自带软件

4.删除成功



1、点击任务栏中的搜索,输入PowerShell,然后在搜索结果中右键单击PowerShell,选择以管理员身份运行。 

2、在PowerShell中输入下面的命令回车稍等片刻就可以将当前账户中的所有预装应用都删除。注意,过程中可能会出现错误提示,不过这并不影响最终效果。

Get-AppXPackage | Remove-AppxPackage 

3、不仅当前账户,我们还可以卸载其他账户中的所有应用,只需输入下面的命令,将其中的《username》替换为账户名称即可。

  Get-AppXPackage -User 《username》 | Remove-AppxPackage

  如果要卸载所有账户中的应用,可输入下面的命令。

  Get-AppxPackage -AllUsers | Remove-AppxPackage

  有些朋友可能会有创建多个账户的需求,但是又不想让每个账户中都包含全套相同的应用,在创建账户之前,我们可以从系统账户中删除这些应用,这样新创建的账户中就不会包含全套应用了。从系统账户中卸载应用,只需输入下面的命令。

  Get-AppXProvisionedPackage -online | Remove-AppxProvisionedPackage–online



Win10系统自带的哪些软件可以卸载~

5款win10最好用的卸载清理软件设计师一枚 日常分享实用软件和学习心得视频制作不易求关注谢谢大家5款软件打包蓝奏 https://xiaojiefx.lanzous.com/iclc49i

win10怎么卸载软件

怎么彻底卸载win10自带应用
答:1.在Windows搜寻栏输入应用和功能,然后点选打开。 2.在应用和功能中,您可以选择名称、大小或安装日期作为排序方式,以及选择所有磁盘驱动器或是特定磁盘驱动器作为筛选依据。3.或是您也可以在搜寻此列表的字段中输入想要卸载程序的文字,您将会在下方列表中看到搜寻结果。4.选取您要移除卸载的应用程序,...

win10自带的应用哪些可以卸载
答:要卸载这些所有内置应用,就要用到Windows PowerShell,它是win10系统自带的一个应用,要打开它,就单击开始菜单中的“所有应用”,然后找到Windows Power Shell的文件夹,右键单击Windows PowerShell,然后单击以管理员身份运行,就打开了。打开了Windows PowerShell输入命令 要卸载OneNote,在里面输入Get-App...

老铁们联想win10哪些预装软件可以卸载
答:1、2345好压:软件说明:一款解压缩软件如果用户自己有解压缩软件或不想用可以卸载。2、Amazon 1button app(亚马逊购物助手)软件说明:亚马逊购物助手是官方提供的一款购物辅助工具,无论你使用什么浏览器,只需要按照亚马逊购物助手,即可以获得比较价格,特价商品通知,将任何网站上的商品添加至您的心愿单...

w'in10怎么删除自带office
答:可以用官方的卸载工具,可以实现完全卸载不残留。但速度有点慢。链接:http://download.microsoft.com/download/5/0/5/505878EB-FFC4-4DF0-A526-B1165BFA6C35/o15-ctrremove.diagcab 望采纳!!

Win10正式版哪些预装的应用可以卸载
答:[应用程序完整名称] 卸载:,如卸载Windows 10中的‘卸载了自带视频应用:Remove-AppxPackage Microsoft.ZuneVideo_3.6.12101.0_x64__8wekyb3d8bbwe Windows 10预装应用删除的命令汇总:1、OneNote:Get-AppxPackage *OneNote* | Remove-AppxPackage 2、3D:Get-AppxPackage *3d* | Remove-Appx...

win10自带的软件哪些可以卸载
答:PowerShell,它是win10系统自带的一个应用,要打开它,就单击开始菜单中的“所有应用”,然后找到Windows Power Shell的文件夹,右键单击Windows PowerShell(注意不是Windows PowerShell ISE),然后单击以管理员身份运行,就打开了。2 打开了Windows PowerShell,就开始输入命令了 3 要卸载OneNote,在里面...

怎么卸载win10自带onenote
答:1、打开小娜,在搜索框中输入“PowerShell”,以管理员身份运行“Windows PowerShell”;2、输入Get-AppxPackage *OneNote* | Remove-AppxPackage 回车即可,下图为卸载照片,同理;3、OK执行上面的命令完成后,OneNote就完全从你的Win10中移除了。如果要重装的话就可以在应用商店中下载重新安装了。Wind...

如何卸载重装Windows10预装的OneDrive或禁用其导航窗格图标
答:好了,现在来讲一讲卸载 One Drive 之后如何恢复,卸载方法很简单,控制面板展开至程序和功能中直接卸载即可,如果某天想要重新启用系统自带的 One Drive 的话,参照下方的命令在命令提示符窗口(管理员模式)中执行即可。32Bit Windows 10 SYSTEMROOT%\System32\OneDriveSetup.exe  64Bit Windows 10...

jenkins怎样发送HTML格式的邮件
答:4出现警告提示,属于正常现象,确认无误之后就可以点击“卸载”。很快手机助手就把选中的自带软件从手机中卸载掉了 方法二:手机端卸载 首先要为手机安装SystemApp Remover这个软件,中文名叫“系统软件卸载”。可以通过手机助手搜索然后安装,也可以用手机上网把软件下载到SD卡或者手机内存安装 点击打开手机的...

怎么卸载win10自带应用 工具
答:UI_1000.10240.16384.0_neutral_neutral_cw5n1h2txyewy 上的 AppX 部署 删除 操作失败。此应用是 Windows 的一部分,无法针对每 个用户卸载该应用。管理员可以尝试使用“启用或关闭 Windows 功能”从计算机中删除该应用。不过,该应用可能无法被卸载。注: 有关其他信息,请在事件日志中查找 [Activity...