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.
NET USE COMMAND
Name: Sean Date: August 14, 2002 at 03:41:03 Pacific
Comment:
Hi there, i am trying to use the net use command to map to a domain with a username and password in the syntax. The problem is that there is NO password so i have just left a blank space where the password would normally go. It maps ok but keeps asking for the password which i dont want students to have to see. can u help. The syntax i have so far is:
net use k: \\server1\share /user:\\server1\student
Name: Glen Date: August 14, 2002 at 05:07:11 Pacific
Reply:
Try using "" instead of a space. So your syntax would be:
net use k: \\server1\share "" /user:\\server1\student
Hope that helps.
0
Response Number 2
Name: John Date: August 14, 2002 at 06:04:40 Pacific
Reply:
The command syntax to map a drive with a different user's creditials is: net use driveletter: \\servername\sharename /user:domainname\username You will then be asked for a password; just press enter.
You can come across this info by typing net use /?
Johnny
0
Response Number 3
Name: dude Date: August 14, 2002 at 08:30:07 Pacific
Reply:
I think that help menu is about as clear as mud. The syntax which I was able to use successfully is as follows. (spaces are important and the blank password is accessed by using "" )
net use z: \\computer1\myshare /user:workgroup\sally ""
Summary: Thanks for the URL, but that help didn't solve the problem. All examples I have found are made for the unique user, I mean the name of the user if known. I can't understand how I can use the username ...
Summary: i need to use the 'net use' command to connect remotely to a hard drive on a completely different network, basically, i need to map a drive across 2 different networks on two separate dsl lines... i ...
Summary: Hello. I am trying to use the net use command to capture a printer port for a DOS program I run on my Windows 2000 PC. However, I get a network name cannot be found error. I think it may be due to t...