Created
January 26, 2022 12:11
-
-
Save suuhm/21ed125aba1b5ca7f66217c035eb546c to your computer and use it in GitHub Desktop.
Windows - Login Remote Desktop without password - Terminalserver
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa] | |
| "LimitBlankPasswordUse"=dword:00000000 |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Commandline:
Reg.Exe add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa" /v LimitBlankPasswordUse /t REG_DWORD /d 1 /f