Skip to content

Instantly share code, notes, and snippets.

@prashanthrajagopal
Created June 17, 2014 05:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save prashanthrajagopal/5f17b8a5568eec73672b to your computer and use it in GitHub Desktop.
Save prashanthrajagopal/5f17b8a5568eec73672b to your computer and use it in GitHub Desktop.
Auto login windows on boot
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"AutoAdminLogon"="1"
"DefaultUserName"="test"
"DefaultPassword"="123456"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment