日本免费高清视频-国产福利视频导航-黄色在线播放国产-天天操天天操天天操天天操|www.shdianci.com

學無先后,達者為師

網站首頁 編程語言 正文

如何關閉Hyper-v虛擬服務_Hyper-V

作者:chunxque ? 更新時間: 2022-08-14 編程語言

因為要安裝docter,所以開啟了Hyper-v,然后打開vmware,發現提示錯誤!

查資料才知道,hyper-v和vmware,只能同時運行一個!這就難受了,我還是選擇vmware,不過也有共存的方案,只要設置兩個開機引導就行了,但是我感覺不好,我就關閉了hyper;

注意:千萬不要在啟用window功能哪里取消勾選,反正我試了,然后重啟我就藍屏了;

打開Windows PowerShell(管理員)

以管理員身份運行

運行命令

bcdedit /set hypervisorlaunchtype off

重啟主機

然后管理員打開cmd,查看hyper開啟情況!

bcdedit /enum
Windows 啟動加載器
-------------------
標識符                  {current}
device                  partition=C:
path                    \WINDOWS\system32\winload.efi
description             Windows 10
locale                  zh-CN
inherit                 {bootloadersettings}
recoverysequence        {f8d2f4fa-6fef-11e9-98b1-c46516b8c83b}
displaymessageoverride  Recovery
recoveryenabled         Yes
badmemoryaccess         Yes
isolatedcontext         Yes
allowedinmemorysettings 0x15000075
osdevice                partition=C:
systemroot              \WINDOWS
resumeobject            {f2ccb4d2-db7e-11e9-8dae-a0962a1e624e}
nx                      OptIn
bootmenupolicy          Standard
hypervisorlaunchtype    Off
 
C:\WINDOWS\system32>

出現hypervisorlaunchtype ? ?Off,那么就表示關掉了Hyper-v?

如果要重新開啟Hyper-V,只需執行?bcdedit?/set?hypervisorlaunchtype?auto?命令并重啟即可。

docker與VMware是不兼容,當然也可以共存;

原文鏈接:https://blog.csdn.net/weixin_40943540/article/details/103027246

欄目分類
最近更新