How to disable 3DES and RC4 on Windows Server 2019?

Kartheen E 51 Reputation points
2021-04-07T18:34:51.51+00:00

Could some let me know How to disable 3DES and RC4 on Windows Server 2019? and is there any patch for disabling these. I am trying to fix this vulnerability CVE-2016-2183.

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
13,501 questions
{count} vote

Accepted answer
  1. Daisy Zhou 27,281 Reputation points Microsoft Vendor
    2021-04-08T03:16:31.347+00:00

    Hello @Kartheen E ,

    Thank you for posting here.

    Could some let me know How to disable 3DES and RC4 on Windows Server 2019?
    A: We can check all the ciphers on one machine by running the command.

    Get-TlsCipherSuite >c:\cipher.txt

    Or we can check only 3DES cipher or RC4 cipher by running commands below.

    85573-des.png

    85459-rc4.png

    We can disable 3DES and RC4 ciphers by removing them from registry HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Cryptography\Configuration\Local\SSL\00010002 and then restart the server.

    For example in my lab:
    85520-rc1.png

    I am sorry I can not find any patch for disabling these.

    Should you have any question or concern, please feel free to let us know.

    Best Regards,
    Daisy Zhou

    5 people found this answer helpful.

6 additional answers

Sort by: Most helpful
  1. Anonymous
    2021-04-07T20:28:53.28+00:00

    Something here may help.
    https://learn.microsoft.com/en-us/troubleshoot/windows-server/windows-security/restrict-cryptographic-algorithms-protocols-schannel

    --please don't forget to Accept as answer if the reply is helpful--

    0 comments No comments

  2. Najam ul Saqib 340 Reputation points
    2024-11-02T02:26:04.7666667+00:00

    I was able to resolve the problem using IISCrypt best practices option on 2016 server, the server worked fine after reboot, no problem with RDP and the vulnerabilities didn't appear in next scan as well.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.