Reorganizaction structure
This commit is contained in:
61
Veeam Hardening/Disable-TLS1.0-TLS1.1-TLS1.2-SSL2-SSL3.reg
Normal file
61
Veeam Hardening/Disable-TLS1.0-TLS1.1-TLS1.2-SSL2-SSL3.reg
Normal file
@@ -0,0 +1,61 @@
|
||||
Windows Registry Editor Version 5.00
|
||||
|
||||
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\SSL 2.0\Client]
|
||||
|
||||
"DisabledByDefault"=dword:00000001
|
||||
|
||||
"Enabled"=dword:00000000
|
||||
|
||||
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\SSL 2.0\Server]
|
||||
|
||||
"DisabledByDefault"=dword:00000001
|
||||
|
||||
"Enabled"=dword:00000000
|
||||
|
||||
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\SSL 3.0\Client]
|
||||
|
||||
"DisabledByDefault"=dword:00000001
|
||||
|
||||
"Enabled"=dword:00000000
|
||||
|
||||
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\SSL 3.0\Server]
|
||||
|
||||
"DisabledByDefault"=dword:00000001
|
||||
|
||||
"Enabled"=dword:00000000
|
||||
|
||||
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.0\Client]
|
||||
|
||||
"DisabledByDefault"=dword:00000001
|
||||
|
||||
"Enabled"=dword:00000000
|
||||
|
||||
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.0\Server]
|
||||
|
||||
"DisabledByDefault"=dword:00000001
|
||||
|
||||
"Enabled"=dword:00000000
|
||||
|
||||
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.1\Client]
|
||||
|
||||
"DisabledByDefault"=dword:00000001
|
||||
|
||||
"Enabled"=dword:00000000
|
||||
|
||||
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.1\Server]
|
||||
|
||||
"DisabledByDefault"=dword:00000001
|
||||
|
||||
"Enabled"=dword:00000000
|
||||
|
||||
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2\Client]
|
||||
|
||||
"DisabledByDefault"=dword:00000000
|
||||
|
||||
"Enabled"=dword:00000001
|
||||
|
||||
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2\Server]
|
||||
|
||||
"DisabledByDefault"=dword:00000000
|
||||
|
||||
"Enabled"=dword:00000001
|
||||
Reference in New Issue
Block a user