10.23 卸载Win10自带应用

Win10有很多自带应用,有些用不到的,对于一般人可能没什么,但对高标的人(qiang'po'zheng)绝对是折磨,必须卸!

如果你也有类似的需求(zhengzhuang),下面的内容会帮到你。


在系统“应用和功能”中卸载

点击桌面左下角Windows图标,然后点击“设置”,选择“系统”,找到“应用和功能”。

卸载Win10自带应用

卸载Win10自带应用

卸载Win10自带应用

这里许多应用可直接卸载,但还是有些无法卸载,需要动用Windows Powershell来解决。

用Windows Powershell卸载

首先,用Cortana小娜,或【Win】+【Q】组合键,调出搜索框,输入“Windows Powershell”,找到后,击右键,选择“以管理员身份运行”。

卸载Win10自带应用

打开了Windows PowerShell,就可以输入命令了,比如要卸载'人脉'、'计算器'、'Groove音乐、电影与电视',可分别输入下面3行:

Get-AppxPackage *people* | Remove-AppxPackage

Get-AppxPackage *calculator* | Remove-AppxPackage

Get-AppxPackage *zune* | Remove-AppxPackage

卸载Win10自带应用

前后截图对比一下就会发现,卸载成功了!

卸载Win10自带应用

更多应用卸载

地图:

Get-AppxPackage *map* | Remove-AppxPackage

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

Xbox:

Get-AppxPackage *xbox* | Remove-AppxPackage

卸载Xbox会报错,其实已卸载,忽略就好~

PS

卸载后,如果想恢复,可以进入“Windows应用商店”,右上方搜索栏输入要下载的应用名称,找到后安装就ok了!


分享到:


相關文章: