1.如何卸载win10自带的游戏中心
in10自带了好多应用,有些看起来不错,其实用起来不太方便哈(我的个人感觉),我们都更喜欢第三方应用,所以我们就来看看如何卸载这些自带应用。
如图,是卸载完成后的Windows PowerShell:工具/原料Windows PowerShellwin10中的管理员身份方法/步骤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-AppxPackage5要卸载Camera(相机),输入Get-AppxPackage *camera* | Remove-AppxPackage6要卸载邮件和日历,输入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在卸载Xbox的时候,会提示有很多错误,其实它已经被卸载了,可以不用担心!所有卸载完成后,就只剩下应用商店了,这个留着吧,有用!卸载完效果如图:END其他信息卸载Windows 10的命令:OneNote:Get-AppxPackage *OneNote* | Remove-AppxPackage3D:Get-AppxPackage *3d* | Remove-AppxPackageCamera相机:Get-AppxPackage *camera* | Remove-AppxPackage邮件和日历:Get-AppxPackage *communi* | Remove-AppxPackage新闻订阅:Get-AppxPackage *bing* | Remove-AppxPackageGroove音乐、电影与电视: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-AppxPackageXbox:Get-AppxPackage *xbox* | Remove-AppxPackage卸载Xbox后出现的提示:(正常现象,出现此现象说明Xbox已被成功卸载)英文提示:PS C:\WINDOWS\system32> Get-AppxPackage *xbox* | Remove-AppxPackageRemove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed. Please contact your software vendor.(Exception from HRESULT: 0x80073CFA)error 0x80070032: AppX Deployment Remove operation on packageMicrosoft.XboxGameCallableUI_1000.10240.16384.0_neutral_neutral_cw5n1h2txyewy from:C:\Windows\SystemApps\Microsoft.XboxGameCallableUI_cw5n1h2txyewy failed. This app is part of Windows and cannot beuninstalled on a per-user basis. An administrator can attempt to remove the app from the computer using Turn WindowsFeatures on or off. However, it may not be possible to uninstall the app.NOTE: For additional information, look for [ActivityId] 1d60accb-cb8d-0003-d5b8-601d8dcbd001 in the Event Log or usethe command line Get-AppxLog -ActivityID 1d60accb-cb8d-0003-d5b8-601d8dcbd001At line:1 char:26+ Get-AppxPackage *xbox* | Remove-AppxPackage+ ~~~~~~~~~~~~~~~~~~+ CategoryInfo : WriteError: (Microsoft.XboxG。
l_cw5n1h2txyewy:String) [Remove-AppxPackage], IOException+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed. Please contact your software vendor.(Exception from HRESULT: 0x80073CFA)error 0x80070032: AppX Deployment Remove operation on packageMicrosoft.XboxIdentityProvider_1000.10240.16384.0_neutral_neutral_cw5n1h2txyewy from:C:\Windows\SystemApps\Microsoft.XboxIdentityProvider_cw5n1h2txyewy failed. This app is part of Windows and cannot beuninstalled on a per-user basis. An administrator can attempt to remove the app from the computer using Turn WindowsFeatures on or off. However, it may not be possible to uninstall the app.NOTE: For additional information, look for [。
2.win10电脑上的游戏怎么卸载
win10的游戏可以选择使用系统本身的卸载程序来进行卸载。
1. 打开此电脑,选择左上角的计算机。
2. 再选择卸载或更改程序。
3. 进入界面在右侧选择需要删除的游戏,选择卸载就可以了。
3.win10系统自带的几个游戏怎么完全卸载
win10系统自带的几个游戏怎么完全卸载?如何卸载win10的自带应用
点击小娜,在输入框输入“Windows PowerShell”。
2
右键单击然后选择”以管理员方式运行“。
3
其实我们也可以直接在开始菜单的“所有应用”中找到“Windows PowerShell”文件夹下的“Windows PowerShell”,右单击在弹出的菜单中选择“以管理员身份运行”即可。
4
这里我们以卸载win10自带的纸牌游戏为例,在红框内输入相应的代码就可以了。
5
这个是全部的卸载代码,需要注意的是:当执行Xbox删除命令后,会跳出一大段错误提示,我们不必理会,实际上Xbox应用已经成功删除了。
接下来是绝招。如果想一次性把它们全都删掉,请输入:Get-AppxPackage -AllUsers | Remove-AppxPackage
4.win10应用商店的游戏怎么卸载
win10应用商店下载安装的应用(游戏)卸载步骤如下:
1、用Cortana搜索“添加或删除程序”,并打开“添加或删除程序”。
2、在右侧找到要卸载的程序,以卸载“IT之家”为例,点击“IT之家”,然后点击“卸载”。
3、弹出个类似于二级菜单似的窗口,点击“卸载”。
4、提示“正在卸载”,稍等一会(视应用大小而等待时间不同),卸载完毕在列表中就找不到该应用了。
5.如何卸载win10应用商店游戏
方法一:直接卸载
首先我们点击开始按钮。
在他显示的”应用“中如果我们想卸载哪个应用。
我们可以直接选中这个应用然后右击选择”卸载“这样我们就可以很方便卸载了。
方法二,电脑设置中卸载
我们首先点击开始菜单。
在弹出的菜单中我们选择”电脑设置“
在”电脑设置“中我们选择”搜索和应用“
在”搜索和应用“中我们选择”应用大小“
在”应用大小“中我们可以看到我们安装的应用。
例如我想把”闹钟“应用卸载。我们直接点击”闹钟“选择”卸载“就可以了
转载请注明出处windows之家 » uplay如何卸载游戏win10