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

2022年5月21日 27点热度 0人点赞

要用到的是 Windows PowerShell 这个程序,它是升级版的 CMD,可以使用的指令比较多……以下介绍删除 Windows 10 自带应用

工具/原料

  • Windows PowerShell

方法/步骤

  1. 1

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

  2. 2

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

    Get-AppxPackage *bingsports* | Remove-AppxPackage

  3. 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

    END

注意事项

  • 该命令也可删除用户自己安装的应用,只要将 ** 里面的内容换成应用的包名即可
经验内容仅供参考,如果您需解决具体问题(尤其法律、医学等领域),建议您详细咨询相关领域专业人士。

展开阅读全部

laozhao

这个人很懒,什么都没留下

文章评论