Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Need help with net use for logon script
Name: Erwin Date: May 30, 2002 at 01:00:55 Pacific
Comment:
Hi! I'm trying to make a logon script for a WindowsNT PC. I'm trying to have it connect to an NT server using a specific username. The problem is that the username does not have a password. I used the following line in the script: net use \\server /user:domain\username The problem is that it still asks for a password even if it doesn't need one. At the dos prompt, i just hit and that works but its suppossed to be in a logon script so no user-interaction. Can anyone help?
didn't you hear the guy, he was asking how to do it with a BLANK password !? as far as I can see I dont think you can do it, unless there is an undocumented special character for specifying a blank password.
Summary: Hi, I'm making up fairly basic scripts so users can map network drives with just a double click. I'm trying to create a "net use" piece of script for access to their personal "network drive", however ...
Summary: The standard syntax for logon scripts are: net use Drive: \\Server\Share You can also map printers by using: net use LPT[Port Number] \\Server\PrinterShare Those are the most common. It really depend...