windows关闭Hyper-v

关闭Hyper-v
我之前在win上面安装了docker,然后发现docker和vmware不能共存,所以卸载了docker,但是又发现安装docker时开启了hyper-v缺没关闭,vmware不能正常启动,按照以下方法可以解决这个问题:

运行命令(以管理员身份来运行)
bcdedit /set hypervisorlaunchtype off

完成后检查一下

Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.

PS C:\Windows\system32> bcdedit /enum

Windows Boot Manager
--------------------
identifier {bootmgr}
device partition=\Device\HarddiskVolume2
path \EFI\Microsoft\Boot\bootmgfw.efi
description Windows Boot Manager
locale en-US
inherit {globalsettings}
default {current}
resumeobject {fad8a378-1589-11ea-9e3d-931aede0c94c}
displayorder {current}
toolsdisplayorder {memdiag}
timeout 30

Windows Boot Loader
-------------------
identifier {current}
device partition=C:
path \Windows\system32\winload.efi
description Windows 10
locale en-US
inherit {bootloadersettings}
recoverysequence {fad8a37a-1589-11ea-9e3d-931aede0c94c}
displaymessageoverride Recovery
recoveryenabled Yes
isolatedcontext Yes
allowedinmemorysettings 0x15000075
osdevice partition=C:
systemroot \Windows
resumeobject {fad8a378-1589-11ea-9e3d-931aede0c94c}
nx OptIn
bootmenupolicy Standard
hypervisorlaunchtype Off
PS C:\Windows\system32>
此条目发表在通用分类目录,贴了, 标签。将固定链接加入收藏夹。

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注