You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/update-windows-iso.md
+19-18Lines changed: 19 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,12 +43,12 @@ Alternatively, you can find download links [here](https://massgrave.dev/genuine-
43
43
44
44
### Option 2: Manually Update ISOs
45
45
46
-
**Applies to:** Windows 10and Windows 11
46
+
**Applies to:** Windows 10, Windows 11, and Windows Server 2025, 23H2, 2022
47
47
48
48
:::info
49
49
50
-
- To create an updated ISO for **Windows 10**, your host operating system must be **Windows 8.1 or newer**.
51
-
- To create an updated ISO for **Windows 11**, your host operating system must be **Windows 10 version 2004 or later**, or **Windows 11**.
50
+
- To create an updated **Windows 10** ISO, your host operating system must be **Windows 8.1 or newer**.
51
+
- To create an updated **Windows 11** ISO, your host operating system must be **Windows 10 version 2004 or later**, or **Windows 11**.
52
52
53
53
:::
54
54
@@ -61,28 +61,29 @@ Follow these steps to manually create an updated Windows ISO:
61
61
- Get [W10UI](https://forums.mydigitallife.net/posts/1216064/).
62
62
Alternative links: [Link 1](https://kutt.it/W10UI) / [Link 2](https://tiny.cc/W10UI).
63
63
64
-
3.**Download Updates**
65
-
- Go to [UUP Dump](https://uupdump.net/).
66
-
- From the dropdown menu, choose the correct version (e.g., *Windows 10 21H2* for Windows 10 LTSC 2021).
67
-

68
-
- Select the latest build **that does not include “Cumulative Update”** in its name. It should say “Feature update” or simply “Windows 10/11”.
69
-
- On the next page, click the !updates button as shown below:
70
-

71
-
- A list of update files will appear.
72
-
Right-click on the link > **Open in new tab** > in the new tab, right-click again > **Save link as** to download.
73
-
Repeat for all files.
74
-

75
-
-Download the “File renaming script” listed on the same page and run it.
76
-
It will rename all update files correctly. Verify that all file names are correct and all updates are downloaded.
64
+
3.**Download Updates**
65
+
- Go to [UUP Dump](https://uupdump.net/). (This site provides official Microsoft update links.)
66
+
- From the dropdown menu, choose the correct version. For example:
67
+
- For **Windows 10 LTSC 2021**, choose **Windows 10 21H2**
68
+
- For **Windows 11 LTSC 2024**, choose **Windows 11 24H2**
69
+
- For **Windows Server 2025**, choose **Windows 11 24H2** (the update files are the same; the Server 2025 entry doesn’t show the full list)
70
+
- For **Windows Server 2022**, choose **Windows Server 21H2**
71
+
- A list will appear. Select the latest build that **does not include “Cumulative Update”** in its name. It should be labeled “Feature update” or “Windows 10/11.”
72
+
- On the next page, it will ask you to choose a language - no need to change it, just click **Next**.
73
+
- On the following page, it will ask you to choose an edition - again, no need to change anything, just click **Next**.
74
+
- On the next page, click the button named **Create download package for these updates**.
75
+
-Extract the downloaded ZIP file and run the script named `uup_download_windows.cmd`.
76
+
-It will download all the update files into a folder named `UUPs`.
77
77
78
78
4.**Mount the ISO**
79
79
- Right-click the downloaded Windows ISO > **Mount**.
80
80
81
81
5.**Set Up the Working Directory**
82
82
- Extract the downloaded W10UI zip file.
83
83
- Create a folder named `Files` in D drive (e.g., `D:\Files`), avoiding spaces and special characters.
84
-
- Copy all update files and the extracted `W10UI.cmd` file into this folder.
85
-
The folder should look like this:
84
+
- Copy the extracted `W10UI.cmd` file into this folder.
85
+
- Copy all the update files downloaded earlier (from the `UUPs` folder) into this folder.
0 commit comments