Fix: Windows 10 LTSB/LTSC Cumulative Update Installation

Since Windows 10 is out of support and only allows ESU updates, LTSB/LTSC builds are impacted by this and are unable to be offline serviced.

This commit fixes that by installing the CU in the VM, staging the update in a LTSCUpdate folder in the Apps folder.
This commit is contained in:
rbalsleyMSFT
2026-02-13 17:25:26 -08:00
parent 6e6abfe833
commit 42b0b0c350
5 changed files with 250 additions and 20 deletions
@@ -30,6 +30,7 @@ $scriptPath = Split-Path -Parent $MyInvocation.MyCommand.Definition
# Define the list of scripts to run
$scriptList = @(
"Install-LTSCUpdate.ps1",
"Update-Defender.ps1",
"Install-Office.ps1",
"Update-MSRT.ps1",