2016 - 2024

感恩一路有你

如何通过PowerShell删除Windows 10自带的UWP应用

浏览量:2562 时间:2024-03-06 15:33:52 作者:采采

在Windows 10操作系统中,自带了许多UWP(Universal Windows Platform)应用程序,有些用户可能并不需要或使用这些应用。通过使用Windows PowerShell,你可以轻松地删除这些自带应用程序,从而简化系统并释放磁盘空间。

删除步骤

要开始删除Windows 10自带的UWP应用,首先需要打开Windows PowerShell这个程序。Windows PowerShell是比传统的CMD更强大的命令行工具,提供了更多的指令和功能。

1. 点击开始菜单,找到Windows PowerShell,并右键以系统管理员身份运行。

2. 将以下指令复制粘贴到PowerShell中,并按Enter执行,即可移除对应的应用程序:

Get-AppxPackage *bingsports* | 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

- Xbox:Get-AppxPackage *xboxapp* | Remove-AppxPackage

通过以上指令,你可以逐个删除不需要的应用程序,使系统更加清洁高效。记得在操作前备份重要数据,以免出现意外情况。如果想恢复某个应用,也可以通过Microsoft Store重新下载安装。愉快地定制你的Windows 10系统吧!

版权声明:本文内容由互联网用户自发贡献,本站不承担相关法律责任.如有侵权/违法内容,本站将立刻删除。