如何卸载win10的自带应用

1.如何删除windows10自带应用

PowerShell命令卸载自带应用教程

1、打开小娜,在搜索框中输入“PowerShell”,以管理员身份运行“Windows PowerShell”。

2、我们首先把所有应用显示出来,在控制台输入命令“Get-AppxPackage”回车键,所有应用信息就都显示出来了。

3、查找要卸载的应用,可以按“Ctrl+F”来查找,比如我要卸载系统自带的“照片”应用,可以通过“Ctrl+F”输入“photo”来查找,按“查找下一个”按钮就能找到了。

4、一个应用的信息有很多,我们需要的只有一个,就是“PackageFullName”,包的名称。把后面的名称“Microsoft.Windows.Photos_15.803.16240.0_x64__8wekyb3d8bbwe”复制下来。

5、在控制台输入命令“Remove-AppxPackage Microsoft.Windows.Photos_15.803.16240.0_x64__8wekyb3d8bbwe”回车键,等待片刻就卸载完了。(前面的Remove-AppxPackage自己敲,后面的包名称可以直接复制,当然你可以直接在这里复制过去^^)

6、打开开始菜单,我们发现照片应用就被删除了,从此我们的开始菜单看的顺眼了。

7、大家可以通过此方法继续卸载其他应用,比如视频,直接搜索“Video”,复制命令进行删除,自己敲的话一定要注意大小写,控制台是区分大小写的,写错了就无法删除哟。

win10卸载自带应用方法二:

如果你嫌上面的步骤太麻烦,我们这次来个简单的,所有应用的删除命令已经给大家整理好了,直接复制到控制台就可以删除了,不用一个一个找,命令如下:

邮件和日历:

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

OneNote:

Get-AppxPackage *OneNote* | Remove-AppxPackage

3D Builder:

Get-AppxPackage *3d* | Remove-AppxPackage

Camera相机:

Get-AppxPackage *camera* | Remove-AppxPackage

Groove音乐:

Get-AppxPackage *zune* | Remove-AppxPackage

注意事项

建议大家直接复制命令,因为控制台区分大小写,手打的话容易出错。

2.如何卸载windows10 自带的软件

单击开始菜单中的“所有应用”,然后找到Windows Power Shell的文件夹,右键单击Windows PowerShell(注意不是Windows PowerShell ISE),然后单击以管理员身份运行,就打开了。打开了Windows PowerShell,就开始输入命令了

1、要卸载OneNote,在里面输入

Get-AppxPackage *OneNote* | Remove-AppxPackage

可以复制,回车执行

2、要卸载3D,输入

Get-AppxPackage *3d* | Remove-AppxPackage

3、要卸载Camera(相机),输入

Get-AppxPackage *camera* | Remove-AppxPackage

4、要卸载邮件和日历,输入

Get-AppxPackage *communi* | Remove-AppxPackage

5、要卸载新闻订阅,输入

Get-AppxPackage *bing* | Remove-AppxPackage

6、要卸载Groove音乐、电影与电视:

Get-AppxPackage *zune* | Remove-AppxPackage

7、要卸载人脉,输入

Get-AppxPackage *people* | Remove-AppxPackage

8、要卸载手机伴侣(Phone Companion),输入

Get-AppxPackage *phone* | Remove-AppxPackage

9、要卸载照片,输入

Get-AppxPackage *photo* | Remove-AppxPackage

10、要卸载纸牌游戏,输入

Get-AppxPackage *solit* | Remove-AppxPackage

11、要卸载录音机,输入

Get-AppxPackage *soundrec* | Remove-AppxPackage

12、要卸载Xbox,输入

Get-AppxPackage *xbox* | Remove-AppxPackage

在卸载Xbox的时候,会提示有很多错误,其实它已经被卸载了

3.怎么卸载Win10中自带应用

用Cortana搜索“添加或删除程序”,并打开“添加或删除程序”。

打开开始菜单,找到要卸载的应用,以“可选功能”为例,右键单击,然后点击“卸载”,稍等一会(视应用大小而等待时间不同),卸载完毕在列表中就找不到该应用了。

第一种方法具体步骤:

1. 用Cortana搜索“添加或删除程序”,并打开“添加或删除程序”。

2. 在右侧找到要卸载的程序,以卸载“应用连接器”为例,点击“应用连接器”,然后点击“卸载”

3. 弹出二级菜单似的窗口,点击“卸载”。

5. 提示“正在卸载”,视应用大小而等待时间不同,卸载完毕在列表中就找不到该应用了。

第二种具体方法:

