rundll32 printui.dll,PrintUIEntry

  • Thread starter Thread starter Nik
  • Start date Start date
N

Nik

I am looking for a complete list of all "attributes" available in rundll32
printui.dll,PrintUIEntry such as +shared, -shared, enablebidi ect.. It seem
to be hard to get via google or rundll32 printui.dll,PrintUIEntry /?.

In this case am l trying to disable "advanced printing features" on 180
printqueues, hopefully i do not have to do them all by hand :)

thank you

nik
 
found the attribute for disabling EMF spooling.

rundll32 printui.dll,PrintUIEntry /Xs /n \\printserver\printer
attributes -rawonly - will disable advanced printing features for that
particlar printer.

/nik
 
Back
Top