Friends

Saturday, April 9, 2011

Add an Image in Desktop and Explorer Context Menu in Windows XP

This tutorial will help you in adding an image in Desktop and Explorer context menu in Windows XP:
1. First download following ZIP file and extract the DLL file from it:
Download Link
2. Now register the DLL file by giving following command:

regsvr32 DLL_File_Location
i.e., if you saved the DLL file in D:\Image.dll, then give following command:
regsvr32 d:\Image.dll
3. That's it. You'll get the image in context menu.
4. To remove the image simply un-register the DLL file by giving following command:
regsvr32 DLL_File_Location /u
NOTE: If you want to change the image, edit the file using Resource Hacker and change the image in the file. You can add any BMP file (max size 96x96).

0 comments:

Post a Comment

#
### ###