I have a network printer that is properly shared under Windows 7 on network with Windows 7 computers, but when configuring it in command prompt with:

net use lpt1: \\zzzz\laser /persistent:yes

then it requires a user name and password. How can I configure the printer so that this is no longer required?

link|improve this question
@Feroz, next time please take some more time to properly phrase your question. Not everyone is willing to decypher your question, so your less likely to receive an answer. Good luck on your next question! – Ivo Flipse Apr 27 '10 at 5:59
feedback

1 Answer

Maybe you need to specify your default username and password:

net use [{DeviceName | *}] [\ComputerName\ShareName[\volume]] [{Password | *}]] [/user:[DomainName]UserName]

link|improve this answer
feedback

Your Answer

 
or
required, but never shown