bytemangler 0 Posted April 9, 2001 This might be simple solution but I can't figure it. I have NT 2k server and wntnt 4.o wks setup. on the workstation I have a login scripts setup to creat drive mapping from the server. Seems everytime the Wks boot up it try to re-establish the network drive, I hit ESC to bypass it and the script does all the mapping. What do you disable to stop NT from trying to re-connect everytime it boot up? Share this post Link to post
clutch 1 Posted April 9, 2001 Let it map the drive on its own, then right click on it and select disconnect. That should keep it from coming back. ------------------ Regards, clutch Share this post Link to post
Xiven 0 Posted April 9, 2001 You could try putting this into your login script: net use /persistent:no -- Xiven Share this post Link to post