-
按 Win + S 并搜索
PowerShell
,右键选择 以管理员身份运行; -
使用以下命令删除对应的应用:
卸载 3D Builder:
get-appxpackage *3dbuilder* | remove-appxpackage
卸载 Alarms & Clock:
get-appxpackage *alarms* | remove-appxpackage
卸载 App Connector:
get-appxpackage *appconnector* | remove-appxpackage
卸载 App Installer:
get-appxpackage *appinstaller* | remove-appxpackage
同时卸载 Calendar 和 Mail:
get-appxpackage *communicationsapps* | remove-appxpackage
卸载 计算器:
get-appxpackage *calculator* | remove-appxpackage
卸载 相机:
get-appxpackage *camera* | remove-appxpackage
卸载 Feedback Hub:
get-appxpackage *feedback* | remove-appxpackage
卸载 Get Help:
get-appxpackage *gethelp* | remove-appxpackage
卸载 Get Office:
get-appxpackage *officehub* | remove-appxpackage
卸载 Get Started or Tips:
get-appxpackage *getstarted* | remove-appxpackage
卸载 Get Skype:
get-appxpackage *skypeapp* | remove-appxpackage
卸载 Groove Music:
get-appxpackage *zunemusic* | remove-appxpackage
同时卸载 Groove Music 和 Movies & TV:
get-appxpackage *zune* | remove-appxpackage
卸载 地图:
get-appxpackage *maps* | remove-appxpackage
同时卸载 Messaging 和 Skype Video:
get-appxpackage *messaging* | remove-appxpackage
卸载 Microsoft Solitaire Collection:
get-appxpackage *solitaire* | remove-appxpackage
卸载 Microsoft Wallet:
get-appxpackage *wallet* | remove-appxpackage
卸载 Microsoft Wi-Fi:
get-appxpackage *connectivitystore* | remove-appxpackage
卸载 Money:
get-appxpackage *bingfinance* | remove-appxpackage
卸载 Money, News, Sports 和 Weather:
get-appxpackage *bing* | remove-appxpackage
卸载 Movies & TV:
get-appxpackage *zunevideo* | remove-appxpackage
卸载 新闻:
get-appxpackage *bingnews* | remove-appxpackage
卸载 OneNote:
get-appxpackage *onenote* | remove-appxpackage
卸载 Paid Wi-Fi & Cellular:
get-appxpackage *oneconnect* | remove-appxpackage
卸载 Paint 3D:
get-appxpackage *mspaint* | remove-appxpackage
卸载 People:
get-appxpackage *people* | remove-appxpackage
卸载 Phone:
get-appxpackage *commsphone* | remove-appxpackage
卸载 Phone Companion:
get-appxpackage *windowsphone* | remove-appxpackage
卸载 Phone 和 Phone Companion:
get-appxpackage *phone* | remove-appxpackage
卸载 Photos:
get-appxpackage *photos* | remove-appxpackage
卸载 Sports:
get-appxpackage *bingsports* | remove-appxpackage
卸载 Sticky Notes:
get-appxpackage *sticky* | remove-appxpackage
卸载 Sway:
get-appxpackage *sway* | remove-appxpackage
卸载 View 3D:
get-appxpackage *3d* | remove-appxpackage
卸载 录音机:
get-appxpackage *soundrecorder* | remove-appxpackage
卸载 天气:
get-appxpackage *bingweather* | remove-appxpackage
卸载 Windows Holographic:
get-appxpackage *holographic* | remove-appxpackage
卸载 Windows 应用商店:(务必小心!)
get-appxpackage *windowsstore* | remove-appxpackage
卸载 Xbox:
get-appxpackage *xbox* | remove-appxpackage
注:可以注意到 Windows 应用商店也是可以卸载的,但是强烈建议不要卸载,以防带来其他问题。