From cd5b006e41d36eb562f03753d6b2e7010dd0cb20 Mon Sep 17 00:00:00 2001 From: "Mr.k" Date: Thu, 18 Apr 2024 00:32:59 +0300 Subject: [PATCH] Add 'UndoScript' to 'Enable End Task With Right Click' Tweak in 'tweaks.json' File (#1842) --- config/tweaks.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/tweaks.json b/config/tweaks.json index 177eb5b0..612e2805 100644 --- a/config/tweaks.json +++ b/config/tweaks.json @@ -2251,6 +2251,11 @@ " Set-ItemProperty -Path \"HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced\\TaskbarDeveloperSettings\" -Name \"TaskbarEndTask\" -Type \"DWord\" -Value \"1\" " + ], + "UndoScript": [ + " + Set-ItemProperty -Path \"HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced\\TaskbarDeveloperSettings\" -Name \"TaskbarEndTask\" -Type \"DWord\" -Value \"0\" + " ] }, "WPFTweaksOO": {