Show the best ways to recover windows password

Windows Administration

net user, net localgroup command

Use net user, net localgroup command to manage user. Those command can be use in windows nt/2000/xp/2003/vista/win7/2008.  To run those command ,you must log on run  as Administrator. 1. Create  User: net user abc 123 /add. abc is user name, 123 is password. 2. Delete  User: net user abc /del. abc is user name. 3. [...]

>>

Administrator account administration in Vista, Windows 7

To manager administrator account in Vista, Windows 7, you must run as administrator. 1. Activate administrator account net user administrator /active:yes 2. Inactivate administrator account net user administrator /active:no 3. Hide administrator account net user administrator /active:no  //inactivate the administrator will hide it too. 4. Clear account password net user administrator “” 5. Change account [...]

>>