Thursday, February 24, 2022

How to uninstall windows updates in CLI commands?

 To see a list of installed patches

c:\> wmic qfe list

or
c:\> wmic qfe list brief /format:table



To uninstall a listed patch

c:\> wusa /uninstall /kb:<kbnumber>

example:

wusa /uninstall /kb:892890

No comments:

Post a Comment