To use virtual machine using virtualbox we need to disable thehyper-v serviceby using CMD or Powershell (Administrator)$ bcdedit /set hypervisorlaunchtype offRestart PC and start virtualbox----------------------------------------------------------------To use docker again use below commandby using CMD or Powershell (Administrator)$ bcdedit /set hypervisorlaunchtype autoRestart PC and start virtualbox

0 comments:
Post a Comment