Using one of the following commands we can uninstall the specific Windows Update
No Restart:
wusa /uninstall /kb:999999 /quiet /norestart
Force Restart:
wusa /uninstall /kb:999999 /quiet /forcestart
Where 999999 is the specific Windows update you wish to uninstall. You can also put this in a batch file.