热门装机教程
装机教程
您现在的位置: 首页 > 装机教程

使用Windows Powershell卸载Win10自带的应用

来源:    发布时间:2020-04-25 22:37:31

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

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

用Windows Powershell卸载:

 

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

 

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

复制内容到剪贴板 Get-AppxPackage *people* | Remove-AppxPackage       Get-AppxPackage *calculator* | Remove-AppxPackage       Get-AppxPackage *zune* | Remove-AppxPackage   

更多应用卸载:

 

 地图

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会报错,其实已卸载,忽略。