Win10系统应用和功能卸载按钮灰色无法卸载应用的原因及解决方法图文教程
在windwos 10系统中,我们可以通过【windwos设置】—【应用和功能】中卸载软件。有用户反应,在卸载的时候发现有的软件无法卸载的情况,该怎么办?下面的小编给大家分享下解决方法。
原因分析:
由于一些windwos自带的应用是无法使用正常方法卸载,需要通过特殊手段才可以卸载
解决方法:
1、打开小娜,搜索“windows powershell”,在最佳匹配下的“windows powershell”上单击右键,选择“以管理员身份运行”;
2、从下面找到你所需要卸载的程序,复制代码,在“windows powershell”中粘贴进去,按下回车键即可卸载。代码如下:
groove 音乐
get-appxpackage *zunemusic* | remove-appxpackage
onenote
get-appxpackage *onenote* | remove-appxpackage
地图
get-appxpackage *windowsmaps* | remove-appxpackage
3d builder
get-appxpackage *3dbuilder* | remove-appxpackage
闹钟与时钟
get-appxpackage *windowsalarms* | remove-appxpackage
天气
get-appxpackage *bingweather* | remove-appxpackage
xbox
get-appxpackage *xboxapp* | remove-appxpackage
行事历
get-appxpackage *windowscalculator* | remove-appxpackage
行事历与邮件
get-appxpackage *windowscommunicationsapps* | remove-appxpackage
相机
get-appxpackage *windowscamera* | remove-appxpackage
取得office
get-appxpackage *officehub* | remove-appxpackage
取得skype
get-appxpackage *skypeapp* | remove-appxpackage
取得开始
get-appxpackage *getstarted* | remove-appxpackage
microsoft solitaire collection 扑克牌游戏
get-appxpackage *solitairecollection* | remove-appxpackage
财经
get-appxpackage *bingfinance* | remove-appxpackage
movies & tv
get-appxpackage *zunevideo* | remove-appxpackage
新闻
get-appxpackage *bingnews* | remove-appxpackage
联络人
get-appxpackage *people* | remove-appxpackage
手机小帮手
get-appxpackage *windowsphone* | remove-appxpackage
相片
get-appxpackage *photos* | remove-appxpackage
市集
get-appxpackage *windowsstore* | remove-appxpackage
运动
get-appxpackage *bingsports* | remove-appxpackage
语音录音机
get-appxpackage *soundrecorder* | remove-appxpackage
拓展阅读:
以上就是win10系统应用和功能卸载按钮灰色无法卸载应用的原因及解决方法图文教程,方法很简单,有该需要的朋友可以按照上述的方法进行设置解决!