如何卸载win10自带的虚拟机

如何卸载win10自带的edge

1.怎样把win10自带的edge浏览器卸载

步骤如下:

1、按下“Win+x”打开移动中心,在弹出才菜单中点击“命令提示符(管理员)”;

2、在“命令提示符”框中输入以下代码:

PowerShell dir $env:LOCALAPPDATA\Packages\*edge*^|ren -newname MicrosoftEdge.old ; dir $env:windir\SystemApps\*edge*\AppxManifest.xml ^|Add-AppxPackage - -Register ;& mklink /J %PUBLIC%\Desktop\MicrosoftEdge.old %LOCALAPPDATA%\Packages\MicrosoftEdge.old & pause

当显示 请按任意键继续. . . 按下任意键即可。

3、如果在执行命令的过程中出现出错,重启设备后再次按步骤1、2进行操作即可。

win10卸载自带应用软件教程:

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

2.打开的界面如图所示。

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

Get-AppXPackage | Remove-AppxPackage(注意大小写和符号的正确性,直接复制粘贴可以哦)

4.不仅当前账户,我们还可以卸载其他账户中的所有应用,只需输入下面的命令,将其中的替换为账户名称即可。 Get-AppXPackage -User | Remove-AppxPackage

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

Get-AppxPackage -AllUsers | Remove-AppxPackage

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

Get- -online | Remove-

7.需要注意的是,执行以后上操作后会将应用商店也一并删除,目前也没有找回的方法,系统推送的某些更新会重新在系统中安装应用商店。

8.此外,部分内置应用,比如Cortana、联系支持人员、Edge浏览器、Windows反馈,设置和搜索无法从系统中删除。如图是卸载后的

2.如何卸载电脑win10系统里自带的EDGE

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

3.win10怎么彻底卸载edge

首先点击win10系统电脑主界面左下方的win10图标,弹出下拉菜单,在下拉菜单里可以找到microsoft edge应用程序,如下图所示。

接下来在下方的搜索web和windows输入框内输入powershell命令,找到windows powershell桌面应用,如下图所示。

点击搜索到的windows powershell桌面应用按钮弹出windows powershell命令窗口,如下图所示。

接下来在该命令窗口内输入“get-appxpackage *edge*命令程序,该程序的意思是寻找包含edge的应用程序包,如下图所示。

命令程序输入完毕之后点击回车键,此时windows powershell命令窗口可以找到microsoft edge的应用包程序,如下图所示。

接下来找到packagefullname的地址并复制,Microsoft.MicrosoftEdge_25.10586.0.0_neutral__8wekyb3d8bbwe,地址复制完毕之后在命令行里输入remove-appxpackage Microsoft.MicrosoftEdge_25.10586.0.0_neutral__8wekyb3d8bbwe,意思就是移除这个地址的应用程序包,这个地址就是刚才复制的packagefullname的地址,如下图所示。

4.怎样把win10自带的edge浏览器卸载

把win10自带的edge浏览器卸载的方法

1. Windows Edge是一款内置的app,可以通过Powershell命令卸载。

2. 在搜索中输入Powershell,以管理员身份运行。

3. 输入以下命令,回车:

4. Get-AppxPackage *edge* | Remove-AppxPackage

5. 完成后重启计算机。

6. 如果执行过程中出现报错等信息,请截图发上来。

5.怎么删除win10自带的edge浏览器

怎么删除win10自带的edge浏览器步骤如下:1、按下“Win+x”打开移动中心,在弹出才菜单中点击“命令提示符(管理员)”;2、在“命令提示符”框中输入以下代码:PowerShell dir $env:LOCALAPPDATA\Packages\*edge*^|ren -newname MicrosoftEdge.old ; dir $env:windir\SystemApps\*edge*\AppxManifest.xml ^|Add-AppxPackage - -Register ;& mklink /J %PUBLIC%\Desktop\MicrosoftEdge.old %LOCALAPPDATA%\Packages\MicrosoftEdge.old & pause当显示 请按任意键继续. . . 按下任意键即可。

3、如果在执行命令的过程中出现出错,重启设备后再次按步骤1、2进行操作即可。2015年4月30日,微软Build开发者大会在美国旧金山正式开幕,微软在大会上宣布其浏览器产品正式定名为Microsoft Edge。

微软edge浏览器是微软全方位战略的缩影,界面简洁,功能按钮虽少,但非常实用。

