Disable TLS v1.0 and v1.1 on RDP server Run as administrator the following script:# Disable TLS 1.0 and 1.1 for both Client and Server $protocols = @(\\"TLS 1.0\\", \\"TLS 1.1\\") $baseKey = \\"HKLM:\\\\SYSTEM\\\\CurrentControlSet\\\\Control\\\\SecurityProviders\\\\SCHANNEL\\\\Protocols\\"