diff --git a/Start-Windows10UpdateAssistant.ps1 b/Start-Windows10UpdateAssistant.ps1 index 2d524ad..7da4ec3 100644 --- a/Start-Windows10UpdateAssistant.ps1 +++ b/Start-Windows10UpdateAssistant.ps1 @@ -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" )