Skip to content

Instantly share code, notes, and snippets.

@Trefex
Created December 18, 2014 10:28
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 Trefex/5b986097ba78b506964a to your computer and use it in GitHub Desktop.
Save Trefex/5b986097ba78b506964a to your computer and use it in GitHub Desktop.
Windows 7 Enterprise Auto-Logon

Enable Auto Login on Windows 7 when it is not available via control userpassword2

Open regeditand navigate to HKLM/Software/Microsoft/Windows NT/Winlogon.

Make sure to set the following keys

DefaultDomainName = YourDomain (REG_SZ)
DefaultUserName = YourUser (REG_SZ)
DefaultPassword = YourPassword (REG_SZ)
AutoAdminLogon = 1

Save, quit and reboot. Voilà

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment