销售热线:400-810-9528   客服热线:400-886-9528

WIN10卸载系统自带应用商店、游戏操作方法

来源:易点云 责编:易点云编辑 2019-07-30

2 - 2022-01-21T170456.193.jpg


WIN10电脑卸载系统自带游戏,应用商店,邮件等程序操作方法!


解决方案:

右击开始图标-----Windows PowerShell(管理员)---输入卸载命令---回车确定

image.png

image.png

卸载Windows 10自带应用的命令:

OneNote:    Get-AppxPackage *OneNote* | Remove-AppxPackage

3D:               Get-AppxPackage *3d* | Remove-AppxPackage

Camera相机:Get-AppxPackage *camera* | Remove-AppxPackage

邮件和日历:  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

应用商店:       Get-AppxPackage *WindowsStore* | Remove-AppxPackage

Groove音乐、电影与电视:Get-AppxPackage *zune* | Remove-AppxPackage

手机伴侣(Phone Companion):Get-AppxPackage *phone* | Remove-AppxPackage

相关文章
电脑安全模式的作用
电脑安全模式的作用
电脑安全模式的作用:删除顽固文件我们在Windows下删除一些文件或清除资源回收站内容时,系统有时会提示「某某文件正在使用中,无法删除」的字样,不过这些文件并无...
阅读:0 12-10
如何进入注册表编辑器
如何进入注册表编辑器
1.打开开始菜单,输入regedit,按回车。2.或者直接按键盘上的window+R,输入“regedit”再按回车,也可快速打开注册表编辑器。...
阅读:0 11-24
错误代码0xc0000221解决方法
错误代码0xc0000221解决方法
   停止错误编号:0xC0000221  说明方案:STATUS-IMAGE-CHECKISV7M-MISMATCH通常的原因:驱动程序或系统DLL已经被...
阅读:0 11-03
输入法无法正常使用,显示“输入法(仅桌面)
输入法无法正常使用,显示“输入法(仅桌面)
问题描述:输入法无法正常使用,在设置-时间和语言-语言-中文下输入法显示仅桌面问题分析:输入法服务无法开机自启,被优化软件禁用解决方案:第一步:按住键盘上的“W...
阅读:2 10-20