View Full Version : mapped drives


jallen
How can I establish a drive letter that is appears in
every profile, even the local system account? I need to
make this share available to some programs on another
server. I can map the drives under my profile, but when I
create another user and log on as that user, the drive
mapping is not there. HELP!!!!!!

Chris Knapp
The easy way is to create a batch file that runs a net use command (net use
G: \\server\share). Copy that batch file to a commonly accessible location
(c:\scripts), then paste a shortcut to it in the C:\Documents and
Settings\All Users\Start Menu\Programs\Startup folder. It will run for
everyone that logs in there.

"jallen" wrote in message
news:abae01c3ec22$d57629c0$a301280a@phx.gbl...
> How can I establish a drive letter that is appears in
> every profile, even the local system account? I need to
> make this share available to some programs on another
> server. I can map the drives under my profile, but when I
> create another user and log on as that user, the drive
> mapping is not there. HELP!!!!!!