Advertisement
Guest User

Untitled

a guest
Aug 20th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. ### Reboot is required before changes will take effect
  2. # Disable Hyper-V
  3. ## Required to use VirutalBox
  4. bcdedit /set hypervisorlaunchtype off
  5.  
  6. # Enable Hyper-V
  7. ## Required to use Docker for Windows
  8. bcdedit /set hypervisorlaunchtype auto
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement