• February 23, 2025, 07:32:25 PM
  • 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.

Pages: [1] 2

Author Topic: Password making me upset [Solved]  (Read 14773 times)

Sumdumphuc

  • Level 2 Member
  • **
  • Posts: 46
Password making me upset [Solved]
« on: November 12, 2008, 06:34:04 PM »

I have set up 2 DNS-323's,
One DNS-323 is set up with one group of computer's that all a sign in password.
All of those computers have username Administrator and a the same password which is the username and password to access their DNS-323. All works fine.

the other set up is alittle different.
there are 2 computers that use the other DNS-323 and neither of those 2 computers use a sign in password. So every time I restart the computer and want to access the DNS-323 I need to enter the password.This becomes very annoying, I have a syncing program that is set to auto sync and it has does strange things after not being allowed in. The syncing program is not the issue the issue is how to get the DNS-323 to sign in automatically on computer restart. I do not want to password these computers, but I do want to password the DNS-323.

when I mapped the drive I had the tick box ticked "reconnect at login", this does not seem to work.

Anyone know an answer?
« Last Edit: November 19, 2008, 11:23:13 PM by Sumdumphuc »
Logged

MountainMan

  • Level 1 Member
  • *
  • Posts: 24
Re: Password making me upset
« Reply #1 on: November 12, 2008, 06:54:34 PM »

When you map the network drive you need to click "Connect using a different login name." below the reconnect at logon box.  This will allow you to enter a user name and password different than the windows system you are logging in with.

I find this works 95% of the time.  Every once in awhile I still get an error when I try to access the drive as it pops up a login window asking for user name and password but the boxes already contain an incorrect user name and its grayed out and can't be edited to correct the error.  I'm not sure why this happens.
« Last Edit: November 13, 2008, 02:15:17 PM by bobisawsome »
Logged

Sumdumphuc

  • Level 2 Member
  • **
  • Posts: 46
Re: Password making me upset
« Reply #2 on: November 12, 2008, 08:19:21 PM »

Yes I did that on all computers and I get the login message 100% of the time after restarting them.
I tried re-mapping them a few times and still nothings changed.
« Last Edit: November 13, 2008, 02:15:49 PM by bobisawsome »
Logged

jrbilodeau

  • Level 3 Member
  • ***
  • Posts: 100
Re: Password making me upset
« Reply #3 on: November 13, 2008, 04:22:32 AM »

if all else fails just make a .bat file and throw it in the startup folder in the windows menu. you'll need to use the NET USE command

Join a password protected file share (Drive MAP)
NET USE [driveletter:] \\ComputerName\ShareName[\volume] [password | *] [/USER:[domainname\]username] [/PERSISTENT:No]

