Attached network drive does not remember credentials so have to log in every time I boot up the machine even when I click the button to remember details.

Anonymous
2009-11-25T20:00:29+00:00

Using windows 7 I have a NAS drive that I need to manually log into everytime my machine us started up - I want it to remember the login details and do it automatically when the machine starts as my wife also uses it and I want the auto backup to run.

Windows for home | Previous Windows versions | Internet and connectivity

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments
Answer accepted by question author
Anonymous
2015-06-30T06:18:38+00:00

Use credential manager in Windows 7 to remember the username and password for your NAS Drive if it doesnt remember it automatically.

Go to Start / Control Panel / User Accounts and Family Safety / Credential Manager

On the right hand side, right below where it says "Windows Credentials" Select "Add a Windows Credential".

Enter your NAS' Server name in the first box.

User Name in the second box and your password for the server in the third box.

Was this answer helpful?

100+ people found this answer helpful.
0 comments No comments
Answer accepted by question author
Anonymous
2009-11-26T19:34:40+00:00

Hi red_shift,

Welcome to Microsoft Answers!

I would suggest you to check the options in settings.

If it is a mapped network drive, Please follow the steps below:

1.      Open Computer by clicking the Start button, and then clicking Computer.

2.      Click Map network drive.

3.      In the Drive list, click a drive letter.

You can choose any available letter.

4.      In the Folder box, type the path of the folder or computer, or click Browse to find the folder or computer.

To connect every time you log on to your computer, select the Reconnect at logon check box.

5.      Click Finish.

Your computer is now connected, or mapped, to the network drive.

For further information, visit the below mentioned link:

http://windows.microsoft.com/en-US/windows7/Create-a-shortcut-to-map-a-network-drive

Hope this information helped!

Thanks and regards

 Fouzan – Microsoft support

 Visit our Microsoft Answers Feedback Forum 

 http://social.answers.microsoft.com/Forums/en- US/answersfeedback/threads/ and let 

 us know what you think.

Was this answer helpful?

30+ people found this answer helpful.
0 comments No comments

49 additional answers

Sort by: Most helpful
  1. Anonymous
    2010-03-13T16:24:10+00:00

    I posted this in an older thread today, but here it is again. Try using "net use" on the command line.

    1. Get to the command shell (Win+R, cmd, Enter)
    2. net use Z: \remote\folder * /USER:DOMAIN\username /PERSISTENT:YES
    3. Type in your password at the prompt

    Change the drive letter and other parts to fit your situation. You can omit the '*' if you don't have a password. "/PERSISTENT:YES" is needed so it remembers it on next login. This is the only thing that worked for me (win 7 ultimate). Try "net use /h" for more options.

    Was this answer helpful?

    3 people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2010-08-25T16:29:34+00:00

    I tried everything with no luck.  It simply refuses to store the passwords anymore.  At this point, it'd be cheaper to reformat the machine than to waste any more time on it.

    I worked with _stefan 's post of using the net use command by turning it into a batch file.

    @ECHO OFF

    net use Z: \computername\folder password /USER:DOMAIN\username /persistent:yes

    Instead of putting the batch directly in the Startup folder, I placed it elsewhere and made a shortcut to it in the Startup folder.  Then I set the shortcut to run minimized.  This removes the annoying command window that pops up every time the machine is rebooted.

    I hope this helps.

    Was this answer helpful?

    2 people found this answer helpful.
    0 comments No comments
  3. Anonymous
    2010-03-11T14:04:06+00:00

    AND it also does it even when there isn't a login required on the network drive,  shortcuts to network drive resources won't work untill you open my computer and click on the network drive, it shows the red X but as soon as you click on it it works... I have a customer that calls me almost 2-3 times a week for this.

    Was this answer helpful?

    2 people found this answer helpful.
    0 comments No comments