AutoLogon of Windows NT
- Run REGEDIT.EXE
- Open HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\ CurrentVersion\WinLogon
- If the key DefaultUserName does not exist, then create it. It should be of REG_SZ type
- Change the value of the key just created. Such as Administrator
- If the key DefaultPassword does not exist, then create it. It should be of REG_SZ type
- Input the correct password as the value of the key
- Create the key AutoAdminLogon, again it is of REG_SZ type
- Change the value of the key AutoAdminLogon to 1
- If you ever want to logon as a different user, hold down the shift key as you logoff
Copyright 2001-2005 (C) ykwong.com All rights reserved.