從 Windows Start 選擇 Command Prompt (Admin)
或者執行 runas /user:administrator cmd
以管理員身份運行命令窗口。
執行
bcdedit /copy {default} /d "Windows 8.1 without Hyper-V"
例如
C:\Windows\system32>bcdedit /copy {default} /d "Windows 8.1 without Hyper-V"
The entry was successfully copied to {e963cdfc-b015-11e4-a7af-c724e702a228}.
C:\Windows\system32>
執行
bcdedit /set {<id>} hypervisorlaunchtype off
其中<id>是上一步驟生成的 entry id.
例如
C:\Windows\system32>bcdedit /set {e963cdfc-b015-11e4-a7af-c724e702a228} hypervisorlaunchtype off
The operation completed successfully.
C:\Windows\system32>
至此創建了一個不啟動 Hyper-V 的 Windows 8.1 啟動項。
重新啟動計算機,選擇"Windows 8.1 without Hyper-V"啟動項,進入Windows 8.1 就可以正常使用 VirtualBox, VMware 了。
