Skip to content

Instantly share code, notes, and snippets.

@jcassette
Created December 7, 2023 13:27
Show Gist options
  • Select an option

  • Save jcassette/1cad52f302fd27842c3044d383f00e90 to your computer and use it in GitHub Desktop.

Select an option

Save jcassette/1cad52f302fd27842c3044d383f00e90 to your computer and use it in GitHub Desktop.
Windows 11: remove the login screen shown after sleep

Windows 11: remove the login screen shown after sleep

  1. Start a terminal as Administrator
  2. Execute the following commands:
powercfg /SETDCVALUEINDEX SCHEME_CURRENT SUB_NONE CONSOLELOCK 0
powercfg /SETACVALUEINDEX SCHEME_CURRENT SUB_NONE CONSOLELOCK 0
  1. Reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment