欢迎您访问科普小知识本站旨在为大家提供日常生活中常见的科普小知识,以及科普文章!
您现在的位置是:首页  > 科技

教你干掉win10全家桶

科普小知识2023-10-07 00:04:40
...

最近,win10周年版已陆续推送,不知道有多少用户选择升级了呢。从win8开始,window就加入了metro界面以取代从win95一直延续到win7的开始菜单。这一举措招致几乎所有的windows用户的不满,然而微软却依旧我行我素。好在win10回头是岸,回归了传统的开始菜单。同时,微软也并没有放弃metro界面,而是把两者结合起来。除了开始菜单的变化,让大众吐槽的还有win10的自带应用。

教你干掉win10全家桶

这些并不好用的自带应用例如:groove音乐,相片,股票……一直占据着我们的默认应用。如果它们是一直静静的躺在那里还好,最多不用就是了。当我们想要浏览图片或者看视频的话,这些系统应用就会自动关联打开,偏偏打开速度简直龟速。笔者尝试把第三方软件设为默认,不过均以失败告终。要想摆脱自带应用的阴霾,一味的忍让是没用的,还真当我收拾不了你们么!想要一劳永逸,便是把它们统统都删了。

不需要第三方的卸载工具(用第三方工具可能伴随着风险),因此我们仅需要的是Windows自带的Windows power shell。

卸载win10自带应用:方法步骤

1.右键以管理员身份运行Windows power shell,(怎么找到Windows power shell?按下win键,直接搜索就有了)

教你干掉win10全家桶

2.在应用中输入命令 Get-AppXPackage | Remove-AppxPackage 即可将系统预装的所有应用都卸载了。

教你干掉win10全家桶

不仅当前账户,我们还可以卸载其他账户中的所有应用,只需输入下面的命令,将其中的《username》替换为账户名称即可。

Get-AppXPackage -User 《username》 | Remove-AppxPackage

如果要卸载所有账户中的应用,可输入下面的命令。

Get-AppxPackage -AllUsers | Remove-AppxPackage

有些朋友可能会有创建多个账户的需求,但是又不想让每个账户中都包含全套相同的应用,在创建账户之前,我们可以从系统账户中删除这些应用,这样新创建的账户中就不会包含全套应用了。从系统账户中卸载应用,只需输入下面的命令。

Get-AppXProvisionedPackage -online | Remove-AppxProvisionedPackage–online

需要注意的是,执行以后上操作后会将应用商店也一并删除,目前也没有找回的方法,系统推送的某些更新会重新在系统中安装应用商店。另外,部分内置应用,比如Cortana、联系支持人员、Edge浏览器、Windows反馈,设置和搜索无法从系统中删除。

ps:什么,你只是想要卸载部分自带应用?可以,我们都可以满足你

附:单独卸载win10自带应用命令

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后出现的提示:(正常现象,出现此现象说明Xbox已被成功卸载)

英文提示:

PS C:WINDOWSsystem32> Get-AppxPackage *xbox* | Remove-AppxPackage

Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed. Please contact your software vendor.

(Exception from HRESULT: 0x80073CFA)

error 0x80070032: AppX Deployment Remove operation on package

Microsoft.XboxGameCallableUI_1000.10240.16384.0_neutral_neutral_cw5n1h2txyewy from:

C:WindowsSystemAppsMicrosoft.XboxGameCallableUI_cw5n1h2txyewy failed. This app is part of Windows and cannot be

uninstalled on a per-user basis. An administrator can attempt to remove the app from the computer using Turn Windows

Features on or off. However, …………………………………………………………………………………………

………………以下省略一大段文字

选择无视这段提示,这只是微软提出的安全警告,并不会对系统造成任何影响