Solving development problems  |  About this blog

Archive for the ‘windows xp’ tag

How to delete saved passwords for network drives in Windows

If you saved a password for a network drive in windows and want to remove it, press the keys [Windows] + [R] to open the windows command line. Then enter

control keymgr.dll

and click on “OK” to open the windows credential manager which allows you to manage and delete passwords saved in Windows.

control_keymgr

This procedure works for Windows XP, Vista and Windows 7.

Kill a process from BAT (batch) file

Just put this command with name of your process:

taskkill /F /IM MyProgram.exe

Written by Avivo

June 4th, 2009 at 2:49 pm