mirror of
https://github.com/winapps-org/winapps.git
synced 2025-06-02 05:07:19 +02:00
Merge pull request #170 from itiligent/main
Disable auto admin logon to avoid a highly insecure combination of defaults
This commit is contained in:
commit
6caa8d8457
@ -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