Powershell script to uninstall win 10 1909 feature update.
Question
Hi,
From windows servicing I have installed win 10 1909 feature update. Now I want to roll back to previous version. I have done the roll back manually from settings then recovery then go back to previous version. But it will help if any powershell script. As manually it is difficult for many users.
Answers ( 4 )
There is uninstall option for Windows 10 update rings right? will this not work?
I don’t think there is any out of the box available
Some scripting samples are available here ….
https://github.com/Microsoft/Intune-PowerShell-SDK/blob/master/Samples/README.md
Additional Note – This feature is available only if you Windows Update for Business via Intune.
I don’t know whether you are using WSUS for updates or WUfB
Hello, Why do you want to uninstall feature Update? Is there any specific reason.
When you will attempt to run the command wusa.exe /uninstall /kb: | You might encounter with an error.
Check this Post for more details – https://www.kapilarya.com/how-to-use-dism-to-manage-feature-updates-in-windows-10
Just in case any issue then roll back to the previous version. That is why I am asking