删除 Windows 10 自带的 UWP 应用(命令版)

时间:2026-02-12 11:14:02

1、点击开始菜单,在所有程序里找到 Windows PowerShell,右键以系统管理员身份运行

2、复制以下指令到 PowerShell 里并按 Enter 就会移除(例如运动)这个应用程式:

Get-AppxPackage *bingsports* | Remove-AppxPackage

3、其他程序删除指令:

3D Builder:

Get-AppxPackage *3dbuilder* | Remove-AppxPackage

闹钟与时钟:

Get-AppxPackage *windowsalarms* | 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

Groove 音乐:

Get-AppxPackage *zunemusic* | Remove-AppxPackage

地图:

Get-AppxPackage *windowsmaps* | 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

OneNote:

Get-AppxPackage *onenote* | 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

天气:

Get-AppxPackage *bingweather* | Remove-AppxPackage

Xbox:

Get-AppxPackage *xboxapp* | Remove-AppxPackage

© 2026 五度知识库
信息来自网络 所有数据仅供参考
有疑问请联系站长 site.kefu@gmail.com