Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security, Veeam & DevOps

  • Home
  • About
  • Advertise With US
  • Reviews
  • Tech News
  • Contact
  • Toggle search form

How to Disable TLS 1.0, TLS 1.1 and TLS 1.2 in Windows Using GPO

Posted on 23/09/202315/12/2023 Temitope Odemo By Temitope Odemo No Comments on How to Disable TLS 1.0, TLS 1.1 and TLS 1.2 in Windows Using GPO
  1. Home
  2. Security | Vulnerability Scans and Assessment
  3. How to Disable TLS 1.0, TLS 1.1 and TLS 1.2 in Windows Using GPO
How to Disable TLS 1.0, TLS 1.1 and TLS 1 - banner

In this guide, I will be showing you How to Disable TLS 1.0, TLS 1.1 and TLS 1.2 in Windows Using GPO. Both TLS and SSL are both used for web security. They are both cryptographic protocols that encrypt your data and authenticate a connection when transporting your data via the internet. Please see Secure FTP Login Issue: NAT Router Configuration Needed for Passive Mode and Port Forwarding, and how to Block downloads on Microsoft Edge using GPO on Windows Server 2019 and 2022.

The TLS is the short form for transport layer security and it is the current version of SSL. We have had three previous versions of TLS: TLS 1.0, TLS 1.1, and TLS 1.2 with the current version now TLS 1.3.

You may want to read about how to use TLS/SSL Certificates to Secure Web Server on Windows, How to enable or disable TLS 1.2 on a Windows Server via the Registry and PowerShell and how to Enable DNS over TLS in Windows 11

Steps to Disable TLS 1.0, TLS 1.1 and TLS 1.2 in Windows Using GPO

Group Policy is a security tool that is used to apply security settings to users and computers. Group Policy allows administrators to define security policies for users and for computers.

1. Launch Group Policy to Disable TLS Older Versions

Open Run on your Domain Controller and launch the Open Group Policy Management (gpmc.msc).

How-to-Disable-TLS-1.0-TLS-1.1-and-TLS-1.2-in-Windows-Using-GPO-gpmc

2. Create a GPO in the Domain Controller

Navigate to your Domain Controller and right-click the Domain Controller or the Domain itself. Select Create a GP in this domain and Link it here.

Create GPO
Create GPO

Also, see Connect to a FileZilla Server: How to install and configure a FileZilla Server on Windows, and how to Block downloads on Microsoft Edge using GPO on Windows Server 2019 and 2022.

3. Rename the GPO to ‘Disable_TLS 1.0_TLS 1.1_TLS 1.2’ in Windows

Rename the New GPO to Disable_TLS 1.0_TLS 1.1_TLS 1.2 and click on ‘OK’. Please see How to check the BIOS version on Windows

How-to-Disable-TLS-1.0-TLS-1.1-and-TLS-1.2-in-Windows-Using-GPO-New-GPO

This will create a new group policy that will be linked to the organization unit.

Linked Group Policy Object

4. Edit the gpo ‘Disable_TLS 1.0_TLS 1.1_TLS 1.2’

Right-click the Policy and click on Edit.

How-to-Disable-TLS-1.0-TLS-1.1-and-TLS-1.2-in-Windows-Using-GPO-New-GPO3

5.  Create a Registry Item in Group Policy

Navigate to Computer Configurations > Preferences > Windows Settings > Registry.

You can create a new registry by clicking on the blank space and selecting New > Registry Item.

How-to-Disable-TLS-1.0-TLS-1.1-and-TLS-1.2-in-Windows-Using-GPO-Registry

6. Create a Registry Properties

Create a new Registry Properties: on the Action, drop-down select Create and on the Key Path navigate here:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.0\Client
How-to-Disable-TLS-1.0-TLS-1.1-and-TLS-1.2-in-Windows-Using-GPO-Protocols

You will now create a new registry entry for each protocol that includes the server and client.

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.0\Client
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.0\Server
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.1\Client
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.1\Server
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2\Client
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2\Server
How-to-Disable-TLS-1.0-TLS-1.1-and-TLS-1.2-in-Windows-Using-GPO-New-Key
How-to-Disable-TLS-1.0-TLS-1.1-and-TLS-1.2-in-Windows-Using-GPO-For-all-Protocols

7.  Force a group policy update to check changes to affect the TLS Disable change

Open command prompt and enter this command gpupdate /force and hit the enter key. This will update the current changes made on the GPO.

How-to-Disable-TLS-1.0-TLS-1.1-and-TLS-1.2-in-Windows-Using-GPO-gpupdate

8.     Reconfirm the protocols created from the registry

Open the registry editor and navigate to confirm the protocols you have created:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols
How-to-Disable-TLS-1.0-TLS-1.1-and-TLS-1.2-in-Windows-Using-GPO-protocols-created

FAQs on why you should disable TLS 1.0, TLS 1.1 and TLS 1.2

Why should I disable TLS 1.0, TLS 1.1, and TLS 1.2?

Disabling older TLS versions is essential for security. TLS 1.0 and TLS 1.1 are known to have vulnerabilities that make them susceptible to attacks, such as BEAST and POODLE.

TLS 1.2, while more secure, may still have weaknesses that could be exploited in the future. Disabling these older versions helps protect your data and communications from potential threats.

