mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2024-12-31 18:24:27 -06:00
Add tweak (#1837)
This commit is contained in:
parent
50090efcef
commit
a920862a9d
@ -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": {
|
"WPFTweaksOO": {
|
||||||
"Content": "Run OO Shutup",
|
"Content": "Run OO Shutup",
|
||||||
"Description": "Runs OO Shutup from https://www.oo-software.com/en/shutup10",
|
"Description": "Runs OO Shutup from https://www.oo-software.com/en/shutup10",
|
||||||
|
Loading…
Reference in New Issue
Block a user