发布日期:2014-05-02 作者:专注于电脑系统 来源:http://www.08153.com
众所周知win7是微软推出的最新代系统,许多用户也开始更新到win7了,但是在使用的过程中会发现,系统里面预装了不少用不着的软件,比如日历,音乐等,那如何样精简win7系统呢?
所以删除不必要的软件和组件就有一定的必要性了,今天给大家教程一下:
1、一键卸载不需要的系统应用;
对于可以正常卸载的第三方应用软件,我做可以直接右键,点击卸载就可以了。
2、比较棘手的win7系统自带的内置应用,如“xboxlive游戏”、“Groove音乐”、“人脉”等,则可以通过命令提示符来卸载应用。
在Cortana搜索框中输入powershell,并以管理员身份运行
然后在窗口中输入Get-Appxpackage *onenote* | Remove-Appxpackage,回车执行即可。
注:你们可用 Get-Appxpackage -allusers | Remove-Appxpackage 来卸载所有内置应用,但不建议这么做,因为这样会连win商店一起卸载,简单影响后续使用。
win7内置应用对应的卸载命令,未列出的应用可通过“开始菜单--所有应用”右键卸载
日历、邮件
get-appxpackage*communicationsapps* | remove-appxpackage
人脉
get-appxpackage*people* | remove-appxpackage
Groove 音乐
get-appxpackage*zunemusic* | remove-appxpackage
电影和电视
get-appxpackage*zunevideo* | remove-appxpackage
get-appxpackage *zune* | remove-appxpackage 可以同时删除上两项
财经
get-appxpackage*bingfinance* | remove-appxpackage
资讯
get-appxpackage*bingnews* | remove-appxpackage
体育
get-appxpackage*bingsports* | remove-appxpackage
天气
get-appxpackage*bingweather* | remove-appxpackage
命令 get-appxpackage *bing* | remove-appxpackage 可同时删除以上四项
onenote
get-appxpackage*onenote* | remove-appxpackage
闹钟和时钟
get-appxpackage*alarms* | remove-appxpackage
计算器
get-appxpackage*calculator* | remove-appxpackage
相机
get-appxpackage*camera* | remove-appxpackage
照片
get-appxpackage*photos* | remove-appxpackage
地图
get-appxpackage*maps* | remove-appxpackage
语音录音机
get-appxpackage*soundrecorder* | remove-appxpackage
xBox
get-appxpackage*xbox* | remove-appxpackage
上述内容便是主编给你带来的win7精简系统如何做到的具体内容了,但愿可以提供协助。