win10自带的软件可以卸载吗

 我来答
缠绵的悠哉
2016-10-20 · 知道合伙人软件行家
缠绵的悠哉
知道合伙人软件行家
采纳数:10576 获赞数:18733
回望过去,总是带着涩涩的微笑,展望未来,路漫漫其修远兮~

向TA提问 私信TA
展开全部

可以卸载的。

步骤和方法:
1、开始菜单打开所有应用,找到Windows PowerShell,选择“以管理员身份运行”。

2、卸载所有用户内置应用的命令为:Get-AppxPackage -AllUsers | 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

 

手机小帮手

电脑维修达人小锦
高能答主

推荐于2017-12-15 · 用力答题,不用力生活
知道大有可为答主
回答量:1万
采纳率:82%
帮助的人:3736万
展开全部
1、要卸载这些所有内置应用,就要用到Windows PowerShell,它是win10系统自带的一个应用,要打开它,就单击开始菜单中的“所有应用”,然后找到Windows Power Shell的文件夹,右键单击Windows PowerShell(注意不是Windows PowerShell ISE),然后单击以管理员身份运行,就打开了。

2
打开了Windows PowerShell,就开始输入命令了

3
要卸载OneNote,在里面输入
Get-AppxPackage *OneNote* | Remove-AppxPackage
可以复制,回车执行

4
要卸载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
本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
fxx讲解故事
2016-10-18 · TA获得超过183个赞
知道答主
回答量:136
采纳率:0%
帮助的人:29.8万
展开全部
自带的电脑软件还是尽量不要卸载,要卸载的话是需要下载什么软件的,很是麻烦,如果不是很懂的话,那就不卸载了,经常更新电脑系统,让电脑加速运行。
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
匿名用户
2017-06-26
展开全部
可以卸载的;
工具:电脑,WIN10
方法和步骤:
1、搜索栏中输入“PowerShell”,在搜索结果中右键单击PowerShell,选择“以管理员身份运行”。

2、在PowerShell窗口中,输入“Get-AppXPackage Remove-AppxPackage”回车确认,然后等待系统自动将当前账户中的所有预装应用都删除即可。

3、如果要卸载某个应用,只需输入对应命令,按下回车键即可删除。
应用程序对应的命令如下:
要卸载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
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 更多回答(2)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式