Hello Michael McCoy,
If your signed .rdp files still trigger the consent dialog, it usually means the client can’t validate the certificate trust chain or the thumbprint you put into Group Policy is malformed. Make sure your internal Root CA is trusted on the Windows 11 endpoints, and that the certificate you use to sign .rdp files is code‑signing / digital‑signature certificate with an accessible private key. Prefer SHA-256 thumbprints where supported and confirm your rdpsign tool on the target OS accepts /sha256.
When you paste the certificate thumbprint into Group Policy, strip out all spaces and any hidden Unicode characters (for example the invisible LTR mark you can accidentally copy from MMC) - those invisible characters will make validation fail silently. Until you’ve fully validated the PKI trust chain, using the RedirectionWarningDialogVersion registry bypass via Group Policy Preferences is a practical short-term workaround, but only after pilot testing and documenting the security trade-offs.
I hope the response provided some helpful insight. If it clarified the issue for you, please consider marking it as Accept Answer so others with the same issue can find the solution. Feel free to leave a comment if you need further information.
Tracy Le.