Merge pull request #170 from itiligent/main

Disable auto admin logon to avoid a highly insecure combination of defaults
This commit is contained in:
Oskar Manhart 2024-07-26 16:17:54 +02:00 committed by GitHub
commit 6caa8d8457
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,3 +5,6 @@ Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services]
"fAllowUnlistedRemotePrograms"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"AutoAdminLogon"="0"