RDP warnings

  1. Go to and modify the key: HKLM\Software\Policies\Microsoft\Windows NT\Terminal Services\Client with the following values:
    • Name: RedirectionWarningDialogVersion
    • Type: REG_DWORD
    • Data: 1

reg add "HKLM\software\policies\microsoft\windows nt\Terminal Services\Client" /v RdpLaunchConsentAccepted /d 1 /t REG_DWORD

reg add "HKLM\software\policies\microsoft\windows nt\Terminal Services\Client" /v RedirectionWarningDialogVersion /d 1 /t REG_DWORD

Back to Top