
安装好Win10之后,开始界面会有很多个Win10自带应用,这些应用往往很少用到,但是一个一个卸载又太麻烦。下面我就来介绍一下如何使用命令一次性卸载全部Win10自带应用的方法,希望会对大家有所帮助的!
点击任务栏中的搜索,输入PowerShell,然后在搜索结果中右键单击PowerShell,选择以管理员身份运行。
在PowerShell中输入下面的命令回车稍等片刻就可以将当前账户中的所有预装应用都删除。注意,过程中可能会出现错误提示,不过这并不影响最终效果。
Get-AppXPackage | Remove-AppxPackage
不仅当前账户,我们还可以卸载其他账户中的所有应用,只需输入下面的命令,将其中的《username》替换为账户名称即可。
Get-AppXPackage -User 《username》 | Remove-AppxPackage
如果要卸载所有账户中的应用,可输入下面的命令。
Get-AppxPackage -AllUsers | Remove-AppxPackage
有些朋友可能会有创建多个账户的需求,但是又不想让每个账户中都包含全套相同的应用,在创建账户之前,我们可以从系统账户中删除这些应用,这样新创建的账户中就不会包含全套应用了。从系统账户中卸载应用,只需输入下面的命令。
Get-AppXProvisionedPackage -online | Remove-AppxProvisionedPackage–online
最终效果
需要注意的是,执行以后上 *** 作后会将应用商店也一并删除,目前也没有找回的方法,系统推送的某些更新会重新在系统中安装应用商店。另外,部分内置应用,比如Cortana、联系支持人员、Edge浏览器、Windows反馈,设置和搜索无法从系统中删除。
以上就是Win10如何使用命令卸载自带应用的介绍了,使用PowerShell命令卸载掉的是应用商店,应用商店卸载掉了,里面的应用也就跟着卸载掉了。
1在Windows搜寻栏输入[应用和功能]①,然后点选[打开]②。
2在应用和功能中,您可以选择名称、大小或安装日期作为排序方式③,以及选择所有磁盘驱动器或是特定磁盘驱动器作为筛选依据④。
3或是您也可以在搜寻此列表的字段中输入想要卸载程序的文字(或其中关键词)⑤,您将会在下方列表中看到搜寻结果。
4选取您要移除卸载的应用程序,然后点选[卸载]⑥。
工具:电脑,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自带应用的教程分享全部的内容,包括:一次性卸载win10自带应用的教程分享、win10怎么卸载应用商店的应用、如何彻底卸载win10自带应用程序等相关内容解答,如果想了解更多相关内容,可以关注我们,你们的支持是我们更新的动力!
欢迎分享,转载请注明来源:内存溢出
微信扫一扫
支付宝扫一扫
评论列表(0条)