Update docker-for-windows/troubleshoot.md

Co-authored-by: Simon Ferquel <simon.ferquel@docker.com>
This commit is contained in:
Usha Mandya 2020-10-06 11:48:43 +01:00 committed by GitHub
parent 9946444fc8
commit 962f9655c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -209,8 +209,7 @@ Windows 10 Enterprise](https://github.com/docker/for-win/issues/74).
If you have completed the steps described above and are still experiencing
Docker Desktop startup issues, this could be because the Hypervisor is installed,
but not launched during Windows startup. Some tools (such as older versions of
Virtual Box) and video game installers require you to manually launch the Hypervisor
at Windows startup. To do this:
Virtual Box) and video game installers disable hypervisor on boot. To reenable it:
1. Open an administrative console prompt.
2. Run `bcdedit /set hypervisorlaunchtype auto`.