From d7e4582321bba52c3bc607cbba47a18b653a51f1 Mon Sep 17 00:00:00 2001 From: Mathieu Champlon Date: Wed, 27 Apr 2022 09:43:23 +0200 Subject: [PATCH] Remove support for windows versions which are not supported by microsoft anymore The actual end of support date for these is May 10, 2022. --- desktop/windows/install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/desktop/windows/install.md b/desktop/windows/install.md index 9d36785e00..dbaa39c97b 100644 --- a/desktop/windows/install.md +++ b/desktop/windows/install.md @@ -41,7 +41,7 @@ Your Windows machine must meet the following requirements to successfully instal ### WSL 2 backend - Windows 11 64-bit: Home or Pro version 21H2 or higher, or Enterprise or Education version 21H2 or higher. -- Windows 10 64-bit: Home or Pro 2004 (build 19041) or higher, or Enterprise or Education 1909 (build 18363) or higher. +- Windows 10 64-bit: Home or Pro 21H1 (build 19043) or higher, or Enterprise or Education 20H2 (build 19042) or higher. - Enable the WSL 2 feature on Windows. For detailed instructions, refer to the [Microsoft documentation](https://docs.microsoft.com/en-us/windows/wsl/install-win10){: target="_blank" rel="noopener" class="_"}. - The following hardware prerequisites are required to successfully run @@ -60,7 +60,7 @@ WSL 2 on Windows 10 or Windows 11: ### Hyper-V backend and Windows containers - Windows 11 64-bit: Pro version 21H2 or higher, or Enterprise or Education version 21H2 or higher. -- Windows 10 64-bit: Pro 2004 (build 19041) or higher, or Enterprise or Education 1909 (build 18363) or higher. +- Windows 10 64-bit: Pro 21H1 (build 19043) or higher, or Enterprise or Education 20H2 (build 19042) or higher. For Windows 10 and Windows 11 Home, see [System requirements for WSL 2 backend](#wsl-2-backend). - Hyper-V and Containers Windows features must be enabled.