From b9e225770400797210f617271e6f3692b9e7fef5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Fernando=20H=C3=B6wer=20Barbosa?= Date: Mon, 2 May 2022 11:00:37 +0200 Subject: [PATCH] Add instructions link to enable virtualisation I just found it hard to find good instructions to enable virtualization from the UEFI or BIOS. So I just added a useful link Co-authored-by: Sebastiaan van Stijn --- desktop/windows/troubleshoot.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/desktop/windows/troubleshoot.md b/desktop/windows/troubleshoot.md index 12d7f0dc9f..57d2198825 100644 --- a/desktop/windows/troubleshoot.md +++ b/desktop/windows/troubleshoot.md @@ -274,7 +274,7 @@ Your machine must have the following features for Docker Desktop to function cor 1. Virtual Machine Platform 2. [Windows Subsystem for Linux](https://docs.microsoft.com/en-us/windows/wsl/install-win10){:target="_blank" rel="noopener" class="_"} -3. Virtualization enabled in the BIOS +3. [Virtualization enabled in the BIOS](https://bce.berkeley.edu/enabling-virtualization-in-your-pc-bios.html){:target="_blank" rel="noopener" class="_"} 4. Hypervisor enabled at Windows startup ![WSL 2 enabled](images/wsl2-enabled.png){:width="600px"} @@ -285,7 +285,7 @@ On Windows 10 Pro or Enterprise, you can also use Hyper-V with the following fea 1. [Hyper-V](https://docs.microsoft.com/en-us/windows-server/virtualization/hyper-v/hyper-v-technology-overview){:target="_blank" rel="noopener" class="_"} installed and working -2. Virtualization enabled in the BIOS +2. [Virtualization enabled in the BIOS](https://bce.berkeley.edu/enabling-virtualization-in-your-pc-bios.html){:target="_blank" rel="noopener" class="_"} 3. Hypervisor enabled at Windows startup ![Hyper-V on Windows features](images/hyperv-enabled.png){:width="600px"}