Windows 10 In Place Upgrade?
Andrew Gresbach
working through some windows 10 20h2 CU update issues (fails at 98% at the post reboot step) and running out of ideas. it was suggested that we try an in place upgrade to reinstall the OS/ keep files and apps. curious how i can do this w/ pdq? i know its probably similar to doing a Win10 upgrade w/ the setup.exe but just not sure the silent triggers for this specific need to make sure it selects keep all files and apps, etc
0
Comments
or i wonder if i just use my existing package that we use to upgrade from 1909 to 20h2 using the same 20h2 media?
/auto Upgrade /quiet /Compat IgnoreWarning /showoobe none /DynamicUpdate Enable /Telemetry Disable /MigrateDrivers All
I used the same package and just replaced the extracted media from a 21H1 version and haven't been having any issues.
Actually, my command is a little different:
/auto Upgrade /quiet /Compat IgnoreWarning /showoobe none /DynamicUpdate Disable /Telemetry Disable /MigrateDrivers All
i was just looking at the dynamicupdate trigger......if thats set to enabled and i'm using the 20h2 media, would that upgrade it to 21h2?....ultimately what i'm hoping to do is run an in place upgrade w/ the 20h2 media to reinstall the same 20h2 version but get the latest cumulative update (part of the issue i'm told)
I don't think it would upgrade to 21H2. For the latest CU, I do the in-place upgrade first, let that complete and then either have an additional step to install the latest Windows Updates auto-package, or do it as a separate deployment.
i thought about that too.......so the main issue here is any CU recently installs initially but the post install reboot get to 98% and then goes into cannot install, undoing changes for 30 min. wondering if the suggestion for an inplace upgrade makes the cu install properly in that step.
so is it safe to assume setting /dynamicupdate to enabled would just go out to pull down the latest windows patches for that feature update (taking longer of course). wanting to stick on 20h2 for sure
According to Microsoft, DynamicUpdate would install the latest CU:
What is updated by Dynamic Update?
There are several core components that can be updated by Dynamic Update, including:
just was reading the same thing! thank you for the help here. only one way to find out i guess!