Windows PowerShell
点击开始菜单,在所有程序里找到 Windows PowerShell,右键以系统管理员身份运行
复制以下指令到 PowerShell 里并按 Enter 就会移除(例如运动)这个应用程式:Get-AppxPackage *bingsports* | Remove-AppxPackage
其他程序删除指令: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-AppxPackageGroove 音乐:Get-AppxPackage *zunemusic* | Remove-AppxPackage地图:Get-AppxPackage *windowsmaps* | Remove-AppxPackageMicrosoft Solitaire Collection:Get-AppxPackage *solitairecollection* | Remove-AppxPackage财经:Get-AppxPackage *bingfinance* | Remove-AppxPackageMovies & TV:Get-AppxPackage *zunevideo* | Remove-AppxPackage新闻:Get-AppxPackage *bingnews* | Remove-AppxPackageOneNote: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-AppxPackageXbox:Get-AppxPackage *xboxapp* | Remove-AppxPackage
该命令也可删除用户自己安装的应用,只要将 ** 里面的内容换成应用的包名即可