How to Disable the Enable bi-directional support?

  • Thread starter Thread starter anonymous
  • Start date Start date
A

anonymous

Hi All,

Can somebody please tell me how to disable the Enable bi-directional support
check box in the ports property page programmatically?
Is there any registry settings?

Thanks,
John.
 
pick up the Resource Kit
http://www.microsoft.com/downloads/...69-57ff-4ae7-96ee-b18c4790cffd&DisplayLang=en

use setprinter.exe

setprinter "" 2 attributes=-bidi

this will change any local printer that is enabled. It will just silently
fail if the port is not bidi enabled.

you can run this to a remote target as well
\
setprinter \\printserver 2 attributes=-bidi
--
Alan Morris
Windows Printing Team
Search the Microsoft Knowledge Base here:
http://support.microsoft.com/default.aspx?scid=fh;[ln];kbhowto

This posting is provided "AS IS" with no warranties, and confers no rights.
 
Back
Top