中易网

Win10哪些应用可以卸载及精简应用的方法

答案:2  悬赏:60  
解决时间 2021-02-15 11: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. How
全部回答
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 注意事项:卸载有风险!千万不要盲目卸载。
我要举报
如以上问答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
大家都在看
错误行号11,12,13,14什么意思
班上同学把我们交的500多班费弄丢了 班主任让
宏命令问题:猎人标记和奥术射击一键?
男人和女人凡事也争个对与错好不好
山丰原食养工坊地址在什么地方,想过去办事
奔驰gls450和500对比
惠人原汁机可不可以弄咖啡
韵达(044县道北50米韵达)地址在什么地方,我
发现了一个定律,123能被三整除
您好:本人脚跟腱断裂术后两个月不慎摔倒再次
江汉平原属于什么土质的地基
《赏金猎人 电影》完整高清在线观看+
钢退火后得到什么组织?
六百吨油船重载转速九百一天耗多少油
引用一句古代诗词来描写春天的景色怎么写
推荐资讯
我买的电子产品才四个就坏了,淘宝也不管,还
商品进永辉超市怎么进
晋成陶瓷巴马总代理这个地址在什么地方,我要
帮忙查询个快递。ems单号1029435229503谢谢
高音萨克斯指法,以前吹中音,如果照着谱子吹
卤菜第二天闻起发酸是怎么会事情
天汇香城地址在哪,我要去那里办事
4000-5000cc的血液中的cc什么单位
有关村的四字成语
在淘宝买了个钱包,货还没到我就不想要了,如
龙泉大酒店在什么地方啊,我要过去处理事情
珠海q房网每月几号发工资
手机登qq时,显示手机磁盘不足,清理后重新登
刺客的套装怎么选啊?