Featured Article

Add Your Favorite Program Shortcut in Desktop Context Menu in Windows XP

Share
In this tutorial, I'll tell you how to add a shortcut of your favorite program, (like Windows Media Player, firefox, opera, winamp, etc) in Desktop context menu (which is also applied to explorer context menu):

1. Copy your favorite application's EXE file from its own folder (like winamp.exe, firefox.exe, etc) to following folder:
%windir%\PCHealth\HelpCtr\Binaries\
2. Now take a backup of helpctr.exe file in that folder and then delete the file. Now give the same name to your copied EXE file. (i.e., first delete helpctr.exe file and then rename your copied EXE file (like winamp.exe) to helpctr.exe ).
3. Now the final part. Open Shell32.dll file in Resource Hacker and go to: Menu -> 215. In right-side pane, add following line to anywhere you want to add the shortcut (like you can add this line just below the "Refresh" menu, as I have done in my screenshot):
MENUITEM "Media Player", 28785, MFT_STRING, MFS_ENABLED
You can replace "Media Player" to some other text if you want.
4. Now compile the file and save it, and finally replace Shell32.dll file with this hacked one.
After restarting the system, you can see a new shortcut in the context menu for your desired application .

NOTE: The above method might cause Help Center to not work properly, because we have replaced the helpctr.exe file with some other EXE file, so apply this method if you don't want to use help center.

Do You Like This Article?