Recent Comments
Tag Archives: windows
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 … Continue reading