怎么卸载win10自带应用_卸载win10照片查看器
的有关信息介绍如下:个人认为不少win10自带的应用都比较鸡肋,个人感觉用不着或者不好用。那么,怎么卸载win10自带应用呢?这里以win10照片查看器为例。下面让我来给大家介绍下吧,希望对大家有所帮助。
首先,我们在windows桌面左下角如图所示输入框输入PowerShell
然后点击运行Windows PowerShell,如图所示
在弹出的Windows PowerShell中,我们敲入Get-AppxPackage *photo* | Remove-AppxPackage,即可卸载win10自带照片查看器
然后我们右键点击一张照片,即可看到已经没有win10自带应用的打开方式了
假如我们想要卸载别的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