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 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.
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.
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.
You are about to answer a thread that has been inactive for more than 6 months. If you still wish to proceed, please ensure that your posting is original and does not duplicate or overlap any prior responses to this thread.