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…“) |
Admin (Diskussion | Beiträge) |
||
Zeile 5: | Zeile 5: | ||
'''Set CTL:''' | '''Set CTL:''' | ||
− | <source lang="powershell">New-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\SystemCertificates\AuthRoot\AutoUpdate" -Name "RootDirUrl" -Value http://< | + | <source lang="powershell">New-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\SystemCertificates\AuthRoot\AutoUpdate" -Name "RootDirUrl" -Value http://<Your_CTL_URL>/ctl </source> |
Aktuelle 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_CTL_URL>/ctl