Windows 7 Showcase Windows Phone News  
Comments
Item

Managed your stored network passwords

Published 3/5/2007 in Windows Vista Usability Tips by Steve Sinchak with 12,925 views

Are the save password check boxes missing from your network authentication screens?  This is one of the most annoying issues with Windows Vista for me since I work off a local NAS I have at home all the time.  Rather than just save my password as it should the first time when I checked the save password box, it seems to throw my password away after a reboot.  If that was not enough, now Windows Vista no longer even gives me the option to save my password. 

One easy way to fix this issue and store my passwords for real is the use the Stored Usernames and Passwords utility. Follow these steps:

  1. Click on the start button and key in User Accounts and hit Enter.
  2. Click on Manage your network passwords located on the side menu.
  3. Here you can add new accounts & passwords or edit and delete existing accounts.  To fix my situation where it will not save my password I am going to select Add.
  4. Next fill out the Stored Credential Properties screen and hit OK.
  5. Hit close and your new account and password are saved for good.
 
Comments
Bill
HI:

The WINDOWS LOGON CREDENTIAL is grayed out. How do you get it so you can check it for a Windows Server?
429 days ago
vince
I have the exact same problem, the first option "a windows logon credential" is grayed out. I am logged in as administrator how can this be?
357 days ago
vince
Found this solution on another forum

Create a text file with a .vbs extension and place it in your C:\Users\username\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup folder

Set objNet = CreateObject("WScript.Network")
Set objFSO = CreateObject("Scripting.FileSystemObject")
Set objReg = GetObject("winmgmts:{impersonationLevel=impersonate}!\\.\root\default:StdRegProv")

If objFSO.DriveExists("Z:") Then
objNet.RemoveNetworkDrive "Z:",True,True
End If

If objFSO.DriveExists("Z:") Then
objReg.DeleteKey HKCU, "Network\" & Left("Z:", 1)
End If

objNet.MapNetworkDrive "Z:", "\\server\sharename", , "domain\username", "password"

Set objNet = Nothing
Set objFSO = Nothing
Set objReg = Nothing
357 days ago
 
Post a Comment

Name  

URL