From c7611bf42514a491d24472141ba372ee3ab94e86 Mon Sep 17 00:00:00 2001 From: Mathieu Champlon Date: Fri, 24 Oct 2025 12:02:01 +0200 Subject: [PATCH] DKP-2513 Add back support for Windows 10 (#23600) ## Description Microsoft have stopped support for Windows 10. However, they extended the security updates by one year: https://www.microsoft.com/windows/extended-security-updates. ## Related issues or tickets Follow-up to #23584 https://docker.atlassian.net/browse/DKP-2513 ## Reviews - [ ] Editorial review - [ ] Product review --------- Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com> --- content/manuals/desktop/release-notes.md | 2 +- content/manuals/desktop/setup/install/windows-install.md | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/content/manuals/desktop/release-notes.md b/content/manuals/desktop/release-notes.md index 199c83ef19..1b2a94f93a 100644 --- a/content/manuals/desktop/release-notes.md +++ b/content/manuals/desktop/release-notes.md @@ -38,7 +38,7 @@ For more frequently asked questions, see the [FAQs](/manuals/desktop/troubleshoo > [!IMPORTANT] > -> Support for Windows 10 and 11 22H2 (19045) has ended. Installing Docker Desktop will require Windows 11 23H2 in the next release. +> Support for Windows 10 21H2 (19044) and 11 22H2 (22621) has ended. Installing Docker Desktop will require Windows 10 22H2 (19045) or Windows 11 23H2 (22631) in the next release. ### New diff --git a/content/manuals/desktop/setup/install/windows-install.md b/content/manuals/desktop/setup/install/windows-install.md index 052e6a9eec..11460d08c9 100644 --- a/content/manuals/desktop/setup/install/windows-install.md +++ b/content/manuals/desktop/setup/install/windows-install.md @@ -48,7 +48,8 @@ _For checksums, see [Release notes](/manuals/desktop/release-notes.md)_ {{< tab name="WSL 2 backend, x86_64" >}} - WSL version 2.1.5 or later. -- Windows 11 64-bit: Enterprise, Pro, or Education version 23H2 or higher. +- Windows 10 64-bit: Enterprise, Pro, or Education version 22H2 (build 19045). +- Windows 11 64-bit: Enterprise, Pro, or Education version 23H2 (build 22631) or higher. - Turn on the WSL 2 feature on Windows. For detailed instructions, refer to the [Microsoft documentation](https://docs.microsoft.com/en-us/windows/wsl/install-win10). - The following hardware prerequisites are required to successfully run @@ -72,7 +73,8 @@ For more information on setting up WSL 2 with Docker Desktop, see [WSL](/manuals {{< /tab >}} {{< tab name="Hyper-V backend, x86_64" >}} -- Windows 11 64-bit: Enterprise, Pro, or Education version 23H2 or higher. +- Windows 10 64-bit: Enterprise, Pro, or Education version 22H2 (build 19045). +- Windows 11 64-bit: Enterprise, Pro, or Education version 23H2 (build 22631) or higher. - Turn on Hyper-V and Containers Windows features. - The following hardware prerequisites are required to successfully run Client Hyper-V on Windows 10: @@ -96,7 +98,8 @@ For more information on setting up WSL 2 with Docker Desktop, see [WSL](/manuals {{< tab name="WSL 2 backend, Arm (Early Access)" >}} - WSL version 2.1.5 or later. -- Windows 11 64-bit: Enterprise, Pro, or Education version 23H2 or higher. +- Windows 10 64-bit: Enterprise, Pro, or Education version 22H2 (build 19045). +- Windows 11 64-bit: Enterprise, Pro, or Education version 23H2 (build 22631) or higher. - Turn on the WSL 2 feature on Windows. For detailed instructions, refer to the [Microsoft documentation](https://docs.microsoft.com/en-us/windows/wsl/install-win10). - The following hardware prerequisites are required to successfully run