From a920862a9d0bd414520ecbfb1a6304eeaadecdc8 Mon Sep 17 00:00:00 2001 From: ModernTTY <165050080+ModernTTY@users.noreply.github.com> Date: Tue, 16 Apr 2024 23:26:59 +0300 Subject: [PATCH] Add tweak (#1837) --- config/tweaks.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/config/tweaks.json b/config/tweaks.json index af361c4..260e85a 100644 --- a/config/tweaks.json +++ b/config/tweaks.json @@ -2234,6 +2234,18 @@ " ] }, + "WPFTweaksEndTaskOnTaskbar": { + "Content": "Enable End Task With Right Click", + "Description": "Enables option to end task when right clicking a program in the taskbar", + "category": "Essential Tweaks", + "panel": "1", + "Order": "a002_", + "InvokeScript": [ + " + Set-ItemProperty -Path \"HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced\\TaskbarDeveloperSettings\" -Name \"TaskbarEndTask\" -Type \"DWord\" -Value \"1\" + " + ] + }, "WPFTweaksOO": { "Content": "Run OO Shutup", "Description": "Runs OO Shutup from https://www.oo-software.com/en/shutup10",