win10怎么卸载系统自带软件
步骤:
1、启动PowerShell:在搜索框里输入“powershell”,在标记为“桌面应用”的“Windows PowerShell”上右键,选择“以管理员身份运行”命令;
2,以管理员身份运行PowerShell
3、在打开的PowerShell窗口中输入“Get-AppxPackage | Select Name,
PackageFullName”(注意空格和英文标点),查看已安装应用的清单;
4、查找要卸载的应用,可以按“Ctrl+F”来查找,比如我要卸载系统自带的“照片”应用,可以通过“Ctrl+F”输入“photo”来查找,按“查找下一个”按钮就能找到了。
5,一个应用的信息有很多,我们需要的只有一个,就是“PackageFullName”,包的名称。把后面的名称“Microsoft.Windows.Photos_15.803.16240.0_x64__8wekyb3d8bbwe”复制下来。
6,在控制台输入命令“Remove-AppxPackage
Microsoft.Windows.Photos_15.803.16240.0_x64__8wekyb3d8bbwe”回车键,等待片刻就卸载完了。(前面的Remove-AppxPackage自己敲,后面的包名称可以直接复制,当然你可以直接在这里复制过去^^)
2023-03-28 广告
2017-06-02 · 互联网+时代高效组织信息化平台
步骤和方法:1、进入系统,开始菜单找到Windows PowerShell,鼠标点击右键选择“以管理员身份运行”。
2、删除所有用户内置应用的命令:Get-AppxPackage-AllUsers | Remove-AppxPackage 。 按下enter键即可删除所有内置应用。
3,如果只想删除某个应用,只需输入对应命令,按下回车键即可删除。
3D BuilderGet-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怎么卸载软件