mapped drive for multiple users

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I would like to map a network drive on a Windows 2000 PC so that any user can
have access to it when they login. What is the easiest way to do this?
 
Jason said:
I would like to map a network drive on a Windows 2000 PC so that any
user can have access to it when they login. What is the easiest way
to do this?

Are you on a domain?
If so, use login scripts. Either in each user's account properties, or
applied via Group Policy
(http://www.serverwatch.com/tutorials/article.php/1474241 might help).
If you aren't using a domain, put a login script batch file in the startup
group for all users on each computer -

net use x: \\server\share /persistent:no

etc.
 
Back
Top