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

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"