diff --git a/docs/genuine-installation-media.md b/docs/genuine-installation-media.md index 6e7a5ab..63a6eb2 100644 --- a/docs/genuine-installation-media.md +++ b/docs/genuine-installation-media.md @@ -34,6 +34,7 @@ Activation with [MAS](intro.md#how-to-activate-windows--office--extended-updates #### Guides - [Clean Install Windows](https://gravesoft.dev/clean_install_windows) +- [Manually Update Windows ISOs](https://gravesoft.dev/update-windows-iso) - [In-place Repair Upgrade (Keeping files and apps)](https://gravesoft.dev/in-place_repair_upgrade) - [Windows 11 on Unsupported Hardware](https://gravesoft.dev/clean_install_windows#windows-11-on-unsupported-hardware) - [Edition List During Windows Installation](https://gravesoft.dev/clean_install_windows#edition-list-during-windows-installation) diff --git a/docs/windows-server-links.md b/docs/windows-server-links.md index c66d8d2..cc49deb 100644 --- a/docs/windows-server-links.md +++ b/docs/windows-server-links.md @@ -9,6 +9,7 @@ All download links lead to genuine files only. - [**FAQ**](genuine-installation-media.md#faq) - [How to ensure that these files are genuine?](genuine-installation-media.md#verify-authenticity-of-files) - **Windows Server 2008 and later can be permanently activated with TSforge option in MAS.** +- Microsoft provides monthly updated ISOs for Server 2025 and 2022 on the third Tuesday of each month. However, you can [manually update Windows ISO file](https://gravesoft.dev/update-windows-iso) if needed. ------------------------------------------------------------------------ diff --git a/docs/windows_10_links.md b/docs/windows_10_links.md index cc2df47..96db948 100644 --- a/docs/windows_10_links.md +++ b/docs/windows_10_links.md @@ -10,6 +10,7 @@ All download links lead to genuine files only. - [Windows 10 updates after End-Of-Life.](windows10_eol.md) - [How to ensure that these files are genuine?](genuine-installation-media.md#verify-authenticity-of-files) - The Consumer ISO includes all editions, such as Home, Pro, and Education, but excludes the Enterprise edition. In contrast, the Business ISO includes all editions except for the Home versions. +- Microsoft provides monthly updated ISOs for consumer and business versions on the third Tuesday of each month. However, you can [manually update Windows ISO file](https://gravesoft.dev/update-windows-iso) if needed. --- diff --git a/docs/windows_11_links.md b/docs/windows_11_links.md index 40f6557..501123b 100644 --- a/docs/windows_11_links.md +++ b/docs/windows_11_links.md @@ -12,6 +12,7 @@ All download links lead to genuine files only. - [How to bypass Windows 11 Internet and Microsoft Account requirements?](https://gravesoft.dev/clean_install_windows#bypass-windows-11-internet-and-microsoft-account-requirements) - [How to clean install Windows 11 IoT Enterprise 25H2 in Non-English language? How to install Windows 11 on unsupported hardware?](https://gravesoft.dev/clean_install_windows#windows-11-on-unsupported-hardware) +- Microsoft provides monthly updated ISOs for consumer and business versions on the third Tuesday of each month. However, you can [manually update Windows ISO file](https://gravesoft.dev/update-windows-iso) if needed. ------------------------------------------------------------------------ diff --git a/docs/windows_arm_links.md b/docs/windows_arm_links.md index ae11f8c..b0d27a3 100644 --- a/docs/windows_arm_links.md +++ b/docs/windows_arm_links.md @@ -10,6 +10,7 @@ All download links lead to genuine files only. - You need an ARM64 processor (CPU) to install Windows ARM64 architecture OS. - [How to ensure that these files are genuine?](genuine-installation-media.md#verify-authenticity-of-files) - The Consumer ISO includes all editions, such as Home, Pro, and Education, but excludes the Enterprise edition. In contrast, the Business ISO includes all editions except for the Home versions. +- Microsoft provides monthly updated ISOs for consumer and business versions on the third Tuesday of each month. However, you can [manually update Windows ISO file](https://gravesoft.dev/update-windows-iso) if needed. ------------------------------------------------------------------------ diff --git a/docs/windows_ltsc_links.md b/docs/windows_ltsc_links.md index b1dae64..29492ba 100644 --- a/docs/windows_ltsc_links.md +++ b/docs/windows_ltsc_links.md @@ -11,6 +11,7 @@ All download links lead to genuine files only. - [**FAQ**](genuine-installation-media.md#faq) - [How to ensure that these files are genuine?](genuine-installation-media.md#verify-authenticity-of-files) - Microsoft provides Evaluation ISO public [links](https://www.microsoft.com/en-us/evalcenter) for Windows LTSC releases, but as the name states, those ISOs are for evaluation purposes and can not be activated for more than 90 days. Below listed ISOs are full version that can be activated. +- Microsoft does not provide monthly updated ISOs for LTSC editions. However, you can [manually update Windows ISO file](https://gravesoft.dev/update-windows-iso) if needed. #### What is LTSC, and is it the right choice for you? diff --git a/sidebars.js b/sidebars.js index 31e06a1..e6b8aa0 100644 --- a/sidebars.js +++ b/sidebars.js @@ -98,6 +98,12 @@ const sidebars = { description: 'Scripts may show an error related to Powershell not working.' }, 'powershell-on-legacy-windows', + { + type: 'link', + label: 'Update Windows ISO', + href: 'https://gravesoft.dev/update-windows-iso', + description: 'Guide on how to manually update Windows ISO file.' + }, { type: 'link', label: 'In-Place Repair Upgrade',