Skip to content

Commit 73149f0

Browse files
committed
Add .NET Updates info in Update ISO guide
1 parent 4a40299 commit 73149f0

1 file changed

Lines changed: 12 additions & 3 deletions

File tree

docs/update-windows-iso.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,15 @@ Alternatively, you can find download links [here](https://massgrave.dev/genuine-
5555
Follow these steps to manually create an updated Windows ISO:
5656

5757
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).
5959

6060
2. **Download W10UI**
6161
- Get [W10UI](https://forums.mydigitallife.net/posts/1216064/).
6262
Alternative links: [Link 1](https://kutt.it/W10UI) / [Link 2](https://tiny.cc/W10UI).
6363

6464
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.)
6667
- From the dropdown menu, choose the correct version. For example:
6768
- For **Windows 10 LTSC 2021**, choose **Windows 10 21H2**
6869
- For **Windows 11 LTSC 2024**, choose **Windows 11 24H2**
@@ -74,13 +75,21 @@ Follow these steps to manually create an updated Windows ISO:
7475
- On the next page, click the button named **Create download package for these updates**.
7576
- Extract the downloaded ZIP file and run the script named `uup_download_windows.cmd`.
7677
- 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.
83+
- **Windows 10 LTSC 2021 (21H2) / Windows 10 22H2** - [x64](https://www.catalog.update.microsoft.com/Search.aspx?q=3.5%20-4.8.1%2022H2%201903%20Updates%20x64) / [x86](https://www.catalog.update.microsoft.com/Search.aspx?q=3.5%20-4.8.1%2022H2%201903%20Updates%20-x64%20-ARM64) / [ARM64](https://www.catalog.update.microsoft.com/Search.aspx?q=3.5%20-4.8.1%2022H2%201903%20Updates%20ARM64)
84+
- **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.
7786

7887
4. **Mount the ISO**
7988
- Right-click the downloaded Windows ISO > **Mount**.
8089

8190
5. **Set Up the Working Directory**
8291
- 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.
8493
- Copy the extracted `W10UI.cmd` file into this folder.
8594
- Copy all the update files downloaded earlier (from the `UUPs` folder) into this folder.
8695
Your folder should look like this:

0 commit comments

Comments
 (0)