How does disabling older TLS versions improve security?

Disabling older TLS versions forces both the client and server to use more secure protocols like TLS 1.3 or TLS 1.2 with modern cypher suites. These newer versions are designed with improved security features and algorithms. Thereby making it significantly harder for attackers to exploit vulnerabilities and decrypt encrypted data. It helps ensure that your communication remains confidential and tamper-proof.

Will disabling TLS 1.0, TLS 1.1, and TLS 1.2 affect compatibility with older systems or browsers?

While disabling older TLS versions improves security, it can potentially impact compatibility with older systems or outdated browsers that do not support newer TLS versions. It’s essential to assess your user base and the systems interacting with your services. In some cases, you may need to provide alternative access methods or encourage users to update their software to maintain compatibility while ensuring security.

I hope you found this blog post on how to Disable TLS 1.0, TLS 1.1 and TLS 1.2 in Windows Using GPO Interesting and helpful. In case you have any questions do not hesitate to ask in the comment section.

Rate this post

Thank you for reading this post. Kindly share it with others.

  • Share on X (Opens in new window) X
  • Share on Reddit (Opens in new window) Reddit
  • Share on LinkedIn (Opens in new window) LinkedIn
  • Share on Facebook (Opens in new window) Facebook
  • Share on Pinterest (Opens in new window) Pinterest
  • Share on Tumblr (Opens in new window) Tumblr
  • Share on Telegram (Opens in new window) Telegram
  • Share on WhatsApp (Opens in new window) WhatsApp
  • Share on Mastodon (Opens in new window) Mastodon
  • Share on Bluesky (Opens in new window) Bluesky
  • Share on Threads (Opens in new window) Threads
  • Share on Nextdoor (Opens in new window) Nextdoor
Security | Vulnerability Scans and Assessment Tags:Microsoft Windows, SSL, Windows 10, Windows 11, Windows Server 2016

Post navigation

Previous Post: Complete Guide on TestRail as a Test Management Tool
Next Post: How to Change the Default Web Browser on Windows 11

Related Posts

  • credentialguard
    Enable or disable Windows Defender Credential Guard Security | Vulnerability Scans and Assessment
  • Trellix EPO And Syslog Integration
    Integrate Trellix ePolicy Orchestrator with a Syslog Server Security | Vulnerability Scans and Assessment
  • Trellix MVISOSN
    How to install Trellix MVISON Endpoint Security | Vulnerability Scans and Assessment
  • Safeguard Your PC Against Common Malware Entry Points
    Safeguard Your PC Against Common Malware Entry Points Security | Vulnerability Scans and Assessment
  • encryption 04.05.32
    How to Enable BitLocker without Compatible TPM Security | Vulnerability Scans and Assessment
  • rrd
    How to uninstall the DriveLock Agent from your device Security | Vulnerability Scans and Assessment

More Related Articles

credentialguard Enable or disable Windows Defender Credential Guard Security | Vulnerability Scans and Assessment
Trellix EPO And Syslog Integration Integrate Trellix ePolicy Orchestrator with a Syslog Server Security | Vulnerability Scans and Assessment
Trellix MVISOSN How to install Trellix MVISON Endpoint Security | Vulnerability Scans and Assessment
Safeguard Your PC Against Common Malware Entry Points Safeguard Your PC Against Common Malware Entry Points Security | Vulnerability Scans and Assessment
encryption 04.05.32 How to Enable BitLocker without Compatible TPM Security | Vulnerability Scans and Assessment
rrd How to uninstall the DriveLock Agent from your device Security | Vulnerability Scans and Assessment

Leave a Reply Cancel reply

You must be logged in to post a comment.

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

Veeam Vanguard

  • maxresdefault 12
    How to check Windows activation status and change your product key Windows
  • Missing Windows defender
    Missing Windows Defender? Install and manage Microsoft Defender via Windows Security on Windows Server Windows Server
  • Windows Logo
    Restrict IP Address Range on Windows PC Windows
  • Veeam Tape Trobleshooting
    Advanced Tape Troubleshooting: Diagnosing Veeam LTO Drive Issues with ITDT Backup
  • mbamreports
    Email notifications for MBAM Enterprise and Compliance and Recovery Audit reports Windows
  • mailx
    [MAILX ERROR: STATUS=BOUNCED] Fixing Mailx error when sending emails from Command line Linux
  • Featured image 1
    Add and Remove Folders in Favorites in Microsoft Outlook Windows
  • Screenshot
    Change Active Directory Domain name from dot local to dot com Windows Server

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 1,779 other subscribers
  • RSS - Posts
  • RSS - Comments
  • About
  • Authors
  • Write for us
  • Advertise with us
  • General Terms and Conditions
  • Privacy policy
  • Feedly
  • Telegram
  • Youtube
  • Facebook
  • Instagram
  • LinkedIn
  • Tumblr
  • Pinterest
  • Twitter
  • mastodon

Tags

Active Directory Azure Bitlocker Microsoft Windows PowerShell WDS Windows 10 Windows 11 Windows Deployment Services Windows Server 2016

Copyright © 2026 TechDirectArchive

Loading Comments...

You must be logged in to post a comment.