We recently had a problem with a KB article which caused a lot of problems with printing using Terminal Server (and printer redirection).
The best way to solve this problem was to uninstall the KB article that was causing the problem.
We could not find the uninstall string for this update, so we decided that the best way to uninstall the program was using wusa.exe.
I decided to write a procedure which should do the trick for us. it simply asks for the KB article, and then runs C:\Windows\System32\wusa.exe /uninstall /kb:KBNo /quiet /norestart
The procedure is simple, but effective :).