I needed to remove the Microsoft Document Image Writer from about 2000 machines on my network, so I wrote a quote .bat file as a logon script. Works like a charm!
rem ************************************************
rem this removes the MS Office Document Image Writer
rem ************************************************
c:
cd \windows\system32\
cscript prnmngr.vbs -d -p “Microsoft Office Document Image Writer”