35 How to find WSUS/ windows updates and uninstall them?

In the below CMD script:-

  1. Please run the below command as needed.
In case of any hurdle, please Contact Us

Command to find windows updates

wmic qfe list full /format:table

Command to remove specific KB article from the listed windows update.

wusa /uninstall /kb:<id>
example wusa /uninstall /kb:5011495