mirror of
https://github.com/winapps-org/winapps.git
synced 2025-06-02 13:17:19 +02:00
OEM registry change to prevent auto admin logon
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.
This commit is contained in:
parent
b4b666132d
commit
65811c87ba
@ -5,3 +5,6 @@ Windows Registry Editor Version 5.00
|
|||||||
|
|
||||||
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services]
|
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services]
|
||||||
"fAllowUnlistedRemotePrograms"=dword:00000001
|
"fAllowUnlistedRemotePrograms"=dword:00000001
|
||||||
|
|
||||||
|
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
|
||||||
|
"AutoAdminLogon"="0"
|
Loading…
x
Reference in New Issue
Block a user