diff --git a/winutil.ps1 b/winutil.ps1 index 65abfcb5..f0657a85 100644 --- a/winutil.ps1 +++ b/winutil.ps1 @@ -9863,6 +9863,18 @@ $sync.configs.tweaks = '{ " ] }, + "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", @@ -11935,6 +11947,7 @@ $inputXML = '