Hi,
TLS 1.2 is enabled by default on Windows 10, version 1507+ and Windows Server 2012+.
Protocols in TLS/SSL (Schannel SSP)
https://learn.microsoft.com/en-us/windows/win32/secauthn/protocols-in-tls-ssl--schannel-ssp-
If you want to verify this, the easiest would be to create a PowerShell script that checks the Windows registry setting over here:
- HKLM SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols
https://learn.microsoft.com/en-us/windows-server/security/tls/tls-registry-settings#tls-12
Best regards,
Leon