Tuesday, December 17, 2019

RDP running over TLS v1.2


Part 1:

Disable other Protocols with IIS Crypto



Part 2:


  1. Start the registry editor by clicking on Start and Run. Type in "regedit" into the Run field (without quotations).
  2. Highlight Computer at the top of the registry tree.  Backup the registry first by clicking on File and then on Export.  Select a file location to save the registry file.
  3. Note: You will be editing the registry.  This could have detrimental effects on your computer if done incorrectly, so it is strongly advised to make a backup.
  4. Browse to the following registry key:
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols
  5. Right click on the Protocols folder and select New and then Key from the drop-down menu. This will create new folder.  Rename this folder to TLS 1.2.
  6. Right click on the TLS 1.2 key and add two new keys underneath it.
  7. Rename the two new keys as:
    • Client
    • Server
  8. Right click on the Client key and select New and then DWORD (32-bit) Value from the drop-down list.
  9. Rename the DWORD to DisabledByDefault.
  10. Right-click the name DisabledByDefault and select Modify... from the drop-down menu.
  11. Ensure that the Value data field is set to 0 and the Base is Hexadecimal.  Click on OK.

  12. Create another DWORD for the Client key as you did in Step 7.
  13. Rename this second DWORD to Enabled.
  14. Right-click the name Enabled and select Modify... from the drop-down menu.
  15. Ensure that the Value data field is set to 1 and the Base is Hexadecimal. Click on OK.
  16. Repeat steps 7 to 14 for the Server key (by creating two DWORDs, DisabledByDefault and Enabled, and their values underneath the Server key)
  17. Reboot the server.

No comments:

Post a Comment

华为交换机option43和60实例

AC: Aruba 651- 10.77.25.1 AP: Aruba 105 - 172.17.2.0/24 SW: 华为S5720  ip pool pool2  gateway-list 172.17.2.1  network 172.17.2.0 mask 255.255...