如何卸载Win10自带Xbox,人脉,天气等应用 如何卸载win10自带的人脉程序?

作者&投稿:越通 (若有异议请与网页底部的电邮联系)
可以使用以下方法强制移除:
1、鼠标右键单击桌面左下角的win徽标,在弹出的右键菜单中点击“Windows PowerShell(管理员)”:

2、以移除“人脉”为例,输入命令“Get-AppxPackage *People* |Remove-AppxPackage”,然后按回车键即可移除“人脉”应用:

3、其它win10自带应用的移除命令如下:
Get-AppxPackage *Messaging* | Remove-AppxPackage(消息)
Get-AppxPackage *People* | Remove-AppxPackage(人脉)
Get-AppxPackage *Zune* | Remove-AppxPackage(音视频播放器)
Get-AppxPackage *WindowsMaps* | Remove-AppxPackage(地图)
Get-AppxPackage *OneNote* | Remove-AppxPackage(OneNote)
Get-AppxPackage *Phone* | Remove-AppxPackage(手机助手)
Get-AppxPackage *SkypeApp* | Remove-AppxPackage(Skype)
Get-AppxPackage *BingWeather* | Remove-AppxPackage(必应天气)
Get-AppxPackage *3D* | Remove-AppxPackage(3D builder)
Get-AppxPackage *Xbox* | Remove-AppxPackage(Xbox)
Get-AppxPackage *communi* | Remove-AppxPackage (邮件和日历)
Get-AppxPackage *StickyNotes* | Remove-AppxPackage(便签)

win10怎么删除Xbox
http://jingyan.baidu.com/article/6dad507512be05a122e36e41.html

百度经验里已经说明了怎么删除这些应用。

怎样卸载win10自带的应用的directx~

要卸载这些所有内置应用,就要用到Windows PowerShell,它是win10系统自带的一个应用,要打开它,就单击开始菜单中的“所有应用”,然后找到Windows Power Shell的文件夹,右键单击Windows PowerShell(注意不是Windows PowerShell ISE),然后单击以管理员身份运行,就打开了。

打开了Windows PowerShell,输入命令。
要卸载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
要卸载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
15
在卸载Xbox的时候,会提示有很多错误,其实已经被卸载。

卸载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
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后出现的提示:(正常现象,出现此现象说明Xbox已被成功卸载)


