如何卸载win10自带的应用

1.win10系统怎么卸载自带软件

Win10中自带的软件可以通过两种方式卸载。

第一种方法: 1、用Cortana搜索“添加或删除程序”,并打开“添加或删除程序”。2、在右侧找到要卸载的程序,以卸载“应用连接器”为例,点击“应用连接器”,然后点击“卸载”。

3、弹出个类似于二级菜单似的窗口,点击“卸载”。4、提示“正在卸载”,稍等一会(视应用大小而等待时间不同),卸载完毕在列表中就找不到该应用了。

第二种方法:打开开始菜单,找到要卸载的应用,以“可选功能”为例,右键单击,然后点击“卸载”,稍等一会(视应用大小而等待时间不同),卸载完毕在列表中就找不到该应用了。不过某些自带的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反馈、联系支持人员等应用无法从系统中删除。

2.怎么卸载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”回车键,等待片刻就卸载完了。

3.如何删除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

注意事项

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

4.Win10怎么卸载自带软件

Win10自带应用卸载方法

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

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

Get-AppXPackage | Remove-AppxPackage

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

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

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

Get-AppxPackage -AllUsers | Remove-AppxPackage

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

Get- -online | Remove-–online

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

5.怎么卸载win10自带软件

卸载win10的自带应用的方法:

工具材料

win10系统电脑

方法步骤

①要卸载这些所有内置应用,就要用到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

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的时候,会提示有很多错误,其实它已经被卸载了,可以不用担心.如图:

16.所有卸载完成后,就只剩下应用商店了,这个留着吧,有用!卸载完效果如图:

6.如何卸载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反馈,设置和搜索无法从系统中删除。

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

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

如图,是卸载完成后的Windows PowerShell:工具/原料 Windows PowerShell 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 其他信息1 卸载Windows 10的命令:OneNote:Get-AppxPackage *OneNote* | Remove-AppxPackage3D: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-AppxPackage2 卸载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 。

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的自带应用

方法/步骤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+ ~~~。

如何卸载win10自带的应用

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

win10

win10如何装cad注册机

阅读(137)

本文主要为您介绍win10如何装cad注册机,内容包括W10系统怎么安装CAD,请问大神们我的64位WIN10装CAD21014版本时出现注册激?爱问知,win10下运行autocad2004求大神教我怎么在win10。1.运行安装程序,键入注册信息序列号:666-69696969产品密钥:001

win10

win10中如何取消打印

阅读(101)

本文主要为您介绍win10中如何取消打印,内容包括win10系统打印机怎么取消打印,Win10系统怎么开启和关闭打印机服务,win10系统打印机怎么取消打印。打开电脑,点击电脑左下角的“Windows”,如下图所示。

win10

win10开机倒计时如何关闭

阅读(253)

本文主要为您介绍win10开机倒计时如何关闭,内容包括电脑开机时有个10秒倒计时怎么取消,开机启动如何禁用倒计时,WINDOWS系统启动时如何取消选择系统及倒数时间。XP系统下: 打开C盘,点击工具文件夹选项查看,把隐藏受保护的系统文件前面的勾选项

win10

如何把win10开机变快

阅读(159)

本文主要为您介绍如何把win10开机变快,内容包括如何提高Win10开机速度加快Win10开机速度的四种方法,win10怎么让电脑开机速度变快,如何让win10开机速度变快两招轻松加快win10开机速度。优化Win10开机启动项如今很多电脑软件安装后,都会开机

win10

如何在win10找到ie浏览器图标

阅读(108)

本文主要为您介绍如何在win10找到ie浏览器图标,内容包括如何在win10桌面显示ie图标,win10系统里怎么找到ie浏览器,win10桌面ie图标不见了怎么办。我们可以点击WIN10的开始菜单,然后打开所有应用。2、然后在windows附件中我们可以找到IE浏览

win10

笔记本电脑2g内存如何升级win10吗

阅读(114)

本文主要为您介绍笔记本电脑2g内存如何升级win10吗,内容包括电脑2g内存能升win10吗,2G内存电脑可以升windows10吗,2G内存电脑可以升windows10吗。台式电脑2G内存安装win10可以运行。微软公布的Windows10系统对电脑的配置要求是:屏幕:800x600

win10

win10电脑慢如何解决

阅读(110)

本文主要为您介绍win10电脑慢如何解决,内容包括win10系统反应慢怎么办,windows10反应慢怎么处理,win10电脑卡慢怎么处理。方法一按快捷键“win+R” 打开 运行窗口2、这时候输入“msconfig”后 ,点击“确定”或者按“ENTER”键3、这时候会打

win10

华硕win10如何还原

阅读(72)

本文主要为您介绍华硕win10如何还原,内容包括华硕笔记本怎么还原系统win10,华硕win10笔记本如何还原系统,华硕笔记本怎么恢复出厂设置win10。华硕win10笔记本电脑可以参考以下步骤恢复系统:注意:请在开始操作前确保已连接电源适配器,并提前备

win10

win10电脑如何校准时间吗

阅读(82)

