Forum Discussion
AshishChadha
May 21, 2020Copper Contributor
windows 10 upgrade
In a windows 10 OS upgrade Task Sequence, how to add a roll back to previous version step in case of failure.
- May 21, 2020
See https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/dism-uninstallos-command-line-options#initiate-osuninstall for how to invoke an uninstall at a later time. Note that this requires the Windows.old folder to still exist; you can configure how long that folder is kept via group policy.
AshishChadha
May 21, 2020Copper Contributor
Michael Niehaus Yes.
Michael Niehaus
May 21, 2020Former Employee
See https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/dism-uninstallos-command-line-options#initiate-osuninstall for how to invoke an uninstall at a later time. Note that this requires the Windows.old folder to still exist; you can configure how long that folder is kept via group policy.