英文提示:
PS C:\WINDOWS\system32> Get-AppxPackage *xbox* | Remove-AppxPackage
Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed. Please contact your software vendor.
(Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
Microsoft.XboxGameCallableUI_1000.10240.16384.0_neutral_neutral_cw5n1h2txyewy from:
C:\Windows\SystemApps\Microsoft.XboxGameCallableUI_cw5n1h2txyewy failed. This app is part of Windows and cannot be
uninstalled on a per-user basis. An administrator can attempt to remove the app from the computer using Turn Windows
Features 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 use
the command line Get-AppxLog -ActivityID 1d60accb-cb8d-0003-d5b8-601d8dcbd001
At 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.RemoveAppxPackageCommand
Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed. Please contact your software vendor.
(Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
Microsoft.XboxIdentityProvider_1000.10240.16384.0_neutral_neutral_cw5n1h2txyewy from:
C:\Windows\SystemApps\Microsoft.XboxIdentityProvider_cw5n1h2txyewy failed. This app is part of Windows and cannot be
uninstalled on a per-user basis. An administrator can attempt to remove the app from the computer using Turn Windows
Features on or off. However, it may not be possible to uninstall the app.
NOTE: For additional information, look for [ActivityId] 1d60accb-cb8d-0001-d9b9-601d8dcbd001 in the Event Log or use
the command line Get-AppxLog -ActivityID 1d60accb-cb8d-0001-d9b9-601d8dcbd001
At line:1 char:26
+ Get-AppxPackage *xbox* | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (Microsoft.XboxI...l_cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCommand


中文提示:
PS C:\windows\system32> Get-AppxPackage *xbox* | Remove-AppxPackage
Remove-AppxPackage : 部署失败,原因是 HRESULT: 0x80073CFA, 无法卸载。请联系你的软件供应商。 (异常来自 HRESULT:0x80073CF
A)
错误 0x80070032: C:\Windows\SystemApps\Microsoft.XboxGameCallableUI_cw5n1h2txyewy 中的程序包 Microsoft.XboxGameCallable
UI_1000.10240.16384.0_neutral_neutral_cw5n1h2txyewy 上的 AppX 部署 删除 操作失败。此应用是 Windows 的一部分,无法针对每
个用户卸载该应用。管理员可以尝试使用“启用或关闭 Windows 功能”从计算机中删除该应用。不过,该应用可能无法被卸载。
注: 有关其他信息,请在事件日志中查找 [ActivityId] 84d12a44-dbe5-0000-0557-d184e5dbd001,或使用命令行 Get-AppxLog -Activ
ityID 84d12a44-dbe5-0000-0557-d184e5dbd001
所在位置 行:1 字符: 26
+ Get-AppxPackage *xbox* | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (Microsoft.XboxG...l_cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCommand

Remove-AppxPackage : 部署失败,原因是 HRESULT: 0x80073CFA, 无法卸载。请联系你的软件供应商。 (异常来自 HRESULT:0x80073CF
A)
错误 0x80070032: C:\Windows\SystemApps\Microsoft.XboxIdentityProvider_cw5n1h2txyewy 中的程序包 Microsoft.XboxIdentityPr
ovider_1000.10240.16384.0_neutral_neutral_cw5n1h2txyewy 上的 AppX 部署 删除 操作失败。此应用是 Windows 的一部分,无法针
对每个用户卸载该应用。管理员可以尝试使用“启用或关闭 Windows 功能”从计算机中删除该应用。不过,该应用可能无法被卸载。
注: 有关其他信息,请在事件日志中查找 [ActivityId] 84d12a44-dbe5-0000-0f57-d184e5dbd001,或使用命令行 Get-AppxLog -Activ
ityID 84d12a44-dbe5-0000-0f57-d184e5dbd001
所在位置 行:1 字符: 26
+ Get-AppxPackage *xbox* | Remove-AppxPackage
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (Microsoft.XboxI...l_cw5n1h2txyewy:String) [Remove-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.RemoveAppxPackageCommand


首先点击任务栏中的搜索(Cortana图标)输入PowerShell,在搜索结果中右键单击PowerShell,选择“以管理员身份运行”。

输入下面的命令回车,PS会列出系统中所有已安装应用列表。Get-AppxPackage -AllUsers

从列表中找到你要卸载的应用,并找到其全名称,即PackageFullName。如果你觉得太长,可以把结果复制到记事本中查找关键字。
找到应用包全名称后,输入下面的指令即可卸载对应应用,将PackageFullName替换为应用包全名称即可。Remove-AppxPackage PackageFullName
比如卸载自带的人脉应用,可输入下面的命令。Remove-AppxPackage Microsoft.People_1.10241.0.0_x86__8wekyb3d8bbwe

卸载后结果:


Win10中的Modern应用一般可在右键菜单中进行卸载,不过某些自带的Modern应用,比如Xbox、天气、人脉、照片等应用是无法在右键菜单中进行卸载的。

如何卸载win10自带的xbox
答:win10卸载自带的xbox。以联想 G450电脑为例,卸载 xbox应用程序步骤如下:1、打开电脑,点击桌面左下角的Windows菜单;2、然后再Windows菜单列表中找到“Xbox”应用程序;3、接着鼠标右键点击“Xbox”,再用鼠标左键点击“卸载”,即可把“Xbox”应用程序从电脑中删除。Windows 10是由美国微软公司开发的应...

Win10系统下如何卸载Xbox应用|Win10系统卸载Xbox应用图文教程
答:推荐:windows1032位官方纯净版下载具体如下:1、点击开始菜单,所有应用,找到WindowsPowerShell,然后WindowsPowerShell上面点击以管理员身份运行,如图所示。2、现在的窗口中,我们在提示符这里输入Get-appxPackage-allUsers,回车,获取系统自带的所有应用。3、然后这里我们查找到要卸载的Microsoft.XboxApp,如...

怎么彻底卸载win10自带应用
答:1.在Windows搜寻栏输入应用和功能,然后点选打开。 2.在应用和功能中,您可以选择名称、大小或安装日期作为排序方式,以及选择所有磁盘驱动器或是特定磁盘驱动器作为筛选依据。3.或是您也可以在搜寻此列表的字段中输入想要卸载程序的文字,您将会在下方列表中看到搜寻结果。4.选取您要移除卸载的应用程序,...

Win10系统中Xbox控制台小帮手可以卸载吗?Xbox控制台小帮手卸载的...
答:方法一 1、点击开始菜单找到Xbox右击选择卸载。方法二 1、使用搜索功能找到powershell右击windows powershell选择以管理员身份运行。2、输入命令get-appxpackage-allusers按下回车。3、从列表中找到你要卸载的应用输入Remove-AppxPackage PackageFullName按下回车即可。

如何卸载Win10自带的Edge浏览器日历Xbox音乐天气OneNote等应用的方法...
答:当你在Win10开始菜单的应用磁贴上点击右键时,会发现有的右键菜单显示“卸载”选项,而有的不显示“卸载”选项。这就说明,有的应用能够被卸载,而有的应用微软则未提供卸载选项。经过MS酋长初步点击测试,默认的Win10原始开始菜单中的应用磁贴,共有这些未提供卸载选项:日历、邮件、Xbox、Groove音乐、...

win10 xbox可以卸载吗
答:方法/步骤 1,首先我们在win10 的系统的任务栏里面的搜索框内搜索power shell这个选项,然后如图所示右键,选择以管理员身份运行 2,这时候会跳出一个蓝色的框,这个框基本有着整个电脑的最高权限了。在框内输入Get-AppxPackage -AllUsers,这时候会展示给你所有的这个电脑的APP 3,我们找到Xbox APP...

win10怎么删除Xbox
答:1、首先,找到桌面左下角的win10图标,单击鼠标左键 2、在出现的菜单中,左侧第三个图标为应用图标,点击进入 3、滑动鼠标,找到Xbox,单击鼠标右键 4、在出现的菜单中,选择”卸载“选项,单击左键 5、在弹出的确认选项中点击”卸载“,即可成功删除Xbox 工具/材料 一台电脑 ...

如何卸载Win10自带Xbox,人脉,天气等应用
答:1、首先点击任务栏中的搜索(Cortana图标)输入PowerShell,在搜索结果中右键单击PowerShell,选择“以管理员身份运行”。2、输入如下对应的命令后回车,进行卸载相关的内置程序 Alarms & Clocks (时钟)get-appxpackage *Microsoft.WindowsAlarms* | remove-appxpackage Calculator (计算器)get-appxpackage ...

如何卸载win10内置xbox
答:第一步,点击开始菜单,所有应用,找到Windows PowerShell,然后Windows PowerShell上面点击以管理员身份运行,如图所示。现在的窗口中,我们在提示符这里输入Get-appxPackage -allUsers,回车,获取系统自带的所有应用。然后这里我们查找到要卸载的Microsoft.XboxApp,如图,然后下面这里,查看PackageFullName :...

如何卸载Win10自带Xbox,人脉,天气等应用
答:1、鼠标右键单击桌面左下角的win徽标,在弹出的右键菜单中点击“Windows PowerShell(管理员)”:2、以移除“人脉”为例,输入命令“Get-AppxPackage *People* |Remove-AppxPackage”,然后按回车键即可移除“人脉”应用:3、其它win10自带应用的移除命令如下:Get-AppxPackage *Messaging* | Remove-Appx...