Windows 10 v.1809 to 1909 update using KB

Hi,
We’re trying to update Windows 10 v.1809 clients to v.1909. Update using ISO is failing. Is there a KB we can use/deploy just like v.1903 to v.1909 (KB4517245)?

Thanks!

Is this what you are using?

Fixlet ID# 1111414
Name: Windows 10 Business Editions Version 1909 Available - Windows 10 (x64) (English (United States))

1 Like

Hi Viking,

Thanks for replying. Yes, that’s the one we’re using, but it’s failing.

What is the error that you are getting and did you verify the sha256 of the iso?

Hi Viking,
We were able to pinpoint the root cause of the issue. It was the GPO that restricts mounting of ISO to machines. Is there any other way we can deploy it wihtout using mounting option for ISO?

Pretty sure you need to be able to mount the iso… bigfix or otherwise.

You could extract the iso to a folder and then run setup.exe from there.

//Extract to Windows\Temp
wait "c:\windows\temp\7z.exe" x "c:\windows\temp\en_windows_10_business_editions_version_1909_x64_dvd_ada535d0.iso " -oc:\windows\temp\win10 -aoa
1 Like