• February 25, 2025, 02:32:04 AM
  • Welcome, Guest
Please login or register.

Login with username, password and session length
Advanced search  

News:

This Forum Beta is ONLY for registered owners of D-Link products in the USA for which we have created boards at this time.

Author Topic: Reconnect @ logon check box in Vista/XP Home does not work  (Read 6130 times)

hvl

  • Level 1 Member
  • *
  • Posts: 4
Reconnect @ logon check box in Vista/XP Home does not work
« on: March 23, 2009, 06:32:24 AM »

I have trouble to reconnect a mapped network drive @ logon with Vista/XP home, it doesn't seem to hold after a reboot. I always have to re-enter the password.

After some reading on the internet, someone proposed, not to use the GUI and to write a batch file and put it in the startup.

So I wrote the following:

net use s: \\server\folder password /user:username

It won't work, it would say the password is not good.

But strangely, if I wrote:

net use s: \\server\folder /user:username

It will prompt the password, and if I enter the password it will work.

So why when I put the password embedded in the command line it does not work?

The use case is to use Memeo to do automatic backup, still trying to figure out how to have automatic backup without the user having to enter a password by hand.

Someone just propose to switch the position of the username and the password?

net use s: \\server\folder /user:username password

Will try that next weekend, when I'm back home.

But any idea, why it won't work with the GUI?

Thanks
Logged

bigclaw

  • Level 2 Member
  • **
  • Posts: 81
Re: Reconnect @ logon check box in Vista/XP Home does not work
« Reply #1 on: March 23, 2009, 07:37:35 AM »

Home editions are known to be flaky with network drives.

Have you tried mirroring your Windows user name and password in the DNS-323? I'm mapping all my network drives this way, so I don't choose the "Connect using a different user name" option. Windows uses the current user's credentials to connect to the DNS-323.
Logged

fordem

  • Level 10 Member
  • *****
  • Posts: 2168
Re: Reconnect @ logon check box in Vista/XP Home does not work
« Reply #2 on: March 23, 2009, 07:48:52 AM »

When you have the drive map dialog box open, click the link that says logon as a different user and supply the user name and password there.
Logged
RAID1 is for disk redundancy - NOT data backup - don't confuse the two.

hvl

  • Level 1 Member
  • *
  • Posts: 4
Re: Reconnect @ logon check box in Vista/XP Home does not work
« Reply #3 on: March 23, 2009, 01:52:04 PM »

Home editions are known to be flaky with network drives.

Have you tried mirroring your Windows user name and password in the DNS-323? I'm mapping all my network drives this way, so I don't choose the "Connect using a different user name" option. Windows uses the current user's credentials to connect to the DNS-323.


Thanks, will try that.

Forgot to mention that under Windows XP Pro, it works without any issue.
Logged

hvl

  • Level 1 Member
  • *
  • Posts: 4
Re: Reconnect @ logon check box in Vista/XP Home does not work
« Reply #4 on: March 23, 2009, 01:53:11 PM »

When you have the drive map dialog box open, click the link that says logon as a different user and supply the user name and password there.

I have already try that, but will try again.

Anyone have successfully reconnect @ logon with Home editions, what are your steps?

Thanks,
« Last Edit: March 23, 2009, 02:10:37 PM by hvl »
Logged