Skip to content

Commit a69e9d6

Browse files
committed
Update "Update Windows ISO" guide
1 parent 73149f0 commit a69e9d6

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/troubleshoot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
- **Make sure** you are using the latest version.
44

5-
- **Reach out to us** on [Discord](https://discord.gg/yJ8phEmbw9) (signup not required) or [GitHub](https://github.com/gravesoft) with an error screenshot.
5+
- **Reach out to us** on [Discord](https://discord.gg/yJ8phEmbw9) (signup not required) or [GitHub](https://github.com/gravesoft/gravesoft.dev/discussions) with an error screenshot.
66

77
import DiscordBadge from '@site/src/components/DiscordBadge';
88

docs/update-windows-iso.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Follow these steps to manually create an updated Windows ISO:
6363

6464
3. **Download Updates**
6565
- 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+
(We are using this site here only to fetch official Microsoft update files. Generating ISOs from this site for general use is not recommended; use them for evaluation purposes only.)
6767
- From the dropdown menu, choose the correct version. For example:
6868
- For **Windows 10 LTSC 2021**, choose **Windows 10 21H2**
6969
- For **Windows 11 LTSC 2024**, choose **Windows 11 24H2**
@@ -72,15 +72,15 @@ Follow these steps to manually create an updated Windows ISO:
7272
- 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.”
7373
- On the next page, it will ask you to choose a language - no need to change it, just click **Next**.
7474
- On the following page, it will ask you to choose an edition - again, no need to change anything, just click **Next**.
75-
- On the next page, click the button named **Create download package for these updates**.
76-
- Extract the downloaded ZIP file and run the script named `uup_download_windows.cmd`.
75+
- On the final summary page, click the button named **Create download package for these updates**.
76+
- Extract all the contents of the downloaded ZIP file, then run the script named `uup_download_windows.cmd`.
7777
- It will download all the update files into a folder named `UUPs`.
7878
- **Download .NET Updates**
7979
- The package above includes .NET updates **only** for Windows 11 build 22H2 and newer.
8080
If you’re updating **Windows 10** or **Server 2022** ISOs, download the .NET updates separately.
8181
You can skip this step if you’re updating **Windows 11** or **Server 2025** ISOs.
8282
- 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)
83+
- **Windows 10 LTSC 2021 (21H2) / Windows 10 22H2** - [x64](https://www.catalog.update.microsoft.com/Search.aspx?q=3.5+-4.8.1+22H2+1903+Updates+x64) / [x86](https://www.catalog.update.microsoft.com/Search.aspx?q=3.5+-4.8.1+22H2+1903+Updates+-x64+-ARM64) / [ARM64](https://www.catalog.update.microsoft.com/Search.aspx?q=3.5+-4.8.1+22H2+1903+Updates+ARM64)
8484
- **Windows Server 2022** - [x64](https://www.catalog.update.microsoft.com/Search.aspx?q=3.5+-4.8.1+21H2+Server+Updates)
8585
- Copy and paste the downloaded file into the same `UUPs` folder where other download files are saved.
8686

0 commit comments

Comments
 (0)