1. 打开开始菜单,找到要卸载的应用,以“可选功能”为例,右键单击,然后点击“卸载”,稍等一会(视应用大小而等待时间不同),卸载完毕在列表中就找不到该应用了。

2. 不过某些自带的Modern应用,比如Xbox、天气、人脉、照片等应用是无法在右键菜单中进行卸载的,当右击时,没有“卸载”项。

如果要卸载这些应用,操作方法如下:

1. 用Cortana搜索“PowerShell”,在搜索结果中右键单击“Windows PowerShell”,选择“以管理员身份运行”。

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

3. 从列表中找到要卸载的应用,并找到其全名称,即PackageFullName。如果觉得太长,可以把结果复制到记事本中查找关键字。

5. 找到应用包全名称后,输入指令“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反馈、联系支持人员等应用无法从系统中删除。

4.怎么卸载Win10中自带应用

卸载方法如下: 1、打开小娜,在搜索框中输入“PowerShell”,以管理员身份运行“Windows PowerShell”。

2、首先把所有应用显示出来,在控制台输入命令“Get-AppxPackage”回车键,所有应用信息就都显示出来了。 3、查找要卸载的应用,可以按“Ctrl+F”来查找,比如要卸载系统自带的“照片”应用,可以通过“Ctrl+F”输入“photo”来查找,按“查找下一个”按钮就能找到了。

4、一个应用的信息有很多,需要的只有一个,就是“PackageFullName”,包的名称。把后面的名称“Microsoft.Windows.Photos_15.803.16240.0_x64__8wekyb3d8bbwe”复制下来。

5、在控制台输入命令“Remove-AppxPackage Microsoft.Windows.Photos_15.803.16240.0_x64__8wekyb3d8bbwe”回车键,等待片刻就卸载完了。

5.如何卸载win10系统自带程序

卸载Win10系统自带程序的方法:

提示:卸载Win10系统自带程序需要使用Win10的内置工具PowerShell。

步骤:

1、点击任务栏中的搜索,输入PowerShell,然后在搜索结果中右键单击PowerShell,选择以管理员身份运行。

2、在PowerShell中输入下面的命令回车稍等片刻就可以将当前账户中的所有预装应用都删除。注意,过程中可能会出现错误提示,不过这并不影响最终效果。

Get-AppXPackage | Remove-AppxPackage

3.1、不仅当前账户,我们还可以卸载其他账户中的所有应用,只需输入下面的命令,将其中的《username》替换为账户名称即可。

Get-AppXPackage -User 《username》 | Remove-AppxPackage

3.2、如果要卸载所有账户中的应用,可输入下面的命令。

Get-AppxPackage -AllUsers | Remove-AppxPackage

3.3、遇到有多个账户情况,但是又不想让每个账户中都包含全套相同的应用,在创建账户之前,可以从系统账户中删除这些应用,这样新创建的账户中就不会包含全套应用了。从系统账户中卸载应用,只需输入下面的命令。

Get- -online | Remove-–online

备注:

需要注意的是,执行以后上操作后会将应用商店也一并删除,目前也没有找回的方法,系统推送的某些更新会重新在系统中安装应用商店。另外,部分内置应用,比如Cortana、联系支持人员、Edge浏览器、Windows反馈,设置和搜索无法从系统中删除。

6.Win10怎么卸载自带软件 Win10自带应用卸载方法

工具:电脑,WIN10

方法和步骤:

1、搜索栏中输入“PowerShell”,在搜索结果中右键单击PowerShell,选择“以管理员身份运行”。

2、在PowerShell窗口中,输入“Get-AppXPackage | Remove-AppxPackage”回车确认,然后等待系统自动将当前账户中的所有预装应用都删除即可。

删除后的效果:

3、如果要卸载某个应用,只需输入对应命令,按下回车键即可删除。

应用程序对应的命令如下:

要卸载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

7.如何卸载win10的自带应用

方法/步骤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-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的时候,会提示有很多错误,其实它已经被卸载了,可以不用担心!16所有卸载完成后,就只剩下应用商店了,这个留着吧,有用!卸载完效果如图: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 usethe command line Get-AppxLog -ActivityID 1d60accb-cb8d-0001-d9b9-601d8dcbd001At line:1 char:26+ Get-AppxPackage *xbox* | Remove-AppxPackage+ ~~~。

8.怎么彻底卸载win10自带应用

win10自带了好多应用,有些看起来不错,其实用起来不太方便哈(我的个人感觉),我们都更喜欢第三方应用,所以我们就来看看如何卸载这些自带应用。

如图,是卸载完成后的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-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的时候,会提示有很多错误,其实它已经被卸载了,可以不用担心!16所有卸载完成后,就只剩下应用商店了,这个留着吧,有用!卸载完效果如图:END其他信息1卸载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-AppxPackage2卸载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。

