Thursday, April 26, 2007

set minimum login password length in Windows

By default Windows accepts both short and long passwords as the Windows login password.
Some users use extremely short passwords, which can easily be brute forced. So in order to set the minimum number of characters or the minimum length of the password, simply follow the following registry trick-:

1. Launch the Windows Registry Editor i.e. c:\windows\regedit.exe

2. Scroll down to the following registry key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Policies\Network

3. Click on Edit > New DWORD Value.

4. Name this new DWORD value as MinPwdLen and in the data field (by right clicking the DWORD value), enter the minimum number of characters
the password has to be of. One thing to note here is that this value is in Hexadecimal.

5. Now, Press F5 and your system just became a tiny bit securer but certainly not unhackable.

AddThis Social Bookmark Button
bookmark in del.icio.us search in Technorati bookmark in Spurl bookmark in Yahoo

No comments: