How To Bulk Uninstall Windows Updates
How To Bulk Uninstall Windows Updates
3. Get the date the updates were installed on from the c:\list.txt then use that date for the next step.
4. Open c:\list.txt > Edit > Replace > Find what: kb | Replace with: <blank>
5. Again, Edit > Replace > Find what: MM/DD/YYY | Replace with <blank>
@echo of
)
echo "Uninstallations Complete."
echo.echo "Rebooting..."
echo.
shutdown /r
NOTE: Replace MM/DD/YYYY with date listed under 'InstalledOn' in the 'c:\list.txt' for the updates you
wish to uninstall.
Your c:\list.txt file should look like this and nothing else:
123456
123456
123456
123456
123456
(the numbers above will vary based on the KB number associated with it; you won't necessarily see
'123456')