winboot打开虚拟化
bcdedit /enum | findstr -i hypervisorlaunchtype
if hypervisorlaunchtype is Off, then
bcdedit /set hypervisorlaunchtype Auto
restart
bcdedit /enum | findstr -i hypervisorlaunchtype
if hypervisorlaunchtype is Off, then
bcdedit /set hypervisorlaunchtype Auto
restart