6.win10自带的edge浏览器怎么卸载

步骤如下:1、按下“Win+x”打开移动中心,在弹出才菜单中点击“命令提示符(管理员)”;2、在“命令提示符”框中输入以下代码:PowerShell dir $env:LOCALAPPDATA\Packages\*edge*^|ren -newname MicrosoftEdge.old ; dir $env:windir\SystemApps\*edge*\AppxManifest.xml ^|Add-AppxPackage - -Register ;& mklink /J %PUBLIC%\Desktop\MicrosoftEdge.old %LOCALAPPDATA%\Packages\MicrosoftEdge.old & pause当显示 请按任意键继续. . . 按下任意键即可。

3、如果在执行命令的过程中出现出错,我们重启设备后再次按步骤1、2进行操作即可。

7.win10怎么卸载microsoftedge

Windows 10操作系统中可参考以下步骤卸载MicrosoftEdge浏览器:

1、在Cortana搜索框中输入“Powershell”,然后在顶部显示的搜索结果“Windows Powershell”上点击右键,选择“以管理员身份运行”:

2、然后在打开的“管理员:Windows Powershell”窗口中输入以下代码:

Get-AppxPackage -AllUsers

3、回车运行,就会列举出Win10系统中已安装的所有应用:

要想卸载某款应用,首先要找到这款应用的PackageFullName(应用包全名),例如想要卸载Microsoft Edge浏览器,那么它的PackageFullName(应用包全名)就是:

Microsoft.MicrosoftEdge_20.10240.16384.0_neutral__8wekyb3d8bbwe

为了方便快速找到某款应用的PackageFullName,可以把Windows Powershell窗口中显示的所有内容复制粘贴到记事本中,然后搜索相关的关键词,例如 Edge,就可以快速找到Microsoft Edge浏览器的PackageFullName。

4、然后输入并运行以下命令,即可卸载Microsoft Edge浏览器应用:

Remove-AppxPackage Microsoft.MicrosoftEdge_20.10240.16384.0_neutral__8wekyb3d8bbwe

5、其实该命令的格式就是 Remove-AppxPackage 加要卸载的应用的 PackageFullName 。

8.win10自带edge浏览器怎么卸载

方法和步骤:1、任务栏搜索框输入PowerShell命令,打开此命令。

2、窗口内输入“get-appxpackage *edge*命令程序,按回车。此时windowspowershell命令窗口可以找到microsoft edge的应用包程序;3、复制packagefullname的地址,Microsoft.MicrosoftEdge_25.10586.0.0_neutral__8wekyb3d8bbwe,地址复制完毕之后在命令行里输入remove-appxpackageMicrosoft.MicrosoftEdge_25.10586.0.0_neutral__8wekyb3d8bbwe,意思就是移除这个地址的应用程序包即可。

如何卸载win10自带的edge

如何卸载win10自带的directx

1.怎样卸载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-AppxPackage15在卸载Xbox的时候,会提示有很多错误,其实已经被卸载。卸载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+ ~~~~~~~~~~~~~~~~~~+ CategoryInfo : WriteError: (Microsoft.XboxI。l_cw5n1h2txyewy:String) [Remove-AppxPackage], IOException+ FullyQualified。

2.怎样卸载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-AppxPackage15 在卸载Xbox的时候,会提示有很多错误,其实已经被卸载。卸载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-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-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。

3.win10怎么卸载DirectX12换成11

win10通过系统卸载DirectX12并通过重新安装DirectX11。

win10通过系统卸载DirectX12并通过重新安装DirectX11步骤:

1、点击桌面“my computer”进入我的电脑设置界面。

2、点击图中红色区域位置“卸载或更改程序”。

3、点击“应用和功能”。

4、在“应用和功能”界面,下拉找到“DirectX12”,点击“卸载”选项。

5、在浏览器搜索框中搜索“DirectX11”。点击进入微软官网。

6、点击官方程序“DirectX11”,并点击“Dowland”进行下载,DirectX11下载安装完成。

4.win10怎么卸载DirectX12换成11

win10通过系统卸载DirectX12并通过重新安装DirectX11。

win10通过系统卸载DirectX12并通过重新安装DirectX11步骤:1、点击桌面“my computer”进入我的电脑设置界面。2、点击图中红色区域位置“卸载或更改程序”。