9.如何删除win10系统自带应用

要卸载这些所有内置应用,就要用到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-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的时候,会提示有很多错误,其实它已经被卸载了,可以不用担心!16所有卸载完成后,就只剩下应用商店了,这个留着吧,有用!卸载完效果如图: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 usethe command line Get-AppxLog -ActivityID 1d60accb-cb8d-0001-d9b9-601d8dcbd001At line:1 char:26+ Get-AppxPackage *xbox* | Remove-AppxPackage+ ~~~~~~~~~~~。

10.怎么删除windows10自带软件

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

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

Get-AppxPackage -AllUsers

• 从列表中找到你要卸载的应用,并找到其全名称,即PackageFullName。如果你觉得太长,可以把结果复制到记事本中查找关键字。

• 找到应用包全名称后,输入下面的指令即可卸载对应应用,将PackageFullName替换为应用包全名称即可。

Remove-AppxPackage PackageFullName

比如卸载自带的人脉应用,可输入下面的命令。

Remove-AppxPackage Microsoft.People_1.10241.0.0_x86__8wekyb3d8bbwe

如何卸载win10的自带应用

转载请注明出处windows之家 » 如何卸载win10的自带应用

win10

win10条件下如何与win7做双系统

阅读(85)

本文主要为您介绍win10条件下如何与win7做双系统,内容包括怎样安装windows10和windows7双系统,怎么安装win10win7双系统,怎么在windows10安装windows7双系统。解决方法安装前,请先准备好一个Win10的系统镜像文件,然后制成USB盘启动盘 2、在安

win10

手机如何usb共享网络win10

阅读(103)

