1.Win10自带应用怎么卸载?
1、启动PowerShell:在搜索框里输入powershell,在标记为桌面应用的WindowsPowerShell上右键,选择以管理员身份运行命令;以管理员身份运行PowerShell 2、在打开的PowerShell窗口中输入Get-AppxPackage|SelectName,PackageFullName(注意空格和英文标点),查看已安装应用的清单;已安装应用清单 3、输入Get-AppxPackage-|Remove-AppxPackage来卸载指定应用,其中PackageFullName右侧列表中的字符串。
这里我们无需输入完整的一长串名称,可以用部分字段加通配符的形式来简化命令。
2.如何卸载win10的自带应用
打开运行,输入powerShell,以管理员身份运行“Windows PowerShell”; 然后在控制台输入命令“Get-AppxPackage”回车键,win10所有应用信息就都显示出来了。
其实操作还是有些麻烦,下面列出win10主要的应用,直接单行复制粘贴到控制台里面,然后按回车键就可以了。 邮件和日历: Get-AppxPackage *communi* | Remove-AppxPackage 新闻: Get-AppxPackage *bing* | Remove-AppxPackage 人脉: Get-AppxPackage *people* | Remove-AppxPackage 照片: Get-AppxPackage *photo* | Remove-AppxPackage 纸牌游戏: Get-AppxPackage *solit* | Remove-AppxPackage 录音机: Get-AppxPackage *soundrec* | Remove-AppxPackage Xbox: Get-AppxPackage *xbox* | Remove-AppxPackage OneNote: Get-AppxPackage *OneNote* | Remove-AppxPackage 3D Builder: Get-AppxPackage *3d* | Remove-AppxPackage Camera相机: Get-AppxPackage *camera* | Remove-AppxPackage Groove音乐: Get-AppxPackage *zune* | Remove-AppxPackage 注意事项 建议直接复制命令,因为控制台区分大小写,手打的话容易出错。
这样就看不到这些系统应用了。
3.win10怎样删除系统自带应用
win10卸载软件的方法:1. 首先,在开始菜单右键软件图标直接卸载。
2.如果不能右键卸载,那在win10系统桌面上,找到这台计算机图标,右击,单击“属性”。或者直接按下键盘的快捷键WINDOWS键+PauseBreak键。
打开系统属性。3.在打开的系统属性的窗口,点击左上角的“控制面板主页”窗口。
要快速打开win10系统“控制面板”,还可以在开始菜单的搜索框中输入”contrl panel“点击搜索即可。4.在打开的控制面板窗口,点击左下角的”程序 “下面的”卸载程序“。
要快速打开卸载程序软件窗口,可以在win10开始菜单的搜索框中输入”appwiz.cpl“点击搜索。5.在卸载程序窗口,找到需要卸载的程序软件,在上面右击--卸载,单击卸载即可。
以上就是win10卸载软件的方法。
转载请注明出处windows之家 » win10自带的我的世界怎么卸载