文档库 最新最全的文档下载
当前位置:文档库 › Win10内置应用对应的卸载命令

Win10内置应用对应的卸载命令

Win10内置应用对应的卸载命令,未列出的应用可通过“开始菜单--所有应用”右键卸载

日历、邮件

get-appxpackage*communicationsapps* | remove-appxpackage

人脉

get-appxpackage*people* | remove-appxpackage

Groove 音乐

get-appxpackage*zunemusic* | remove-appxpackage

电影和电视

get-appxpackage*zunevideo* | remove-appxpackage

·命令 get-appxpackage *zune* | remove-appxpackage 可以同时删除上两项

财经

get-appxpackage*bingfinance* | remove-appxpackage

资讯

get-appxpackage*bingnews* | remove-appxpackage

体育

get-appxpackage*bingsports* | remove-appxpackage

天气

get-appxpackage*bingweather* | remove-appxpackage

·命令 get-appxpackage *bing* | remove-appxpackage 可同时删除上述四项

OneNote

get-appxpackage*onenote* | remove-appxpackage

闹钟和时钟

get-appxpackage*alarms* | remove-appxpackage

计算器

get-appxpackage*calculator* | remove-appxpackage

相机

get-appxpackage*camera* | remove-appxpackage

照片

get-appxpackage*photos* | remove-appxpackage

地图

get-appxpackage*maps* | remove-appxpackage

语音录音机

get-appxpackage*soundrecorder* | remove-appxpackage

XBox

get-appxpackage*xbox* | remove-appxpackage

4、若需要恢复卸载的应用,可使用命令 Get-AppxPackage -allusers | foreach {Add-AppxPackage -register “$($_。InstallLocation)appxmanifest.xml”-DisableDevelopmentMode},它将重装所有内置的应用

相关文档