Slow RDP connections: Unterschied zwischen den Versionen
Aus Wiki-WebPerfect
Admin (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „== Slow establishment of a RDP connection (>10sec) == '''Check if the CTL is set:''' <source lang="powershell">Get-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft…“) |
(kein Unterschied)
|
Version vom 3. März 2020, 13:12 Uhr
Slow establishment of a RDP connection (>10sec)
Check if the CTL is set:
Get-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\SystemCertificates\AuthRoot\AutoUpdate" -Name "RootDirUrl"
Set CTL:
New-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\SystemCertificates\AuthRoot\AutoUpdate" -Name "RootDirUrl" -Value http://<Your_CRL_URL>/ctl