Disconnected Network Drive

merid

Distinguished
Apr 18, 2006
63
0
18,630
i am trying to map a network drive befor login. to do this i am using this service. autoexnt.exe i am running this batch script:
@echo off
net use Y: \\academic\Academic password /USER:college.edu\username /PERSISTENT:NO


when i login the drive appears to be mapped but disconnected. but the name of the map is "Disconnected Network Drive( Y: )" and the state is "Disconnected Network Drive" but when i click on it, the drive opens just fine.

i'm at a loss..why is this happening?
 

jjw

Distinguished
Mar 29, 2006
232
0
18,680
MS documentation...

I don't really see anything wrong with what you have. I don't know why you are doing this before you log in. Why not put the script in your startup folder, that way it will start when you log in.
 

merid

Distinguished
Apr 18, 2006
63
0
18,630
because i need it for a vpn connection? (my boss told me to find out how to do it and didnt exactly give me the full explanation)
 

merid

Distinguished
Apr 18, 2006
63
0
18,630
already did, i'm totally stumped. i just dont understand why it keeps displaying it as disconnected when its reallly not
 

shamoo

Distinguished
Jan 29, 2005
154
0
18,680
whats yout works domain name.... not the website address the domain if you right click on my computer and go to network identification it should be there.
 

knudsen

Distinguished
Jul 23, 2006
106
0
18,690
Did you try with the IP address instead of name? Supmthin like:

[code:1:0d2f1f1772]net use Y \\192.168.1.23\Academic /USER:college.edu\username /PERSISTENT:NO password

[/code:1:0d2f1f1772]

Wild guess from a wild man. I have better luck with IPs than names on mapped drives.
 

imro

Distinguished
Aug 2, 2006
1
0
18,510
This is probably due to that drive being mapped under system account. We have had this same problem few days ago because we were mapping it through startup script in domain policy.
 

TRENDING THREADS