PC Review


Reply
Thread Tools Rate Thread

Automatically Reconnecting Mapped Drives

 
 
=?Utf-8?B?Um9uIFNvY2hhbnNraQ==?=
Guest
Posts: n/a
 
      19th Nov 2007
I have tried use Windows Explorer to configure Windows XP Professional SP2 to
map a network drive and have the drive reconnect at logon. I have checked
the 'Reconnect at logon' checkbox and entered a different user name/password
combo using the 'Connect As...' dialog. The drive is immediately mapped but
does not reconnect at logon. In fact, I'm not even prompted upon Windows XP
startup. I have to run Windows Explorer after logging into Windows and
manually reconnect. How do I get Windows XP to automatically reconnect
mapped drives at logon?
 
Reply With Quote
 
 
 
 
Robert Jacobs
Guest
Posts: n/a
 
      19th Nov 2007
Is this on a domain computer or a home computer? You could create a
logon script...
 
Reply With Quote
 
Pegasus \(MVP\)
Guest
Posts: n/a
 
      19th Nov 2007

"Ron Sochanski" <(E-Mail Removed)> wrote in message
news:9CE858B1-8AD1-42C7-9332-(E-Mail Removed)...
>I have tried use Windows Explorer to configure Windows XP Professional SP2
>to
> map a network drive and have the drive reconnect at logon. I have checked
> the 'Reconnect at logon' checkbox and entered a different user
> name/password
> combo using the 'Connect As...' dialog. The drive is immediately mapped
> but
> does not reconnect at logon. In fact, I'm not even prompted upon Windows
> XP
> startup. I have to run Windows Explorer after logging into Windows and
> manually reconnect. How do I get Windows XP to automatically reconnect
> mapped drives at logon?


As Robert Jacobs suggests, a logon script would be the most
reliable way to do this, both in a domain and in a workgroup
configuration. If it's in a domain environment, talk to your
network administrator. If it's in a workgroup environment,
place lines similar to the ones below into the file
c:\Documents and Settings\Start Menu\Programs\Startup\Netlogon.bat.

@echo off
net use /persistent:no
net use H: \\SomeMachine\SomeShare
net use K: \\SomeOtherMachine\SomeOtherShare


 
Reply With Quote
 
=?Utf-8?B?Um9uIFNvY2hhbnNraQ==?=
Guest
Posts: n/a
 
      19th Nov 2007
The computer that attempts to connect is in a particular workgroup on a
corporate LAN. The target computer (the one that's being connected to) is on
the same LAN but in a different workgroup. However, some other computers in
different workgroups on the LAN can automatically connect to the target just
fine (upon logon).

"Robert Jacobs" wrote:

> Is this on a domain computer or a home computer? You could create a
> logon script...
>

 
Reply With Quote
 
Robert Jacobs
Guest
Posts: n/a
 
      23rd Nov 2007
create the logon script (which Pegasus gave an example of) on the
computer attempting to connect to the target computer. Navigate to
the location listed in Pegasus' suggestion (on the source PC), edit
the Netlogon.bat file (right click the file and click edit), and add
something like this:

(since these computers are in different workgroups, you should have
the target machine use a static IP address to ensure this logon file
continues to work. If you want to use, or are using, Windows to map
the network drive, you should still make this adjustment to ensure it
knows what computer to connect to. This example suggests that the
target computer has an IP address of 192.168.1.100 and the share you
would like to access is the Documents and Settings folder located on
the C drive)

NET USE K: \\111.198.1.100\C$\Documents and Settings
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
XP Automatically Reconnecting Mapped Drives rajbrown@gmail.com Windows XP Networking 1 7th Feb 2006 06:07 PM
XP Automatically Reconnecting Mapped Drives rajbrown@gmail.com Windows XP Networking 1 25th Oct 2005 02:26 PM
Mapped drives not reconnecting =?Utf-8?B?VHdpbmJhYmFz?= Windows XP Networking 1 21st Oct 2004 08:02 AM
Mapped drives not reconnecting? Adam Clauss Windows XP Networking 0 15th Jan 2004 10:34 PM
Reconnecting mapped drives JC Windows XP Networking 3 30th Oct 2003 10:47 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:24 PM.