Introduction Support Hardware Software Good Stuff
Websites XEDIT COGO Windows Linux
Next Page

TerraGraphics

Automatic Logon

How to make your computer log on automatically

Set two values in this registry key:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon
The values are:
AutoAdminLogon="1"
DefaultUserName="YourUserName"
DefaultPassword="YourPassword"
Some programs change these, so it's a good idea to set them every time you boot. You can do it like this:
REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v "AutoAdminLogon" /t REG_SZ /d "1" /f
REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v "DefaultUserName" /t REG_SZ /d "YourUserName" /f
REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v "DefaultPassword" /t REG_SZ /d "YourPassword" /f


Keep the internet available Hosted by namecheap.com
Back