3、点击“应用和功能”。4、在“应用和功能”界面,下拉找到“DirectX12”,点击“卸载”选项。

5、在浏览器搜索框中搜索“DirectX11”。点击进入微软官网。

6、点击官方程序“DirectX11”,并点击“Dowland”进行下载,DirectX11下载安装完成。

5.windows10自带directx在哪

1. 在Win10桌面界面下,使用【Windows + R】组合快捷键打开运行命令框,然后输入命令【dxdiag】,之后点击底部的确定打开

2. 接下来会弹出一个Directx诊断工具提示,这里直接点击下方的【是】就好了

3. 最后在Directx诊断工具的“系统”选项卡里面,就可以看到Directx版本了

很明显Win10自带的是最新的DX12版本,可以带来更好的性能体验,从这点上Win10无疑是更好的。

DirectX 12是目前微软Windows10系统中的DirectX最新版本,能够带来了更好的D图形和声音效果优化,目前仅Win10自带DX,Win7/8用户内置DirectX 11,无法直接体验DX12,如需体验,需要安装相关升级包。

如何卸载win10自带的directx

如何卸载win10自带的

1.Win10卸载全部自带软件教程 Win10怎么卸载

win10怎么卸载自带应用软件?win10正式版自带了一大堆应用软件,打开开始菜单一大片,下文给大家介绍win10自带应用软件卸载教程,帮助用户卸载掉多余的应用软件!

其实微软提供了快速卸载所有应用的方法,借助内置的PowerShell可达到这一目的。

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

2.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

3.如何卸载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-AppxPackage

5

要卸载Camera(相机),输入

Get-AppxPackage *camera* | Remove-AppxPackage

6

要卸载邮件和日历,输入

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

所有卸载完成后,就只剩下应用商店了,这个留着吧,有用!卸载完

4.如何彻底卸载win10自带应用程序

工具:电脑,WIN10.方法和步骤:1、开始菜单—所有应用,找到Windows PowerShell,选择“以管理员身份运行”;2、卸载所有用户内置应用的命令为:Get-AppxPackage -AllUsers | Remove-AppxPackage 。

按下回车键即可删除所有内置应用。3、如果只想删除某个应用,只需输入对应命令,按下回车键即可删除。

3D BuilderGet-AppxPackage *3dbuilder* | Remove-AppxPackage闹钟与时钟Get-AppxPackage *windowsalarms* | Remove-AppxPackage行事历Get-AppxPackage *windowscalculator* | Remove-AppxPackage行事历与邮件Get-AppxPackage ** | Remove-AppxPackage相机Get-AppxPackage *windowscamera* | Remove-AppxPackage取得OfficeGet-AppxPackage *officehub* | Remove-AppxPackage取得SkypeGet-AppxPackage *skypeapp* | Remove-AppxPackage取得开始Get-AppxPackage *getstarted* | Remove-AppxPackageGroove 音乐Get-AppxPackage *zunemusic* | Remove-AppxPackage地图Get-AppxPackage *windowsmaps* | Remove-AppxPackageMicrosoft Solitaire Collection 扑克牌游戏Get-AppxPackage *solitairecollection* | Remove-AppxPackage财经Get-AppxPackage *bingfinance* | Remove-AppxPackageMovies & TVGet-AppxPackage *zunevideo* | Remove-AppxPackage新闻Get-AppxPackage *bingnews* | Remove-AppxPackageOneNoteGet-AppxPackage *onenote* | Remove-AppxPackage联络人Get-AppxPackage *people* | Remove-AppxPackage手机小帮手Get-AppxPackage *windowsphone* | Remove-AppxPackage相片Get-AppxPackage *photos* | Remove-AppxPackage市集Get-AppxPackage *windowsstore* | Remove-AppxPackage运动Get-AppxPackage *bingsports* | Remove-AppxPackage语音录音机Get-AppxPackage *soundrecorder* | Remove-AppxPackage天气Get-AppxPackage *bingweather* | Remove-AppxPackage。

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

启动Windows PowerShell(可搜索,用cortana),输入命令:

移除Windows 10预安装应用的命令:

Remove 3D from Windows 10(卸载win10自带3D Builder)

Get-AppxPackage*3d*|Remove-AppxPackage

Remove Camera from Windows 10(卸载win10自带相机应用)

Get-AppxPackage*camera*|Remove-AppxPackage

Remove Mail and Calendar from Windows10(卸载win10自带邮件和日历应用)

