J johnfli May 6, 2004 #1 Is it possible to push out a mapped drive to my users without needing to have them log on and off?
J Jerold Schulman May 6, 2004 #2 Is it possible to push out a mapped drive to my users without needing to have them log on and off? Click to expand... You can push out a batch file that they could double-click. If would contain something similar to: @echo off net use X: \\Servername\Sharemame /persistent:YES or @echo off net use X: \\Servername\Sharemame /persistent:NO Jerold Schulman Windows: General MVP JSI, Inc. http://www.jsiinc.com
Is it possible to push out a mapped drive to my users without needing to have them log on and off? Click to expand... You can push out a batch file that they could double-click. If would contain something similar to: @echo off net use X: \\Servername\Sharemame /persistent:YES or @echo off net use X: \\Servername\Sharemame /persistent:NO Jerold Schulman Windows: General MVP JSI, Inc. http://www.jsiinc.com