怎么删除windows10的自带软件
2016-09-15 · 知道合伙人软件行家
系统下打开Windows PowerShell应用进行删除操作。
步骤和方法:
1、进入系统,开始菜单找到Windows PowerShell,鼠标点击右键选择“以管理员身份运行”。
2、删除所有用户内置应用的命令:Get-AppxPackage-AllUsers | Remove-AppxPackage 。 按下enter键即可删除所有内置应用。
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怎么卸载呢?
这里首先按下键盘的“win+x"然后界面中点击windows powershell【管理员】打开。
这里我们首先打开想要卸载的应用。这里小编先打开系统的XBOX应用。
然后我们在任务栏的空白处单击鼠标右键,然后点击打开任务管理器。
任务管理器中我们在打开的XBOX应用上单击鼠标右键,选择属性打开。
这时候在属性中我们常规里面将这里的名字复制到电脑记事本中或者浏览器的搜索框中,一会我们会用到。
现在我们打开我们刚才打开的windows powershell界面。不要着急。
现在我们在记事本中在刚才复制文件名前面添加命令Remove-AppxPackage,然后将这里所有的内容复制粘贴到windows powershell界面。回车!
我们等待命令执行完毕,现在我们打开开始菜单看看效果。已经卸载成功。