From afd5455ac3a87e3f9d8d7e6cfe476ae2d2b2c818 Mon Sep 17 00:00:00 2001 From: wallrik Date: Thu, 27 Jun 2024 21:40:39 +0200 Subject: [PATCH] [core] Update Windows To Go docs link --- src/wue.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wue.c b/src/wue.c index 150b2ba8..78bca00b 100644 --- a/src/wue.c +++ b/src/wue.c @@ -631,7 +631,7 @@ out: /// /// Setup a Windows To Go drive according to the official Microsoft instructions detailed at: -/// https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-8.1-and-8/jj721578(v=ws.11). +/// https://learn.microsoft.com/en-us/previous-versions/windows/it-pro/windows-10/deployment/windows-to-go/deploy-windows-to-go /// Note that as opposed to the technet guide above we use bcdedit rather than 'unattend.xml' /// to disable the recovery environment. ///