Windows内置应用就是有点烦人

要卸载这些所有内置应用,就要用到Windows PowerShell AppManager,它是win10系统自带的一个应用,要打开它,就单击开始菜单中的“所有应用”,然后找到Windows Power Shell的文件夹,右键单击Windows PowerShell(注意不是Windows PowerShell ISE),然后单击以管理员身份运行,就打开了。
打开了Windows PowerShell,就开始输入命令了
要卸载OneNote,在里面输入
Get-AppxPackage *OneNote* | Remove-AppxPackage
可以复制,回车执行
要卸载3D,输入
Get-AppxPackage *3d* | Remove-AppxPackage
要卸载Camera(相机),输入
Get-AppxPackage *camera* | Remove-AppxPackage
要卸载邮件和日历,输入
Get-AppxPackage *communi* | Remove-AppxPackage
要卸载新闻订阅,输入
Get-AppxPackage *bing* | Remove-AppxPackage
要卸载Groove音乐、电影与电视:
Get-AppxPackage *zune* | Remove-AppxPackage
要卸载人脉,输入
Get-AppxPackage *people* | Remove-AppxPackage
要卸载手机伴侣(Phone Companion),输入
Get-AppxPackage *phone* | Remove-AppxPackage
要卸载照片,输入
Get-AppxPackage *photo* | Remove-AppxPackage
要卸载纸牌游戏,输入
Get-AppxPackage *solit* | Remove-AppxPackage
要卸载录音机,输入
Get-AppxPackage *soundrec* | Remove-AppxPackage
要卸载Xbox,输入
Get-AppxPackage *xbox* | Remove-AppxPackage
在卸载Xbox的时候,会提示有很多错误,其实它已经被卸载了,可以不用担心!
所有卸载完成后,就只剩下应用商店了,这个留着吧,有用

Get-AppxPackage *OneNote* | Remove-AppxPackage
Get-AppxPackage *3d* | Remove-AppxPackage
Get-AppxPackage *camera* | Remove-AppxPackage
Get-AppxPackage *communi* | Remove-AppxPackage
Get-AppxPackage *bing* | Remove-AppxPackage
Get-AppxPackage *zune* | Remove-AppxPackage
Get-AppxPackage *people* | Remove-AppxPackage
Get-AppxPackage *phone* | Remove-AppxPackage
Get-AppxPackage *photo* | Remove-AppxPackage
Get-AppxPackage *solit* | Remove-AppxPackage
Get-AppxPackage *soundrec* | Remove-AppxPackage
Get-AppxPackage *xbox* | Remove-AppxPackage

要想卸载所有的应用,键键的键入如下命令,即刻干掉所有的Win10应用。

Get-AppxPackage | Remove-AppxPackage

貌似要用管理员帐号才可以。

想要恢复,则如下命令:

DISM.exe /Online /Cleanup-image /Scanhealth

DISM.exe /Online /Cleanup-image /Restorehealth

dir C:\Program Files\WindowsApps\*Microsoft.WindowsStore*

找到对应版本的stor目录,如:Microsoft.WindowsStore_11701.1001.79.0_x64__8wekyb3d8bbwe,再贱贱的贱入命令:

add-appxpackage -register "C:\Program Files\WindowsApps\Microsoft.WindowsStore_11701.1001.79.0_x64__8wekyb3d8bbwe\appxmanifest.xml" -disabledevelopmentmode

然后在windows的搜索栏就能输入store找到那个应用商店文件了。

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值