pull/1842/head
ModernTTY 2 weeks ago committed by GitHub
parent 50090efcef
commit a920862a9d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 12
      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",

Loading…
Cancel
Save