update url to 21H2
This commit is contained in:
@@ -8,7 +8,7 @@ If ( IsWindowsVersion -ge "10.0" ) {
|
|||||||
$DOWNLOADS = $Env:TEMP
|
$DOWNLOADS = $Env:TEMP
|
||||||
|
|
||||||
## URL to the Windows Update Assistant
|
## 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
|
## Uninstall previous Windows 10 Update Assistant
|
||||||
If ( Test-Path "${Env:SystemDrive}\Windows10Upgrade\Windows10UpgraderApp.exe" )
|
If ( Test-Path "${Env:SystemDrive}\Windows10Upgrade\Windows10UpgraderApp.exe" )
|
||||||
|
|||||||
Reference in New Issue
Block a user