PC Review


Reply
Thread Tools Rate Thread

Automatic network reconnect problem

 
 
Scott Meyers
Guest
Posts: n/a
 
      19th Jun 2007
I have a laptop and a desktop on a home network, both running XP. The laptop
automatically connects to the desktop at logon for access to the desktop's files
and printer. Or rather, it used to, when the laptop account had no password. I
recently added a password to that account, and now I have to manually connect to
the desktop after each reboot. No password is required, because the desktop
accounts use no passwords. I want to keep the laptop account password, but I
want to get back to a situation where the laptop automatically reconnects to the
desktop without manual intervention.

Can somebody tell me how to do this or at least point me to a place where I can
find out how network connections, accounts, and passwords interact?

Thanks,

Scott
 
Reply With Quote
 
 
 
 
Pegasus
Guest
Posts: n/a
 
      19th Jun 2007

"Scott Meyers" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>I have a laptop and a desktop on a home network, both running XP. The
>laptop automatically connects to the desktop at logon for access to the
>desktop's files and printer. Or rather, it used to, when the laptop
>account had no password. I recently added a password to that account, and
>now I have to manually connect to the desktop after each reboot. No
>password is required, because the desktop accounts use no passwords. I
>want to keep the laptop account password, but I want to get back to a
>situation where the laptop automatically reconnects to the desktop without
>manual intervention.
>
> Can somebody tell me how to do this or at least point me to a place where
> I can find out how network connections, accounts, and passwords interact?
>
> Thanks,
>
> Scott


Make sure that the desktop has an account that is exactly the
same as your laptop logon account, including the password.
Your laptop will then no longer be treated as a stranger that
must be challenged for a password.


 
Reply With Quote
 
Scott Meyers
Guest
Posts: n/a
 
      20th Jun 2007
Pegasus wrote:
> Make sure that the desktop has an account that is exactly the
> same as your laptop logon account, including the password.


This works, thanks, but I'd like to arrange things so that when I change the
password on the laptop, I don't have to also change it on the desktop. Is there
some way to say, for example, that even though I log on to the laptop as user
XYZ (which has a password), automatically reconnect to the desktop using account
(ABC) which does not exist on the laptop but which exists with no password on
the desktop?

My fundamental goal here is to be able to pick up the laptop and run, then be
able to drop it back on the docking station at home and have it reconnect to the
desktop without my having to do anything to make that happen. I want the laptop
to use a password, because it might get lost or stolen, but inside my house, I
don't want to have to mess with passwords.

Thanks,

Scott

 
Reply With Quote
 
Pegasus
Guest
Posts: n/a
 
      20th Jun 2007

"Scott Meyers" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Pegasus wrote:
>> Make sure that the desktop has an account that is exactly the
>> same as your laptop logon account, including the password.

>
> This works, thanks, but I'd like to arrange things so that when I change
> the password on the laptop, I don't have to also change it on the desktop.
> Is there some way to say, for example, that even though I log on to the
> laptop as user XYZ (which has a password), automatically reconnect to the
> desktop using account (ABC) which does not exist on the laptop but which
> exists with no password on the desktop?
>
> My fundamental goal here is to be able to pick up the laptop and run, then
> be able to drop it back on the docking station at home and have it
> reconnect to the desktop without my having to do anything to make that
> happen. I want the laptop to use a password, because it might get lost or
> stolen, but inside my house, I don't want to have to mess with passwords.
>
> Thanks,
>
> Scott
>


You have two options:
- Move into a Windows Domain environment where your
passwords are centrally administered by a domain controller.
- Use logon script with embedded passwords such as
net use Q: \\DesktopPC\MyShare /Useresktop SomePassword
This method represents an obvious security breach.


 
Reply With Quote
 
Scott Meyers
Guest
Posts: n/a
 
      20th Jun 2007
Pegasus wrote:
> - Use logon script with embedded passwords such as
> net use Q: \\DesktopPC\MyShare /Useresktop SomePassword


Where would I put such a script such that it would execute automatically upon logon?

Thanks,

Scott
 
Reply With Quote
 
Pegasus
Guest
Posts: n/a
 
      20th Jun 2007

"Scott Meyers" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Pegasus wrote:
>> - Use logon script with embedded passwords such as
>> net use Q: \\DesktopPC\MyShare /Useresktop SomePassword

>
> Where would I put such a script such that it would execute automatically
> upon logon?
>
> Thanks,
>
> Scott


Here is the full script:
@echo off
net use /persistent:no
net use Q: \\DesktopPC\MyShare /Useresktop SomePassword
ping localhost -n 5 > nul

Save these lines in this file:
c:\documents and settings\all users\start menu\programs\startup\netlogon.bat

It's best to try the second "net use" command at a Command Prompt
until you're satisfied that it works.


 
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
Network Resource Automatic Reconnect Dale Gibble Windows Vista General Discussion 0 13th Nov 2008 04:54 PM
network mapping automatic reconnect fails =?Utf-8?B?U01C?= Windows XP Networking 0 10th Oct 2005 06:33 PM
XP Home automatic reconnect to 2000 server problem Terry Allen Windows XP Networking 0 29th Feb 2004 04:50 AM
Network Drive Reconnect Problem robert hoyt Windows XP Networking 0 3rd Jan 2004 08:55 AM
Re: Network Drive Reconnect problem Dirk-Thomas Brown Windows XP Networking 0 20th Aug 2003 03:05 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:00 PM.