In the above command /USER can also be specified as:
[/USER:[dotted domain name\]username]
[/USER:[username@dotted domain name]
« Last Edit: November 13, 2008, 02:15:57 PM by bobisawsome »
Logged

Sumdumphuc

  • Level 2 Member
  • **
  • Posts: 46
Re: Password making me upset
« Reply #4 on: November 13, 2008, 05:29:05 AM »

I have never made a .bat file before. So I will live up to my name and ask if you could break it down a bit for me. I understand about half of what you are talking about.

[Please correct any all my mistakes]
 
This is a hypothetical, open word pad and type:
NET USE [Z:] \\MyComputersName\Volume_1 [XXXXX | *]

then save as ?!?.bat

and place it in the startup folder in the windows menu [Location]Documents and Settings\All Users\Start Menu\Programs\Startup
----------------------------------------------

This part went straight over my head, do I need it and how to configure
[/USER:[domainname\]username] [/PERSISTENT:No]

the password section; where the password = XXXXX
is it layed out like
Volume_1 [XXXXX | *]
or
Volume_1[XXXXX]



How far off was I?
« Last Edit: November 13, 2008, 02:16:02 PM by bobisawsome »
Logged

ECF

  • Administrator
  • Level 11 Member
  • *
  • Posts: 2692
Re: Password making me upset
« Reply #5 on: November 13, 2008, 01:18:09 PM »

Yes I did that on all computers and I get the login message 100% of the time after restarting them.
I tried re-mapping them a few times and still nothings changed.


Are you running anti-virus software on your PC's?
« Last Edit: November 13, 2008, 02:16:08 PM by bobisawsome »
Logged
Never forget that only dead fish swim with the stream

Sumdumphuc

  • Level 2 Member
  • **
  • Posts: 46
Re: Password making me upset
« Reply #6 on: November 13, 2008, 04:53:49 PM »

Are you running anti-virus software on your PC's?

Yes AVG free
Logged

jrbilodeau

  • Level 3 Member
  • ***
  • Posts: 100
Re: Password making me upset
« Reply #7 on: November 14, 2008, 06:31:11 AM »

this should work for the bat file

NET USE z: \\DNS323_Name\Volume_1 /USER:username password /PERSISTENT:No

just keep in mind that this password is in clear text
Logged

ECF

  • Administrator
  • Level 11 Member
  • *
  • Posts: 2692
Re: Password making me upset
« Reply #8 on: November 14, 2008, 02:47:39 PM »

AV software is usually the issue in this case. If it is not present you PC will most likely not do this.
Logged
Never forget that only dead fish swim with the stream

Sumdumphuc

  • Level 2 Member
  • **
  • Posts: 46
Re: Password making me upset
« Reply #9 on: November 15, 2008, 06:11:04 AM »

I think I would prefer to run a bat file in my start up menu rather than turn off my anti virus......

If this is a known issue with windows, it would be nice to see a bat file wizard in the easy search utility.

also thanks jrbilodeau, I will try that tonight. since I have 2 DNS-323s do I need 2 bat files or 1 bat with 2 lines in it?
Logged

Sumdumphuc

  • Level 2 Member
  • **
  • Posts: 46
Re: Password making me upset
« Reply #10 on: November 15, 2008, 09:43:51 PM »

this should work for the bat file

NET USE z: \\DNS323_Name\Volume_1 /USER:username password /PERSISTENT:No

just keep in mind that this password is in clear text

I did something wrong cause it don't work......
This is what I have done

DNS-323 name = TOASTER
Username = sumdum
password = abc123

1. open word pad

2. type:
NET USE z: \\TOASTER\Volume_1 /USER:sumdum abc123/PERSISTENT:No

3. save as toaster1.bat

4 place in C:Documents and Settings\All Users\Start Menu\Programs\Startup

what have I done wrong?
Logged

profex

  • Level 1 Member
  • *
  • Posts: 7
Re: Password making me upset
« Reply #11 on: November 18, 2008, 02:58:12 AM »

Try to use IP address on device instead of name.

Profex
Logged
Profex

jrbilodeau

  • Level 3 Member
  • ***
  • Posts: 100
Re: Password making me upset
« Reply #12 on: November 18, 2008, 06:20:31 AM »

you need a space before /PERSISTENT:No
Logged

jrbilodeau

  • Level 3 Member
  • ***
  • Posts: 100
Re: Password making me upset
« Reply #13 on: November 18, 2008, 06:23:35 AM »

also make sure that wordpad isn't adding .txt after the .bat. ex: toaster.bat.txt this could happen if you dont have show file extension turned on in windows (it hides them by default)
Logged

Sumdumphuc

  • Level 2 Member
  • **
  • Posts: 46
Re: Password making me upset
« Reply #14 on: November 19, 2008, 07:45:05 PM »

Thanks for your effect jrbilodeau, but still does not work.

I now have it like so:
NET USE z: \\TOASTER\Volume_1 /USER:sumdum abc123 /PERSISTENT:No

I also have file extension turned on, it did save correct Toaster1.bat not Taoster1.bat.txt

When i start the pc, I see a window open and close, so it appears to work but when going to my computer and double click on the mapped drive it prompts me for a password and says "incorrect password or unknown username"I have checked the password and username 100's of times.

[EDIT] I will reset the password and username inside the DNS-323 and the exsiting bat file by cutting and pasting from a pre-made txt file tonight.
« Last Edit: November 19, 2008, 11:00:25 PM by Sumdumphuc »
Logged
Pages: [1] 2