From 21273bd3a8468ed5045811967d54d463c6f4ee4f Mon Sep 17 00:00:00 2001 From: CodingWonders <101426328+CodingWonders@users.noreply.github.com> Date: Tue, 21 Apr 2026 21:39:58 +0200 Subject: [PATCH] [Tweaks] New tweak for unsigned RDP files (#4374) * [Tweaks] New tweak for unsigned RDP * Merge branch 'main' into tweaks-unsigned-rdp --- config/tweaks.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/config/tweaks.json b/config/tweaks.json index 4b69e9eb..62ca18ba 100644 --- a/config/tweaks.json +++ b/config/tweaks.json @@ -286,6 +286,28 @@ ], "link": "https://winutil.christitus.com/dev/tweaks/z--advanced-tweaks---caution/bravedebloat" }, + "WPFTweaksDisableWarningForUnsignedRdp": { + "Content": "Disable warnings for unsigned RDP files", + "Description": "Disables warnings shown when launching unsigned RDP files introduced with the latest Windows 10 and 11 updates.", + "category": "z__Advanced Tweaks - CAUTION", + "panel": "1", + "registry": [ + { + "Path": "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows NT\\Terminal Services\\Client", + "Name": "RedirectionWarningDialogVersion", + "Value": "1", + "Type": "DWord", + "OriginalValue": "" + }, + { + "Path": "HKCU:\\SOFTWARE\\Microsoft\\Terminal Server Client", + "Name": "RdpLaunchConsentAccepted", + "Value": "1", + "Type": "DWord", + "OriginalValue": "" + } + ] + }, "WPFTweaksEdgeDebloat": { "Content": "Microsoft Edge - Debloat", "Description": "Disables various telemetry options, popups, and other annoyances in Edge.",