Skip to content

mvxine/EndTask10

Repository files navigation

EndTask10 Logo

Instantly end frozen apps. Just hover and press CTRL + SHIFT + E

Download License Platform Downloads


The idea

Windows 11 has a built-in "End Task" option in the taskbar context menu — finally, a quick way to kill a frozen app without opening Task Manager.

Windows 11 End Task feature
Windows 11's built-in End Task — a step forward, but still two clicks away

Windows 10 doesn't have it. And even on Windows 11, you still need to right-click and navigate a menu — two extra steps when your app is frozen and every second counts.

EndTask10 makes it a single keystroke: hover your mouse over any taskbar icon and press Ctrl+Shift+E. That's it.

EndTask10 Demo
Click to watch the demo — Hover + Ctrl+Shift+E = done. No menus, no clicking, no waiting.

No tray icons, no background processes, no popups. A tiny DLL injected into explorer.exe listens for the hotkey, identifies the app under your cursor, and kills it. The launcher exits immediately — nothing stays running except a lightweight hook inside a process already in memory.


Quick start

1. Download

Get the latest build from Releases.

2. Run setup (as admin)

setup.bat

Auto-elevates via UAC. Copies files to %LOCALAPPDATA%\EndTask10\, registers auto-start, and injects into explorer.exe immediately.

3. Use it

Mode How
Hover 🖱️ Mouse over any taskbar icon, press Ctrl+Shift+E
Right-click 🖱️ Right-click a taskbar app, press Ctrl+Shift+E within 8s

Press Esc to cancel a pending target.

Uninstall

uninstall.bat

FAQ

Does it work on Windows 10? ✅

Yes — that's the whole point. EndTask10 brings the "End Task" capability to Windows 10.

Does it work on Windows 11? ✅

Yes. Works alongside the built-in "End Task" menu option as a faster keyboard shortcut.

Why does my antivirus flag it? 🛡️

The tool injects a DLL via CreateRemoteThread — a technique also used by malware. It's a false positive. The source is fully open for review. Add an exception for %LOCALAPPDATA%\EndTask10\.

Why does Steam restart after I kill it? 🔄

Steam has an internal watchdog. Even Windows 11's built-in "End Task" can't permanently stop it. EndTask10 still kills frozen Steam — it just restarts afterward.

Why admin for setup? 🔒

To stop services that restart killed apps (Steam Client Service, etc.). The tool itself runs at user level.


License

Custom non-commercial — see LICENSE for details. Commercial use requires permission.


Technical documentation →