Any way to uninstall a hotfix?
Every once in a while we get a hotfix in the Windows/Office updates that won't play nice in our environment. We typically have a small handful of people who actually experience a performance problem as a result, so we generally uninstall the hotfixes (after blocking them from reinstalling) onesie-twosies for anyone who needs it so they can resume work sooner. (I don't handle WSUS or GP, so I'm looking for a more accessible and immediately useful solution.)
Is there a way either in Inventory or Deploy to uninstall the specific problematic hotfixes? Our general policy is to reboot PCs at EOD so anyone who doesn't notice a problem with the patch never will at that point; but handling the urgent cases takes a lot of IT's time the morning after patches get pushed through. (I think we'd all like that time to sip our fancy coffees instead of fix the hotmess hotfixes!)
Thanks in advance!
Comments
Office updates in particular are the more terrifying of the two. In the past you had to wait for Microsoft to release remediation patches for Office. Most everyday Windows hot fixes uninstall fairly easily, and when lucky Office KBs as well.
In those lucky cases you can use
wusa /uninstall KB#
:Hi Monika (or Monica),
first got to this page and grab the Powershell Script:
https://gallery.technet.microsoft.com/scriptcenter/How-to-Uninstall-security-289840b3
Now create a new deployment with a Powershell Step:
First line: Import the Module (to learn the "Uninstall-OSCHotfix" Cmdlet)
Second Line: The KB uninstall string (replace with your KB number)
And now block the Update:
https://hmemcpy.com/2015/04/preventing-a-certain-windows-update-from-installing-on-windows-10/
or
https://www.maketecheasier.com/hide-updates-in-windows-10/