win10自带播放器、软件卸载方法
1、打开开始菜单,搜索 powershell ,在windows powershell 上单击右键,选择【以管理员身份运行】;
2、打开windows PowerShell 窗口后输入下面的对应命令按下回车键即可将对应应用卸载掉:
XBox
get-appxpackage -allusers *xbox* | remove-appxpackage
人脉
get-appxpackage -allusers *people* | remove-appxpackage
日历、邮件
get-appxpackage -allusers *communicationsapps* | remove-appxpackage
Groove 音乐www.winwin7.com
get-appxpackage -allusers *zunemusic* | remove-appxpackage
电影和电视
get-appxpackage -allusers *zunevideo* | remove-appxpackage
财经
get-appxpackage -allusers *bingfinance* | remove-appxpackage
资讯
get-appxpackage -allusers *bingnews* | remove-appxpackage
体育
get-appxpackage -allusers *bingsports* | remove-appxpackage
天气
get-appxpackage -allusers *bingweather* | remove-appxpackage
OneNote
get-appxpackage -allusers *onenote* | remove-appxpackage
闹钟和时钟
get-appxpackage -allusers *alarms* | remove-appxpackage
计算器
get-appxpackage -allusers *calculator* | remove-appxpackage
相机
get-appxpackage -allusers *camera* | remove-appxpackage
照片
get-appxpackage -allusers *photos* | remove-appxpackage
地图
get-appxpackage -allusers *maps* | remove-appxpackage
语音录音机
get-appxpackage -allusers *soundrecorder* | remove-appxpackage
如果需要一次性全部卸载,那么输入:Get-AppXPackage | Remove-AppxPackage 按下回车键 就会开始自动卸载了!
以上便是飞飞系统给大家带来的win10自带播放器、软件卸载方法~
分享到: