update url to 21H2

This commit is contained in:
2022-09-01 16:03:47 -04:00
parent 8ac84de36f
commit 7c1d5d1f24
+1 -1
View File
@@ -8,7 +8,7 @@ If ( IsWindowsVersion -ge "10.0" ) {
$DOWNLOADS = $Env:TEMP
## URL to the Windows Update Assistant
$URL = 'https://download.microsoft.com/download/3/0/1/301147e7-e3d3-467e-a9eb-003a72840887/Windows10Upgrade9252.exe'
$URL = 'https://download.microsoft.com/download/4/1/0/410b6165-c770-4944-b074-ecbe9461034c/Windows10Upgrade9252.exe'
## Uninstall previous Windows 10 Update Assistant
If ( Test-Path "${Env:SystemDrive}\Windows10Upgrade\Windows10UpgraderApp.exe" )