Win10正式版哪些预装的应用可以卸载

供稿:hz-xin.com     日期:2024-05-19
Win10正式版哪些预装的应用可以卸载

1、输入“PowerShell”并回车,找到“PowerShell”并以管理员身份运行。





2、获取应用程序清单:输入“Get-AppxPackage -User
username”username是你的用户名。

如:Get-AppxPackage -User radar

Get-AppxPackage获取应用程序清单:输入:输入“Get-AppxPackage
-User username”username是你的用户名。

如:Get-AppxPackage -AllUsers 获取所有用户安装的应用程序

Get-AppxPackage -User radar 获取我电脑指定用户名安装的应用程序










3、复制所需应用程序完整名称(PackageFullName):如卸载Windows
10中的‘卸载了自带视频应用(Microsoft.ZuneVideo),找到:Microsoft.ZuneVideo_3.6.12101.0_x64__8wekyb3d8bbwe,选中点下右键就复制了



4、使用指令remove-appxpackage
[应用程序完整名称] 卸载:,如卸载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-AppxPackage

3、Camera相机:

Get-AppxPackage *camera* | Remove-AppxPackage

4、邮件和日历:

Get-AppxPackage *communi* | Remove-AppxPackage

5、新闻订阅:

Get-AppxPackage *bing* | Remove-AppxPackage

6、Groove音乐、电影与电视:

Get-AppxPackage *zune* | Remove-AppxPackage

7、人脉:

Get-AppxPackage *people* | Remove-AppxPackage

8、手机伴侣(Phone Companion):

Get-AppxPackage *phone* | Remove-AppxPackage

9、照片:

Get-AppxPackage *photo* | Remove-AppxPackage

10、纸牌游戏(还敢要钱的那货):

Get-AppxPackage *solit* | Remove-AppxPackage

11、录音机:

Get-AppxPackage *soundrec* |
Remove-AppxPackage

12、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

再搜索菜单输入控制面板,打开,有一个卸载程序,点进去,右键点击你要卸载的东西,然后点卸载,望采纳

1、输入“PowerShell”并回车,找到“PowerShell”并以管理员身份运行。

2、获取应用程序清单:输入“Get-AppxPackage -User
username”username是你的用户名。

如:Get-AppxPackage -User radar

Get-AppxPackage获取应用程序清单:输入:输入“Get-AppxPackage
-User username”username是你的用户名。

如:Get-AppxPackage -AllUsers 获取所有用户安装的应用程序

Get-AppxPackage -User radar 获取我电脑指定用户名安装的应用程序

3、复制所需应用程序完整名称(PackageFullName):如卸载Windows
10中的‘卸载了自带视频应用(Microsoft.ZuneVideo),找到:Microsoft.ZuneVideo_3.6.12101.0_x64__8wekyb3d8bbwe,选中点下右键就复制了

4、使用指令remove-appxpackage
[应用程序完整名称] 卸载:,如卸载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-AppxPackage

3、Camera相机:

Get-AppxPackage *camera* | Remove-AppxPackage

4、邮件和日历:

Get-AppxPackage *communi* | Remove-AppxPackage

5、新闻订阅:

Get-AppxPackage *bing* | Remove-AppxPackage

6、Groove音乐、电影与电视:

Get-AppxPackage *zune* | Remove-AppxPackage

7、人脉:

Get-AppxPackage *people* | Remove-AppxPackage

8、手机伴侣(Phone Companion):

Get-AppxPackage *phone* | Remove-AppxPackage

9、照片:

Get-AppxPackage *photo* | Remove-AppxPackage

10、纸牌游戏(还敢要钱的那货):

Get-AppxPackage *solit* | Remove-AppxPackage

11、录音机:

Get-AppxPackage *soundrec* |
Remove-AppxPackage

12、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

注意事项:卸载有风险!千万不要盲目卸载。