本文主要为您介绍win10电脑如何校准时间吗,内容包括如何校正Win10的系统时间,win10系统时间不准怎么办,如何校正Win10的系统时间。在电脑桌面上,鼠标左键单击左下角的Windows图标在弹出的Windows菜单栏目当中,点击打开设置选项进入到win 10的

win10

win10如何删除唤醒密码

阅读(73)

本文主要为您介绍win10如何删除唤醒密码,内容包括win10怎么取消休眠唤醒密码,win10系统下唤醒需要输入密码怎么取消,最新版windows10如何取消唤醒密码。第一步:点击电脑桌面左下角的系统菜单。第二步:在系统菜单弹出的菜单栏里点击所有应用。

win10

win10如何清除无线

阅读(139)

本文主要为您介绍win10如何清除无线,内容包括win10怎么删除无线网络文件,win10电脑怎么删除无线网络,win10怎么删除连接过的wifi。把目光转到电脑的右下角,你会看到一个扇形的图标,就是我们平常找无线网的地方,点开它。你就能看到你电脑里存在

win10

win10如何共享手机

阅读(188)

本文主要为您介绍win10如何共享手机,内容包括window10系统怎么共享给手机,Win10怎么创建热点共享网络给手机,win10系统电脑怎么共享文件给手机。1在开始菜单的那个图标上点击右键然后再点击命令提示符(管理员)2在弹出来的命令提示符中输入:net

win10

如何在win10下装极品五笔

阅读(192)

本文主要为您介绍如何在win10下装极品五笔,内容包括win10能用极品五笔输入法吗,下载五笔输入法后怎样安装!,Win10安装好的极点五笔图标没有了怎么办?。好像不行,我用的原来在WIN7,WIN8版本的极品五笔,是正常的。换了机子用WIN10系统以后,我尝

win10

win10设置移动宽带连接

阅读(66)

本文主要为您介绍win10设置移动宽带连接,内容包括win10怎么连移动宽带,win10怎么开机移动连接宽带,windows10怎么设置移动光猫本地连接。开机直接自动宽带连接,是很多依然在使用宽带连接拨号上网的用户的一大心愿。在之前的XP或者Win7、Win8

win10

win10如何装cad注册机

阅读(137)

本文主要为您介绍win10如何装cad注册机,内容包括W10系统怎么安装CAD,请问大神们我的64位WIN10装CAD21014版本时出现注册激?爱问知,win10下运行autocad2004求大神教我怎么在win10。1.运行安装程序,键入注册信息序列号:666-69696969产品密钥:001

win10

win10中如何取消打印

阅读(101)

本文主要为您介绍win10中如何取消打印,内容包括win10系统打印机怎么取消打印,Win10系统怎么开启和关闭打印机服务,win10系统打印机怎么取消打印。打开电脑,点击电脑左下角的“Windows”,如下图所示。

win10

win10开机倒计时如何关闭

阅读(253)

本文主要为您介绍win10开机倒计时如何关闭,内容包括电脑开机时有个10秒倒计时怎么取消,开机启动如何禁用倒计时,WINDOWS系统启动时如何取消选择系统及倒数时间。XP系统下: 打开C盘,点击工具文件夹选项查看,把隐藏受保护的系统文件前面的勾选项

win10

如何把win10开机变快

阅读(159)

本文主要为您介绍如何把win10开机变快,内容包括如何提高Win10开机速度加快Win10开机速度的四种方法,win10怎么让电脑开机速度变快,如何让win10开机速度变快两招轻松加快win10开机速度。优化Win10开机启动项如今很多电脑软件安装后,都会开机

win10

如何在win10找到ie浏览器图标

阅读(108)

本文主要为您介绍如何在win10找到ie浏览器图标,内容包括如何在win10桌面显示ie图标,win10系统里怎么找到ie浏览器,win10桌面ie图标不见了怎么办。我们可以点击WIN10的开始菜单,然后打开所有应用。2、然后在windows附件中我们可以找到IE浏览

win10

笔记本电脑2g内存如何升级win10吗

阅读(114)

本文主要为您介绍笔记本电脑2g内存如何升级win10吗,内容包括电脑2g内存能升win10吗,2G内存电脑可以升windows10吗,2G内存电脑可以升windows10吗。台式电脑2G内存安装win10可以运行。微软公布的Windows10系统对电脑的配置要求是:屏幕:800x600

win10

win10电脑慢如何解决

阅读(110)

本文主要为您介绍win10电脑慢如何解决,内容包括win10系统反应慢怎么办,windows10反应慢怎么处理,win10电脑卡慢怎么处理。方法一按快捷键“win+R” 打开 运行窗口2、这时候输入“msconfig”后 ,点击“确定”或者按“ENTER”键3、这时候会打

win10

win10ie如何固定在任务栏

阅读(80)

本文主要为您介绍win10ie如何固定在任务栏,内容包括Win10IE怎么固定到任务栏,怎么将win10系统固定任务栏的IE浏览器创建桌面快捷方式,怎样将IE固定到“开始”屏幕和任务栏。你好widow10默认的浏览器是MicrooftEdge(正式命名前叫ProjectSarta