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自带应用怎么卸载?
1、启动PowerShell:在搜索框里输入powershell,在标记为桌面应用的WindowsPowerShell上右键,选择以管理员身份运行命令;以管理员身份运行PowerShell 2、在打开的PowerShell窗口中输入Get-AppxPackage|SelectName,PackageFullName(注意空格和英文标点),查看已安装应用的清单;已安装应用清单 3、输入Get-AppxPackage-|Remove-AppxPackage来卸载指定应用,其中PackageFullName右侧列表中的字符串。
这里我们无需输入完整的一长串名称,可以用部分字段加通配符的形式来简化命令。
3.Windows10系统自带内置应用怎么强制卸载?
1、可以借助win10系统自带的PowerShell工具来强制卸载应用,下面与删除内置应用电影和电视为例,首先在任务栏上的Cortana中搜索PowerShell,然后在匹配的菜单第一选项中鼠标右键Windows PowerShell选项,然后选择以管理员身份运行选项。
2、在PowerShell光标处输入Get-AppxPackage | Select Name, PackageFullName,这条代码的作为是加载出所有已安装的应用。复制代码,然后在PowerShell中点击鼠标右键即可粘贴,粘贴完毕后点回车。
3、如果你安装的应用较多,这可能会是一个很长的列表,内置应用均是由Microsoft开头,你要在列表中找到想要卸载的应用 。如果你很难区分某些应用的话,可以用版本号去校对。
4、我这里要卸载的电影和电视的PackageFullName是Microsoft。 ZuneVideo_3。
6。15361。
0_x64__8wekyb3d8bbwe。以上这条PackageFullName也可以简略的写为*zunevideo*,前后两个星号表示通配符,意思就是说zunevideo前后的字符是什么都没关系,只要FullName中包含zunevideo就行。
5、卸载应用的命令为Get-AppxPackage -allusers PackageFullName | Remove-AppxPackage把PackageFullName替换成*zunevideo*就变成了Get-AppxPackage -allusers *zunevideo* | Remove-AppxPackage。 6、这条命令输入后在按回车就会显示部署操作进程:PackageFullName已初始化,这就表示已经删除了。
7、如果你卸载后又想装回来,去应用商店搜索即可。
4.Win10内置应用卸载了怎么恢复
操作方法: 1、点击Cortana搜索框,输入powershell,在显示的结果中右击第一项,选择以管理员身份运行; 2、在powershell窗口中输入如下命令回车;Get-AppxPackage-AllUsers|Foreach{Add-AppxPackage--Register(.InstallLocation)\AppXManifest.xml} 3、等待命令执行完毕。
命令执行完毕后,Win10系统中的所有内置应用就全部安装了,之后重启下计算机即可。
转载请注明出处windows之家 » win10自带游戏盒子怎么删除