Map Network Drive / Profiles

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

Guest

Hi

I have a question... when I map a network drive on an XP box, is there any way to make that mapped network drive available under all profiles of that PC? Currenly, each new person that logs into this PC has to remap the drive

Thanks In Advance
 
Have you tried setting up the computer as you want, logged on as
administrator, then copying that profile to the default ?

--
Kyle Lang [MSFT]
This posting is provided "As Is" with no warranties, and confers no rights.


Eric Fleet said:
Hi,

I have a question... when I map a network drive on an XP box, is there any
way to make that mapped network drive available under all profiles of that
PC? Currenly, each new person that logs into this PC has to remap the drive.
 
Why not make a BAT file like this:

net use X: \\server\share

and save it under c:\util\map.bat (for example)

Then create a link to the bat file in c:\documents and settings\all
users\start menu\startup

/GK

Kyle Lang said:
Have you tried setting up the computer as you want, logged on as
administrator, then copying that profile to the default ?

--
Kyle Lang [MSFT]
This posting is provided "As Is" with no warranties, and confers no rights.


Eric Fleet said:
Hi,

I have a question... when I map a network drive on an XP box, is there
any
way to make that mapped network drive available under all profiles of that
PC? Currenly, each new person that logs into this PC has to remap the drive.
Thanks In Advance
 
This works just fine. I do it all the time when there is no domain
controller for processing a login script.

Except for the location of the shortcut, you can also use it for Win9x as
well.

I like using a batch file to make the network connections since it is very
easy for people to disconnect a network drive from the Windows Explorer. All
they need to do to reconnect is run the shortcut again.

Bob Cerelli
http://www.onecomputerguy.com

Why not make a BAT file like this:

net use X: \\server\share

and save it under c:\util\map.bat (for example)

Then create a link to the bat file in c:\documents and settings\all
users\start menu\startup

/GK

Kyle Lang said:
Have you tried setting up the computer as you want, logged on as
administrator, then copying that profile to the default ?

--
Kyle Lang [MSFT]
This posting is provided "As Is" with no warranties, and confers no rights.


Eric Fleet said:
Hi,

I have a question... when I map a network drive on an XP box, is there
any
way to make that mapped network drive available under all profiles of
that
PC? Currenly, each new person that logs into this PC has to remap the drive.
Thanks In Advance
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top