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
+12-3Lines changed: 12 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,14 +55,15 @@ Alternatively, you can find download links [here](https://massgrave.dev/genuine-
55
55
Follow these steps to manually create an updated Windows ISO:
56
56
57
57
1.**Download the base ISO**
58
-
- Get the official ISO from [MSDL](https://msdl.gravesoft.dev/) or [Microsoft](https://www.microsoft.com/en-us/software-download/).
58
+
- Get the official ISO from [MSDL](https://msdl.gravesoft.dev/) or [Microsoft](https://www.microsoft.com/en-us/software-download/) (Download ISO file directly; Media Creation Tool ISOs won’t work here.) or [here](https://massgrave.dev/genuine-installation-media).
59
59
60
60
2.**Download W10UI**
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
64
3.**Download Updates**
65
-
- Go to [UUP Dump](https://uupdump.net/). (This site provides official Microsoft update links.)
65
+
- Go to [UUP Dump](https://uupdump.net/).
66
+
(We are using this site here only to fetch official Microsoft update files. Downloading ISOs from this site for general use is not recommended; use them for evaluation purposes only.)
66
67
- From the dropdown menu, choose the correct version. For example:
67
68
- For **Windows 10 LTSC 2021**, choose **Windows 10 21H2**
68
69
- For **Windows 11 LTSC 2024**, choose **Windows 11 24H2**
@@ -74,13 +75,21 @@ Follow these steps to manually create an updated Windows ISO:
74
75
- On the next page, click the button named **Create download package for these updates**.
75
76
- Extract the downloaded ZIP file and run the script named `uup_download_windows.cmd`.
76
77
- It will download all the update files into a folder named `UUPs`.
78
+
-**Download .NET Updates**
79
+
- The package above includes .NET updates **only** for Windows 11 build 22H2 and newer.
80
+
If you’re updating **Windows 10** or **Server 2022** ISOs, download the .NET updates separately.
81
+
You can skip this step if you’re updating **Windows 11** or **Server 2025** ISOs.
82
+
- Open the appropriate link below based on your ISO version and download the latest month's file.
- **Windows Server 2022** - [x64](https://www.catalog.update.microsoft.com/Search.aspx?q=3.5+-4.8.1+21H2+Server+Updates)
85
+
- Copy and paste the downloaded file into the same `UUPs` folder where other download files are saved.
77
86
78
87
4.**Mount the ISO**
79
88
- Right-click the downloaded Windows ISO > **Mount**.
80
89
81
90
5.**Set Up the Working Directory**
82
91
- Extract the downloaded W10UI zip file.
83
-
- Create a folder named `Files`in D drive (e.g., `D:\Files`), avoiding spaces and special characters.
92
+
- Create a folder named `Files`on the C or D drive (e.g., `D:\Files`), avoiding spaces or special characters. Make sure you have at least 40-50 GB of free space available.
84
93
- Copy the extracted `W10UI.cmd` file into this folder.
85
94
- Copy all the update files downloaded earlier (from the `UUPs` folder) into this folder.
0 commit comments