本文主要为您介绍手机如何usb共享网络win10,内容包括w10手机怎么用usb电脑上网,安卓怎样通过usb共享网络给win10,打开usb共享不行,win10怎么使用手机usb网络。操作方法:1.电脑安装了手机的USB驱动(将手机和电脑用数据线连接,电脑会自动安装手

win10

win10的office如何免费使用

阅读(134)

本文主要为您介绍win10的office如何免费使用,内容包括win10怎么用免费office,win10怎样装免费office,win10如何免费激活office?。操作步骤如下:Win10的任务栏中点击应用商店;2、进入应用商店后,在搜索栏输入OFFICE:在这里可以看得到Word Mobile

win10

win10如何去掉开机画面

阅读(88)

本文主要为您介绍win10如何去掉开机画面,内容包括win10怎么取消开机画面,win10怎么取消开机画面,如何取消windows10开机登陆界面。win10取消开机画面方法一:修改注册表打开注册表编辑器,定位(HKEY_LOCAL_MACHINE\SOFTWARE\Policies

win10

手机版win10体验如何

阅读(117)

本文主要为您介绍手机版win10体验如何,内容包括win10手机怎么样,Windows10手机版怎么样Win10手机版初体验,手机windows10系统好用吗。仅从手机预览版Windows10来看,多平台统一这件事,微软还是步子太大,扯着蛋了,虽然电脑版Windows10的反响还不

win10

win10如何恢复win7系统还原

阅读(106)

本文主要为您介绍win10如何恢复win7系统还原,内容包括怎样将windows10还原为windows7,怎么从windows10回到windows7,win10怎么回到win7系统。1. 先检查自己的系统是否没有删除Windows.old文件2. 打开C盘根目录,可以看到有没有Windows.old文

win10

win7引导界面如何变成win10

阅读(123)

本文主要为您介绍win7引导界面如何变成win10,内容包括怎么把win7的窗口改成win10的样子,win7怎么改成win10界面,win7登录界面如何变成win10样式?。首先下载好win7或win8系统的桌面图标备用。然后在win10桌面空白处点击右键,选择“个性化”打

win10

cmd使电脑恢复出厂设置win10

阅读(70)

本文主要为您介绍cmd使电脑恢复出厂设置win10,内容包括cmd重置电脑win10,cmd重置电脑win10,如何在windows10恢复出厂设置。您好,方法当Win10出现应用程序无响应时,一直卡顿时,可以关机重启进入开机界面时选择点击"更改默认值或者选择其他选项”

win10

win10怎么设置网络可以降低游戏延迟

阅读(159)

本文主要为您介绍win10怎么设置网络可以降低游戏延迟,内容包括win10系统怎样设置减少网络延迟,win10怎么解决网络延迟,求问win10怎么设置可以进一步降低延迟。系统还原后出现问题的解决方法1按下Win+R键打开“运行”程序,键入gpedit.msc 回

win10

Win10账户设置自动注销

阅读(99)

本文主要为您介绍Win10账户设置自动注销,内容包括如何关闭win10自动注销?,win10系统怎样设置不自动注销电脑,如何不让window10自动注销账户。方法步骤:1. 点击Win10系统的开始菜单,点击控制面板。

win10

更改用户账户设置win10

阅读(94)

本文主要为您介绍更改用户账户设置win10,内容包括w10系统怎么更改用户名,window10怎样修改账户用户名,win10系统怎么更改账户。首先,打开“Win10 系统”,在桌面上找到“此电脑”,右键点击“此电脑”选择“管理”打开。

win10

win10可以设置高速缓存吗

阅读(74)

本文主要为您介绍win10可以设置高速缓存吗,内容包括WIN10如何让24G的固态硬盘成为系统高速缓存盘?,windows中从哪设置磁盘高速缓存?,win10怎么设置虚拟缓存加快电脑运行速度。当升级到Win10正式版后,发现系统运行速度很慢,则可以通过修改系统

win10

win10打开设置有延迟

阅读(63)

本文主要为您介绍win10打开设置有延迟,内容包括win10系统点击开始菜单有延迟怎么办,win10系统点击开始菜单有延迟怎么办,启动延迟是什么,怎样取消Win10启动延迟提高桌面应用启动速度搜。出现这样的问题,基本上是电脑硬件配置低所导致的,可以

win10

win10怎样设置窗口切换键

阅读(108)

本文主要为您介绍win10怎样设置窗口切换键,内容包括win10窗口切换快捷键设置在哪,win10切换窗口的三种方法,win10系统怎么切换窗口快捷键。win10有什么办法可以快速切换桌面系统?估计大部分用户都不知道吧。随着系统不断发展,使用window10操

win10

win10条件下如何与win7做双系统

阅读(85)

本文主要为您介绍win10条件下如何与win7做双系统,内容包括怎样安装windows10和windows7双系统,怎么安装win10win7双系统,怎么在windows10安装windows7双系统。解决方法安装前,请先准备好一个Win10的系统镜像文件,然后制成USB盘启动盘 2、在安

win10

手机如何usb共享网络win10

阅读(103)

本文主要为您介绍手机如何usb共享网络win10,内容包括w10手机怎么用usb电脑上网,安卓怎样通过usb共享网络给win10,打开usb共享不行,win10怎么使用手机usb网络。操作方法:1.电脑安装了手机的USB驱动(将手机和电脑用数据线连接,电脑会自动安装手

win10

win10的office如何免费使用

阅读(134)

本文主要为您介绍win10的office如何免费使用,内容包括win10怎么用免费office,win10怎样装免费office,win10如何免费激活office?。操作步骤如下:Win10的任务栏中点击应用商店;2、进入应用商店后,在搜索栏输入OFFICE:在这里可以看得到Word Mobile

win10

win10如何去掉开机画面

阅读(88)

本文主要为您介绍win10如何去掉开机画面,内容包括win10怎么取消开机画面,win10怎么取消开机画面,如何取消windows10开机登陆界面。win10取消开机画面方法一:修改注册表打开注册表编辑器,定位(HKEY_LOCAL_MACHINE\SOFTWARE\Policies

win10

手机版win10体验如何

阅读(117)

本文主要为您介绍手机版win10体验如何,内容包括win10手机怎么样,Windows10手机版怎么样Win10手机版初体验,手机windows10系统好用吗。仅从手机预览版Windows10来看,多平台统一这件事,微软还是步子太大,扯着蛋了,虽然电脑版Windows10的反响还不

win10

win10如何恢复win7系统还原

阅读(106)

本文主要为您介绍win10如何恢复win7系统还原,内容包括怎样将windows10还原为windows7,怎么从windows10回到windows7,win10怎么回到win7系统。1. 先检查自己的系统是否没有删除Windows.old文件2. 打开C盘根目录,可以看到有没有Windows.old文

win10

win7引导界面如何变成win10

阅读(123)

本文主要为您介绍win7引导界面如何变成win10,内容包括怎么把win7的窗口改成win10的样子,win7怎么改成win10界面,win7登录界面如何变成win10样式?。首先下载好win7或win8系统的桌面图标备用。然后在win10桌面空白处点击右键,选择“个性化”打

win10

win10天气插件如何在win7

阅读(87)

本文主要为您介绍win10天气插件如何在win7,内容包括win10上怎么安装win7插件,win10上怎么安装win7插件,如何在win10桌面显示天气日历插件。安装前,请先准备好一个Win10的系统镜像文件,然后制成USB盘启动盘,不了解的请自行百度脑补,希望大家见谅