Show 'End Task' option in taskbar context menu

TaskbarMinimum Windows Build: 22631Revertible

When enabled, adds an 'End Task' option to the right-click context menu for apps in the taskbar, allowing you to quickly force close apps.

Code to Apply

Show 'End Task' option in taskbar context menuRegistry
Windows Registry Editor Version 5.00


[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\TaskbarDeveloperSettings]

"TaskbarEndTask"=dword:00000001

Code to Revert

Hide 'End Task' option in taskbar context menuRegistry
Windows Registry Editor Version 5.00


[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\TaskbarDeveloperSettings]

"TaskbarEndTask"=dword:00000000

Want to combine this with other tweaks?

Open Configurator