How to Disable the Enable bi-directional support?

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.
 
A

Alan Morris\(MSFT\)

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top