Skip to content

Instantly share code, notes, and snippets.

@suuhm
Created January 26, 2022 12:11
Show Gist options
  • Select an option

  • Save suuhm/21ed125aba1b5ca7f66217c035eb546c to your computer and use it in GitHub Desktop.

Select an option

Save suuhm/21ed125aba1b5ca7f66217c035eb546c to your computer and use it in GitHub Desktop.
Windows - Login Remote Desktop without password - Terminalserver
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa]
"LimitBlankPasswordUse"=dword:00000000
@suuhm
Copy link
Author

suuhm commented Jan 26, 2022

Commandline:
Reg.Exe add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa" /v LimitBlankPasswordUse /t REG_DWORD /d 1 /f

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