Recently we posted about a cool "Kill Not Responding Tasks" shortcut which can kill all not responding programs on the fly: Kill All Not Responding Programs On The Fly Using A Simple Shortcut
Today in this tutorial, we'll tell you how to add this shortcut in Desktop context menu so that you can access it quickly and easily.
It'll only work in Windows Vista and 7.
Following are the required steps:
1. Type regedit in RUN or startmenu search box and press Enter. It'll open Registry Editor.
2. Now go to:
4. Now right-click on the new key which we created in step 3 and select "New -> Key". Give the new key name of command.
5. In right-side pane, change value of "Default" to:
6. That's it. Now you'll have "Kill Not Responding Tasks" shortcut in Desktop context menu.
PS: Windows 7 users can also set an icon and position for the shortcut.
To set the icon, select the key created in Step 3 and in right-side pane, create a new String value "Icon". Set its value to explorer.exe,9
To set its position in the context menu, create a new String value "Position" and set its value to:
Download Registry Script
Today in this tutorial, we'll tell you how to add this shortcut in Desktop context menu so that you can access it quickly and easily.
It'll only work in Windows Vista and 7.
Following are the required steps:
1. Type regedit in RUN or startmenu search box and press Enter. It'll open Registry Editor.
2. Now go to:
HKEY_CLASSES_ROOT\DesktopBackground\Shell (for Windows 7)3. Now we'll need to create a new key under "Shell" key. Right-click on "Shell" key and select "New -> Key". Give the new key name "Kill Not Responding Tasks".
HKEY_CLASSES_ROOT\Directory\Background\Shell (for Windows Vista)
4. Now right-click on the new key which we created in step 3 and select "New -> Key". Give the new key name of command.
5. In right-side pane, change value of "Default" to:
taskkill /F /FI "STATUS eq NOT RESPONDING"
6. That's it. Now you'll have "Kill Not Responding Tasks" shortcut in Desktop context menu.
PS: Windows 7 users can also set an icon and position for the shortcut.
To set the icon, select the key created in Step 3 and in right-side pane, create a new String value "Icon". Set its value to explorer.exe,9
To set its position in the context menu, create a new String value "Position" and set its value to:
Top (To show it at top)PS. If you want a ready-made registry script to do the task automatically, download following ZIP file, extract it and run the desired REG file:
Bottom (To show it at bottom)
Download Registry Script
0 comments:
Post a Comment