1.如何卸载Win10自带Xbox,人脉,天气等应用
Win10中的Modern应用一般可在右键菜单中进行卸载,不过某些自带的Modern应用,比如Xbox、天气、人脉、照片等应用是无法在右键菜单中进行卸载的。如果你有卸载这些应用的需求,可参考下面的方法。
• 首先点击任务栏中的搜索(Cortana图标)输入PowerShell,在搜索结果中右键单击PowerShell,选择“以管理员身份运行”。
• 输入下面的命令回车,PS会列出系统中所有已安装应用列表。
Get-AppxPackage -AllUsers
• 从列表中找到你要卸载的应用,并找到其全名称,即PackageFullName。如果你觉得太长,可以把结果复制到记事本中查找关键字。
• 找到应用包全名称后,输入下面的指令即可卸载对应应用,将PackageFullName替换为应用包全名称即可。
Remove-AppxPackage PackageFullName
比如卸载自带的人脉应用,可输入下面的命令。
Remove-AppxPackage Microsoft.People_1.10241.0.0_x86__8wekyb3d8bbwe
2.如何卸载掉Win10自带Xbox,人脉,天气等应用插件
需要注意的是,执行以下操作后会将应用商店也一并删除,目前也没有找回的方法,系统推送的某些更新会重新在系统中安装应用商店。
点击任务栏中的搜索,输入PowerShell,然后在搜索结果中右键单击PowerShell,选择以管理员身份运行。在PowerShell中输入下面的命令回车稍等片刻就可以将当前账户中的所有预装应用都删除。
注意,过程中可能会出现错误提示,不过这并不影响最终效果。Get-AppXPackage | Remove-AppxPackage不仅当前账户,我们还可以卸载其他账户中的所有应用,只需输入下面的命令,将其中的
Get-AppXPackage -User
从系统账户中卸载应用,只需输入下面的命令。Get- -online | Remove-–online另外,部分内置应用,比如Cortana、联系支持人员、Edge浏览器、Windows反馈,设置和搜索无法从系统中删除。
(Source: Winaero)。
3.卸载win10自带电话怎么删除
要卸载这些所有内置应用,就要用到Windows PowerShell,它是win10系统自带的一个应用,要打开它,就单击开始菜单中的“所有应用”,然后找到Windows Power Shell的文件夹,右键单击Windows PowerShell(注意不是Windows PowerShell ISE),然后单击以管理员身份运行,就打开了。
如何卸载win10的自带应用如何卸载win10的自带应用2打开了Windows PowerShell,就开始输入命令了如何卸载win10的自带应用3要卸载OneNote,在里面输入Get-AppxPackage *OneNote* | Remove-AppxPackage可以复制,回车执行如何卸载win10的自带应用4要卸载3D,输入Get-AppxPackage *3d* | Remove-AppxPackage5要卸载Camera(相机),输入Get-AppxPackage *camera* | Remove-AppxPackage6要卸载邮件和日历,输入Get-AppxPackage *communi* | Remove-AppxPackage7要卸载新闻订阅,输入Get-AppxPackage *bing* | Remove-AppxPackage8要卸载Groove音乐、电影与电视:Get-AppxPackage *zune* | Remove-AppxPackage9要卸载人脉,输入Get-AppxPackage *people* | Remove-AppxPackage10要卸载手机伴侣(Phone Companion),输入Get-AppxPackage *phone* | Remove-AppxPackage11要卸载照片,输入Get-AppxPackage *photo* | Remove-AppxPackage12要卸载纸牌游戏,输入Get-AppxPackage *solit* | Remove-AppxPackage13要卸载录音机,输入Get-AppxPackage *soundrec* | Remove-AppxPackage14要卸载Xbox,输入Get-AppxPackage *xbox* | Remove-AppxPackage15在卸载Xbox的时候,会提示有很多错误,其实它已经被卸载了,可以不用担心!如何卸载win10的自带应用16所有卸载完成后,就只剩下应用商店了,这个留着吧,有用!卸载完效果如图:如何卸载win10的自带应用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 [ActivityId] 1d60accb-cb8d-0001-d9b9-601d8dcbd001 in the Event Log or useth。
4.如何删除windows10自带软件
方法/步骤 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-AppxPackage 5 要卸载Camera(相机),输入 Get-AppxPackage *camera* | Remove-AppxPackage 6 要卸载邮件和日历,输入 Get-AppxPackage *communi* | Remove-AppxPackage 7 要卸载新闻订阅,输入 Get-AppxPackage *bing* | Remove-AppxPackage 8 要卸载Groove音乐、电影与电视: Get-AppxPackage *zune* | Remove-AppxPackage 9 要卸载人脉,输入 Get-AppxPackage *people* | Remove-AppxPackage 10 要卸载手机伴侣(Phone Companion),输入 Get-AppxPackage *phone* | Remove-AppxPackage 11 要卸载照片,输入 Get-AppxPackage *phot。 就开始输入命令了3要卸载OneNote,输入Get-AppxPackage *communi* | Remove-AppxPackage7要卸载新闻订阅,就单击开始菜单中的“所有应用”,然后找到Windows Power Shell的文件夹,这个留着吧,输入Get-AppxPackage *3d* | Remove-AppxPackage5要卸载Camera(相机);步骤1要卸载这些所有内置应用,要打开它,输入Get-AppxPackage *photo* | Remove-AppxPackage12要卸载纸牌游戏,在里面输入Get-AppxPackage *OneNote* | Remove-AppxPackage可以复制,就只剩下应用商店了,输入Get-AppxPackage *camera* | Remove-AppxPackage6要卸载邮件和日历,输入Get-AppxPackage *xbox* | Remove-AppxPackage15在卸载Xbox的时候,会提示有很多错误!16所有卸载完成后,输入Get-AppxPackage *phone* | Remove-AppxPackage11要卸载照片,右键单击Windows PowerShell(注意不是Windows PowerShell ISE),输入Get-AppxPackage *solit* | Remove-AppxPackage13要卸载录音机。
2打开了Windows PowerShell,可以不用担心,就要用到Windows PowerShell,然后单击以管理员身份运行,其实它已经被卸载了,输入Get-AppxPackage *bing* | Remove-AppxPackage8要卸载Groove音乐,输入Get-AppxPackage *soundrec* | Remove-AppxPackage14要卸载Xbox,回车执行4要卸载3D,输入Get-AppxPackage *people* | Remove-AppxPackage10要卸载手机伴侣(Phone Companion),它是win10系统自带的一个应用:Get-AppxPackage *zune* | Remove-AppxPackage9要卸载人脉、电影与电视,就打开了方法/!卸载完效果如图,有用 展开。
5.卸载win10自带电话怎么删除
要卸载这些所有内置应用,就要用到Windows PowerShell,它是win10系统自带的一个应用,要打开它,就单击开始菜单中的“所有应用”,然后找到Windows Power Shell的文件夹,右键单击Windows PowerShell(注意不是Windows PowerShell ISE),然后单击以管理员身份运行,就打开了。
如何卸载win10的自带应用 如何卸载win10的自带应用 2 打开了Windows PowerShell,就开始输入命令了 如何卸载win10的自带应用 3 要卸载OneNote,在里面输入 Get-AppxPackage *OneNote* | Remove-AppxPackage 可以复制,回车执行 如何卸载win10的自带应用 4 要卸载3D,输入 Get-AppxPackage *3d* | Remove-AppxPackage 5 要卸载Camera(相机),输入 Get-AppxPackage *camera* | Remove-AppxPackage 6 要卸载邮件和日历,输入 Get-AppxPackage *communi* | Remove-AppxPackage 7 要卸载新闻订阅,输入 Get-AppxPackage *bing* | Remove-AppxPackage 8 要卸载Groove音乐、电影与电视: Get-AppxPackage *zune* | Remove-AppxPackage 9 要卸载人脉,输入 Get-AppxPackage *people* | Remove-AppxPackage 10 要卸载手机伴侣(Phone Companion),输入 Get-AppxPackage *phone* | Remove-AppxPackage 11 要卸载照片,输入 Get-AppxPackage *photo* | Remove-AppxPackage 12 要卸载纸牌游戏,输入 Get-AppxPackage *solit* | Remove-AppxPackage 13 要卸载录音机,输入 Get-AppxPackage *soundrec* | Remove-AppxPackage 14 要卸载Xbox,输入 Get-AppxPackage *xbox* | Remove-AppxPackage 15 在卸载Xbox的时候,会提示有很多错误,其实它已经被卸载了,可以不用担心! 如何卸载win10的自带应用 16 所有卸载完成后,就只剩下应用商店了,这个留着吧,有用!卸载完效果如图: 如何卸载win10的自带应用 END 其他信息 卸载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. 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-。
6.如何单独删除windows10的自带应用
Win10中的Modern应用一般可在右键菜单中进行卸载,不过某些自带的Modern应用,比如Xbox、天气、人脉、照片等应用是无法在右键菜单中进行卸载的。
如果要卸载这些应用,操作方法如下:1、用Cortana搜索“PowerShell”,在搜索结果中右键单击“Windows PowerShell”,选择“以管理员身份运行”。2、输入命令“Get-AppxPackage -AllUsers”,按下回车,PS会列出系统中所有已安装应用列表。
3、从列表中找到要卸载的应用,并找到其全名称,即PackageFullName。如果觉得太长,可以把结果复制到记事本中查找关键字。
4、找到应用包全名称后,输入指令“Remove-AppxPackage PackageFullName”,即可卸载对应应用,将PackageFullName替换为应用包全名称即可。比如卸载自带的“人脉”应用,可输入命令“Remove-AppxPackage Microsoft.People_10.0.11902.0_x64__8wekyb3d8bbwe”,按下回车。
在上方出现“部署操作进程:Microsoft.People_10.0.11902.0_x64__8wekyb3d8bbwe 已初始化”,证明“人脉”这个应用已被卸载掉了。注意事项:部分内置应用,比如Cortana、Edge浏览器、Windows反馈、联系支持人员等应用无法从系统中删除。
7.win10自带的应用商店,人脉,地图等都删掉了怎么办
win10系统有问题了。要么重装win10系统,要么装回win7系统。直接换个验证过的系统盘重装系统就行了,这样就可以全程自动、顺利解决 win7系统安装 的问题了。用u盘或者硬盘这些都是可以的,且安装速度非常快。但关键是:要有兼容性好的(兼容ide、achi、Raid模式的安装)并能自动永久激活的、能够自动安装机器硬件驱动序的系统盘,这就可以全程自动、顺利重装系统了。方法如下:
1、U盘安装:用ultraiso软件,打开下载好的系统安装盘文件(ISO文件),执行“写入映像文件”把U盘插到电脑上,点击“确定”,等待程序执行完毕后,这样就做好了启动及安装系统用的u盘,用这个做好的系统u盘引导启动机器后,即可顺利重装系统了;
2、硬盘安装:前提是,需要有一个可以正常运行的Windows系统,提取下载的ISO文件中的“*.GHO”和“安装系统.EXE”到电脑的非系统分区,然后运行“安装系统.EXE”,直接回车确认还原操作,再次确认执行自动安装操作。(执行前注意备份C盘重要资料!);
转载请注明出处windows之家 » 怎么卸载win10自带人脉