Skip to content

Instantly share code, notes, and snippets.

@lalilaloe
Created December 8, 2023 11:10
Show Gist options
  • Save lalilaloe/7c978efdf95d8b9df12ee41012fc94a5 to your computer and use it in GitHub Desktop.
Save lalilaloe/7c978efdf95d8b9df12ee41012fc94a5 to your computer and use it in GitHub Desktop.
Windows 11 auto login
  1. run (win + R) control userpasswords2 and uncheck Users must enter a user name and password to use this PC

If checkbox not visible:

  1. regedit HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\PasswordLess\Device
  2. 32-Bit DWORD value DevicePasswordLessBuildVersion or modify existing, set to 0 instead of 2 (default)
  3. run (win + R) control userpasswords2 and uncheck Users must enter a user name and password to use this PC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment