Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The Nr.1 question people ask me on Hyper-V is "how do I make a dual boot with no Hyper-V?"
Open an elevated command prompt:
bcdedit /copy {current} /d "Boot with NO Hyper-V"
The entry was successfully copied to {CopyTheFancyGUIDyouGet}. <- This is a GUID you have to copy and use in the next command)
bcdedit /set { CopyTheFancyGUIDyouGot } hypervisorlaunchtype off
The operation completed successfully.
References: https://msdn.microsoft.com/en-us/library/windows/hardware/ff542202(v=vs.85).aspx