如何彻底卸载win10自带应用程序
推荐于2020-01-18 · 知道合伙人软件行家
工具:电脑,WIN10.
方法和步骤:
1、开始菜单—所有应用,找到Windows PowerShell,选择“以管理员身份运行”;
2、卸载所有用户内置应用的命令为:Get-AppxPackage -AllUsers | 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
卸载win10自带杀毒程序
2016-08-27 · 知道合伙人软件行家
首先我们在所有应用中找到“电脑设置”。
选择“搜索和应用”。
在“搜索和应用”里面选择“应用大小”。
过一会儿,然后在应用大小中,选择你需要卸载的应用,点击,选择“卸载”。
这是会有一个类似警告的形式的提示,我们这里直接点击“卸载”即可。
当你再回到你的应用中,你会发现,你需要卸载的应用已经不在了。
对于32位操作系统 Dism /Online /Disable-Feature /FeatureName:Internet-Explorer-Optional-x86
对于64位操作系统 Dism /Online /Disable-Feature /FeatureName:Internet-Explorer-Optional-amd64
不建议执行以上操作
运行 Dism /Online /Get-Features查找需要的Featurename
彻底杜绝的方法:
在win10菜单上找到系统自带的游戏或者软件之后,点击右键会出现一个菜单,有个关于设置的选项,点击进去把后台启动关闭,然后卸载,就不会再自动重装了。不过某些流氓软件连卸载选项都没有,那只能去问候微软亲戚了。。。。。