mirror of
https://github.com/winapps-org/winapps.git
synced 2025-06-02 13:17:19 +02:00

Auto Admin logon is the default setting from the Dockur image. This is a large security vulnerability likely added for convenience. Blocking this default config does not seem to impact any of the Windows container setup.
10 lines
414 B
Reg
10 lines
414 B
Reg
Windows Registry Editor Version 5.00
|
|
|
|
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Terminal Server\TSAppAllowList]
|
|
"fDisabledAllowList"=dword:00000001
|
|
|
|
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services]
|
|
"fAllowUnlistedRemotePrograms"=dword:00000001
|
|
|
|
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
|
|
"AutoAdminLogon"="0" |