2024年11月Win10自带应用卸载与恢复的操作方法
⑴Win自带应用有很多,但是无法通过常规卸载手法来将他们删除!winwin在这里给大家亮一手,教你快速卸载win无法卸载的一些APP,卸载了也不懂担心,自有恢复方法!
⑵.【Win+Q】调出搜索框,搜索并找到【Windows Powershell】,右击选择【以管理员身份运行】。
⑶.以【计算器】为例,在弹出对话框内输入【Get-AppxPackage *calculator* | Remove-AppxPackage】回车。
⑷.替换【Get-AppxPackage *calculator* | Remove-AppxPackage】,可以卸载更多应用:
⑸Get-AppxPackage *people* | Remove-AppxPackage
⑹Groove音乐电影与电视:
⑺Get-AppxPackage *zune* | Remove-AppxPackage
⑻Get-AppxPackage *map* | Remove-AppxPackage
⑼OneNote:
⑽Get-AppxPackage *OneNote* | Remove-AppxPackage
⑾Get-AppxPackage *d* | Remove-AppxPackage
⑿Camera相机:
⒀Get-AppxPackage *camera* | Remove-AppxPackage
⒁Get-AppxPackage *muni* | Remove-AppxPackage
⒂Get-AppxPackage *bing* | Remove-AppxPackage
⒃Get-AppxPackage *xbox* | Remove-AppxPackage
⒄(卸载Xbox可能会报错,其实已卸载,忽略就好咯
⒅进入“Windows应用商店”,右上方搜索栏输入要下载的应用名称,找到后点击安装即可!
⒆以上便是winwin为大家分享介绍的Win自带应用卸载与恢复的操作方法!