How to Add “Kill all not responding tasks” Context Menu on Windows 11 or 10?

Integrate a Swift Solution for Unresponsive Apps in Windows 11 or 10.

Every Windows user has, at some point, faced the frustrating scenario where certain applications become unresponsive, stalling work and disrupting the flow. On Windows 11 and 10, while there are manual ways to address these issues, wouldn’t it be incredibly convenient to have a dedicated option in the desktop context menu that lets you swiftly “Kill all not responding tasks”? Such a feature would allow users to instantly terminate any program that isn’t responding, without the need to navigate through multiple options or windows.

Apps freezing and ceasing to respond is an all-too-common issue that many encounter. If you often find yourself resorting to force closing such apps, then adding the “Kill all not responding tasks” option in the desktop context menu of your Windows 11 or 10 PC can be a game-changer. This risewindows guide will illuminate the steps to integrate this handy option, ensuring that the next time an app acts up, you can address it with just a couple of clicks. This not only aids in maintaining system efficiency but also provides a user-friendly solution to a recurrent problem. Let’s delve into how you can add this tool to your arsenal and ensure smooth computer operations, even in the face of uncooperative applications.

How to Add “Kill all not responding tasks” Context Menu in Windows 11 or 10?

Do these steps to add the “Kill all not responding tasks” desktop context menu in Windows 11 or 10:-

Step 1. Open Registry Editor.

Step 2. Browse to the following key in the left sidebar of the Registry Editor window:-

HKEY_CLASSES_ROOT\DesktopBackground\Shell

Step 3. Right-click on the Shell key and pick New > Key.

Registry-Editor-Shell-New-Key

Step 4. Name that new key to KillNRTasks.

Step 5. Right-tap on the KIllNRTasks key and pick New > String Value.

Step 6. Name this newly created REG_SZ to MUIverb.

Step 7. Right-click on the KIllNRTasks key and pick New > String Value.

Step 8. Name this newly created REG_SZ to an icon.

Step 9. Right-tap on the KIllNRTasks key and pick New > String Value.

Step 10. Name this newly created REG_SZ to Position.

Step 11. Double-tap on the MUIverb REG_SZ to set its “Value data” to Kill all not responding tasks.

Step 12. Hit OK.

Step 13. Double-click on the Position REG_SZ and set its “Value data” to MiddleUp, or Bottom.

Step 14. Hit OK.

Step 15. Double-tap on the icon REG_SZ and set its “Value data” to taskmgr.exe,-30651.

Step 16. Hit OK.

Step 17. Right-click on the KillNRTasks key and choose New > Key.

Step 18. Name the newly created key to the command.

Step 19. Look at the opposite side of the “command” key. You will find a (Default) REG_SZ. Double-click on the (Default) REG_SZ and set its “Value data” to the following:-

CMD.exe /C taskkill.exe /f /fi "status eq Not Responding" & Pause

Step 20. Hit OK.

Step 21. Reboot your PC to apply the changes.

Whenever a program is stuck, open the desktop context menu to use the “Kill all not responding tasks” option. A CMD.exe window will open and check if there is any non-responding process(es). Once it finds that, it will kill those processes silently.

To delete the “Kill all not responding tasks” desktop context menu, open Registry Editor and browse to the following path:-

HKEY_CLASSES_ROOT\DesktopBackground\Shell

Right-click on the KillNRTasks key to pick the Delete option in the menu. Hit the Yes button when prompted.

That’s it.

Conclusion

Adding a “Kill all not responding tasks” option in the desktop context menu of Windows 11 or 10 is a highly beneficial feature that enhances system efficiency and user experience. By following the steps outlined in this guide, users can seamlessly terminate unresponsive applications without the need for extensive navigation. This solution is user-friendly and addresses a common problem faced by many Windows users. Remember to navigate the registry with caution and make necessary backups before making changes to avoid unintended system issues.

RELATED ARTICLES

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.

How to Reset Sound Drivers on Windows 11?

Sound issues on a computer can stem from various problems, but one common culprit is often outdated or corrupted sound drivers. These drivers, responsible...

How to Open Command Prompt as Administrator on Windows 11/10/8/7?

Command Prompt, often abbreviated as cmd, has been an integral tool for Windows users since the early days of the operating system. Whether you're...

How to Turn on the UWP File Explorer on Windows 11?

Navigating the intricate digital ecosystem of Windows, you might have stumbled upon the term UWP or Universal Windows Platform. This is Microsoft's evolution for...

How to Enable or Disable IPv6 on Windows 11 or 10?

In the dynamic world of the Internet, staying updated with the latest technology is essential. Internet Protocol version 6 (IPv6) is the newest version...

How to Enable or Disable IPv4 on Windows 11 or 10?

IPv4 (Internet Protocol version 4) is the predominant protocol used for transmitting data over the vast networks of our modern digital age. Serving as...