Remove Network Passwords

Have you ever entered credentials when logging in a remote computer and then wanted to remove those credentials? Well, that's not too difficult and the procedure is general in most Window platforms.

  1. Display the Run window (Window key+R).
  2. Type: control userpasswords2
  3. Press Enter. The user accounts window should appear.
  1. Press Advanced and then the Managed Passwords button. The Store Credentials window should appear:

Alternatively, in Windows 7 we can access this window from the Control Panel, Credential Manager.
  1. We can click on the item in the Window Credentials list and then Remove from the Vault and that's all!

Comments

Popular posts from this blog

Write Unicode text using VBA

Calling Fortran intrinsic functions from Visual Basic

Dictionary class extensions (CopyTo, Sort) (C#)