Skip to content

Commit 33f534e

Browse files
committed
[Tweaks] New tweak for unsigned RDP
1 parent 8e2dc21 commit 33f534e

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

config/tweaks.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1180,6 +1180,28 @@
11801180
],
11811181
"link": "https://winutil.christitus.com/dev/tweaks/z--advanced-tweaks---caution/bravedebloat"
11821182
},
1183+
"WPFTweaksDisableWarningForUnsignedRdp": {
1184+
"Content": "Disable warnings for unsigned RDP files",
1185+
"Description": "Disables warnings shown when launching unsigned RDP files introduced with the latest Windows 10 and 11 updates.",
1186+
"category": "z__Advanced Tweaks - CAUTION",
1187+
"panel": "1",
1188+
"registry": [
1189+
{
1190+
"Path": "HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows NT\\Terminal Services\\Client",
1191+
"Name": "RedirectionWarningDialogVersion",
1192+
"Value": "1",
1193+
"Type": "DWord",
1194+
"OriginalValue": "<RemoveEntry>"
1195+
},
1196+
{
1197+
"Path": "HKCU:\\SOFTWARE\\Microsoft\\Terminal Server Client",
1198+
"Name": "RdpLaunchConsentAccepted",
1199+
"Value": "1",
1200+
"Type": "DWord",
1201+
"OriginalValue": "<RemoveEntry>"
1202+
}
1203+
]
1204+
},
11831205
"WPFTweaksEdgeDebloat": {
11841206
"Content": "Edge Debloat",
11851207
"Description": "Disables various telemetry options, popups, and other annoyances in Edge.",

0 commit comments

Comments
 (0)