From 9b0bf64ce3f224ef061fd45b19875c72ff2dcf55 Mon Sep 17 00:00:00 2001 From: NTDEV <38796849+ntdevlabs@users.noreply.github.com> Date: Sat, 25 Feb 2023 19:18:35 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ede5b5f..d1fed4e 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This is a script to automate the build of a streamlined Windows 11 image, simila My main goal is to use only Microsoft utilities like DISM, and nothing external. The only executable included is oscdimg.exe, which is provided in the Windows ADK and it is used to create bootable ISO images. Also included is an unattended answer file, which is used to bypass the MS account on OOBE and to deploy the image with the /compact flag. It's open-source, so feel free to add or remove anything you want! Feedback is also much appreciated. -As of now, only build 2262.525 (the one that can be downloaded from the Microsoft website) and 22621.1255 (the latest public build) are supported. +As of now, only build 2262.525 (the one that can be downloaded from the Microsoft website) and 22621.1265 (the latest public build) are supported. Instructions: 1. Download Windows 11 22621.1265 from UUPDump or 22621.525 from the Microsoft website (https://www.microsoft.com/software-download/windows11)