win10上有哪些好用的应用
答:win10系统优势:1、免费Win10首次开启了免费模式,正版Win7和Win8用户都可以通过推送的方式,免费升级到Win10。Win10的免费升级策略无疑是最大的买单。当然,如果是盗版用户,无法免费升级到Win10正式版,但可以通过修改秘钥,激活成正式版,而激活码X宝等平台,只需花很少钱就能买到。对于拥有OEM版...

Win10正式版特性 windows10正式版新功能介绍
答:1、手机上的桌面操作系统 win10正式版特别为小于8英寸的设备进行了优化,移动端的界面看起来更像旧的Windows Phone操作系统。微软的统一化愿景可以通过PC和手机通知系统的同步,以及微软自有服务Skype集成到消息应用程序展现出来。目前Windows Phone的致命缺陷是它没有Instagram或Gmail等主要的应用程序。但此次...

win10邮件应用怎么用 win10正式版内置邮件使用方法
答:所需工具:WIN10 方法:1、单击开始——邮件 2、单击添加帐户 3、选择帐户类型 4、输入E-mail和密码,单击登录。5、输入名称,单击登录。6、单击完成 7、然后回到添加帐户页面,单击准备就绪,然后就可以收发邮件了。

Win10中有个“可选功能”,这里面都有啥
答:首先是.NET Framework 3.5,Win8/Win8.1发布后网络上到处可以看到添加.NET3.5的教程,在Win10中微软显然考虑到这一点了,在这里你可以快速添加它。另一个是Insider hub(会员中心)应用,微软曾表示会在Win10正式版后继续推行Windows Insider计划,但是在Win10预览版10147中并没有提供会员中心应用,...

我的win10连接手机用什么软件
答:不需要其它软件,在win10正式版中预装了一个叫手机助手的应用 方法如下:1、点击开始,然后找到S开头的就会看到手机助手 2、打开后就会看到主流的三种平台Windows、Android、iphone都在这了 3、把手机和电脑用数据线进行连接 4、点击上图的显示,会看到部分信息 5、同时,Windows 10手机助手会搜索手机与...

Win10预装应用太多如何彻底清除?
答:一般来说,我们都视官方正式版Windows10系统为纯净版系统,事实也的确如此。然而,官方的系统也预装了许多微软自家的应用,这在有系统洁癖的用户眼里也是容不下的,相比之下,他们会更喜欢功能强大的第三方工具。因此,卸载Win10预装应用成了他们装完系统首先要做的事情,那么Win10预装应用太多如何彻底清...

w'in10有没有扫雷,在哪里找到?
答:win10正式版可以玩winxp的扫雷游戏啦,但是需要自己下载安装 1、打开应用商店。(可在菜单中找到)2、找到搜索栏。3、在搜索栏中输入:microsoft minesweeper,点击搜索 4、打开后点击安装。5、完成后即可打开开始游戏。6、唯一比较可惜的就是需要花钱购买,但是至少我们可以玩了,还算是不错的。

Windows10系统如何屏蔽预装第三方应用/游戏【图文教程】
答:默认情况下,Windows10正式版系统会预装一些第三方应用和游戏,虽然这些内容会给用户带来一些便利,但还是有用户不太喜欢让微软再推送这些应用,并且有些内容不经用户同意就进行安装。接下来,小编就介绍一个在Win10系统中屏蔽预装第三方应用/游戏的方法。具体如下:1、在Cortana搜索栏输入“安全策略”,然...

Win10正式版内置截图工具怎么用
答:一、首先,打开win10正式版系统,在桌面左下角点击“开始”按钮,点击打开。二、然后,在开始菜单的应用列表中选择“Windows附件”,点击打开。三、然后,在“附件”中找到“截图工具”,点击打开。四、最后,在窗口中选择“新建按钮”,点击打开即可开始截图,问题解决。

win10正式版好用吗?
答:微软正式推出了Win10系统,这次Win10系统有了巨大的改变,它吸取了前面系统的各个有点,然后结合到了一起,产生了更好的系统Win10。这次它在性能方面相比Win7和Win8都有很大的提升。那么win10正式版好用吗?下面小编为大家带来了Win10正式版系统深度体验评测,来看看吧万众期待的Win10正式版系统如约而至,通用应用、...