Get-AppxPackage*communi*|Remove-AppxPackage

Remove Money, Sports, News andWeather from Windows 10(卸载win10自带财经新闻、体育新闻以及天气软件)

Get-AppxPackage*bing*|Remove-AppxPackage

Remove Groove Music and Film& TV from Windows 10(卸载win10自带音乐播放器、视频播放器以及电视应用)

Get-AppxPackage*zune*|Remove-AppxPackage

Remove People from Windows 10(卸载win10自带联系人应用)

Get-AppxPackage*people*|Remove-AppxPackage

Remove Phone Companion fromWindows 10(卸载win10自带手机伴侣)

Get-AppxPackage*phone*|Remove-AppxPackage

Remove Photos from Windows 10(卸载win10自带看图软件)

Get-AppxPackage*photo*|Remove-AppxPackage

Remove Solitaire Collection fromWindows 10(卸载win10自带微软纸牌游戏)

Get-AppxPackage*solit*|Remove-AppxPackage

Remove Voice Recorder fromWindows 10(卸载win10自带录音机软件)

Get-AppxPackage *soundrec*|Remove-AppxPackage

Remove Xbox from Windows 10(卸载win10自带XBOX)

Get-AppxPackage*xbox*|Remove-AppxPackage

卸载OneNote

Get-AppxPackage *OneNote* |Remove-AppxPackage

卸载人脉

Get-AppxPackage *people* |Remove-AppxPackage

不过千万记住,Windows10系统这些系统服务不能动!

使用win10有一段时间了,其中也用过诸如腾讯电脑管家、软媒魔方等工具对开机启动项进行过优化,多数时候都没出现问题,但最近几次优化使系统出现了各种问题。现在来总结一下,win10的那些服务项目不能动,不能禁止开机启动,不能关闭后台驻留。

CoreMessaging:重要进程,关键系统进程,禁用后无法进入系统,ctrl+alt+del键都无效;

Task Scheduler:windows系统任务调度程序,系统的每一步动作都是通过它来安排进行的,可见其重要性,禁用后很多正常使用电脑必须的基础工具都会无法启动,包括输入法、独立驱动程序等等;

System Events Broker:禁用后,网卡属性看不到任何内容,无法修改IP,同时会导致TaskScheduler服务无法启动;

Windows Connection Manager:禁用后,任务栏网络指示器会打xx

Tile Data model server:禁用后一直卡在欢迎界面,ctrl+alt+del可以进入桌面,但Win10默认的开始菜单点不出来。

win10使用中,其他项目将逐渐添加。

6.如何将win10自带的程序卸载

工具:win10系统电脑一台

步骤:

1、打开win10系统电脑,打开小娜,在搜索框中输入“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”回车键,等待一会儿卸载完了。

如何卸载win10自带的

转载请注明出处windows之家 » 如何卸载win10自带的虚拟机

win10

笔记本win10截图设置键

阅读(3388)

本文主要为您介绍笔记本win10截图设置键,内容包括笔记本电脑按什么键可以截屏,win10的,win10快捷截屏怎么设置,win10笔记本任意截图键。截取全屏 自动保存组合键 同时按住Windows+Print Screen组合键,笔记本则按住Windows+Prt Sc SysRq按

win10

win10怎么设置多个背景

阅读(2042)

本文主要为您介绍win10怎么设置多个背景,内容包括如何在win10中使用多个背景,如何在win10中使用多个背景,win10双桌面怎么设置两个不同的壁纸。直接定位到自己想要设置壁纸的图片文件夹小编一般会把图片先放到电脑默认的壁纸文件夹里默认壁

win10

win10保护眼睛设置不改注册表

阅读(2003)

本文主要为您介绍win10保护眼睛设置不改注册表,内容包括word设置的护眼色时有时无,win10系统,用的修改注册表编辑器的办,win10电脑的护眼模式怎么设置,win10护眼模式怎么取消?。Word文档底色设为护眼色步骤: 电脑桌面,右键,点击个性化。 2、点

win10

win10非让我设置苹果手机

阅读(2171)

本文主要为您介绍win10非让我设置苹果手机,内容包括win10找不到iphone手机,怎么回事,升级win10后,电脑无法识别苹果手机!已经试过网上的一些方法,都,非要用苹果电脑相应的操作系统上才能完成开发吗!?!在别的win7。远程桌面连过去报如下错误

win10

win10点蓝牙设置闪退

阅读(1723)

本文主要为您介绍win10点蓝牙设置闪退,内容包括win10打开蓝牙设置闪退,win10蓝牙故障,图标什么的都在,但是打不开蓝牙设置,打开的白,我的电脑是win8系统,蓝牙用不了,设置里一点蓝牙就闪退。1.打开设备并使其可发现。使其可发现的方式取决于

win10

win10酷狗热键设置

阅读(1819)

本文主要为您介绍win10酷狗热键设置,内容包括电脑酷狗输入法怎么设置快捷键?,电脑酷狗输入法怎么设置快捷键?,电脑上有控制音乐的键,酷狗怎么设定?。2015酷狗音乐播放器默认快捷键:播放/暂停:Alt+F5上一首:Alt+Left(左箭头)下一首:Alt+ Right(右箭

win10

win10如何设置定时唤醒

阅读(2032)

本文主要为您介绍win10如何设置定时唤醒,内容包括Win10怎么设置定时开关机休眠唤醒,Win10怎么设置定时开关机休眠唤醒,Win10进入睡眠后怎么设置自动定时唤醒。首先查看电脑的休眠功能是否开启,如果没有需要先开启计算机的休眠功能(注意是“休

win10

win10设置更新在哪

阅读(1797)

本文主要为您介绍win10设置更新在哪,内容包括win10的更新在哪里?怎么设置,win10系统如何更新,更新按钮在哪儿,win10系统更新在哪。Win10系统关闭自动更新功能步骤方法:按WIN+R打开运行,输入services.msc回车然后找到“Windowsupdata”服务

win10

win10处理器个数怎么设置

阅读(2072)

本文主要为您介绍win10处理器个数怎么设置,内容包括win10怎么开启cpu核心数,W10cpu核数怎么修改,win10在任务管理器怎么改应用程序的cpu占用数目。网络上的各种伪技巧多得很,而这个就是比较典型的。在Win7帮助文件中对于msconfig的高级引导

win10

win10如何将任务栏设置成透明

阅读(2005)

本文主要为您介绍win10如何将任务栏设置成透明,内容包括Win10任务栏怎么设置透明,win10电脑任务栏怎么变透明,win10怎么设置任务栏透明。工具:win10方法如下:首先打开操作系统,进入桌面,如下所示,可以看到操作中心和任务栏是没有透明的

win10

win10自动锁定屏幕怎么设置

阅读(2993)

本文主要为您介绍win10自动锁定屏幕怎么设置,内容包括windows10怎么设置自动锁定屏幕,Win101709如何设置自动锁定电脑屏幕,win10电脑屏幕自动锁屏怎么设置?。在Windows10系统桌面,点击桌面左下角的开始按钮,在弹出的开始菜单中点击Windows系

win10

win10设置功能键加fn

阅读(1888)

本文主要为您介绍win10设置功能键加fn,内容包括Mac装的win10怎么设置FN键,笔记本功能键FN在哪里设置啊,怎么将戴尔快捷键设置成FN+的形式?。右下角系统托盘里面,找到bootcamp控制面板。可以在里面修改。(很简单,只有一个选项,你进去一眼就能看

win10

win10怎么给d盘设置权限

阅读(1752)

本文主要为您介绍win10怎么给d盘设置权限,内容包括如何给D盘设置权限?,win10系统D盘权限问题,win10怎么设置权限。win10怎么设置权限呢!当我们局域网里有电脑需要共享的时候怎么设置权限,这个权限有写入权限要怎么操作,如下图有解析。 方法/步

win10

win10蓝牙鼠标pin设置

阅读(2328)

本文主要为您介绍win10蓝牙鼠标pin设置,内容包括win10系统笔记本如何设置无线鼠标,win10系统怎么添加蓝牙鼠标,Win10怎么添加蓝牙鼠标。有线的直接插上即可,无线的操作方法如下:在电脑Win10系统的桌面上,点击左下角的开始菜单中的“控制面板”

win10

win10设置游戏锁帧

阅读(2424)

本文主要为您介绍win10设置游戏锁帧,内容包括Win10怎么游戏锁帧?N卡用很多软件都不行,去调垂直同步又不稳定,win10锁帧60,win10LOL锁帧60。这个问题存在很长时间了,估计还是有很多人因为这个苦恼,我说一下我的解决办法,win10版本是15063版。