Add any Image in Desktop/Explorer Context Menu ! (Tutorial Contest)

chiragchirag MemberNAT Warrior
Hi guys!
Another tutorial after a long time bcoz of my exams.
Though its not a BIG tutorial but a very small & Interesting one!

After following this tutorial, u'll get ur desired image in the context menu (the menu which appears when u right-click on desktop or explorer). See the following screenshot of my context menu:

newpicture6zv.jpg

Now lets begin the tutorial!

1.) First d/l the attached ZIP file and extract the DLL file from it.
2.) now simply register the DLL file by giving following command:
regsvr32 < DLL_File_Location >

i.e., if the downloaded DLL file is in D:\Image.dll , then give following command:
regsvr32 d:\Image.dll

3.) Now see the magic. U'll get an image added to the context menu.

4.) To remove the image simply unregister the DLL file by giving following command:
regsvr32 < DLL_File_Location > /u

NOTE : If u want to change the image, simply edit the file using Resource Hacker and change the image in the file. U can add any BMP file (max size 96x96).
( I got this DLL file a long time back, so can't remember the sitename. )
Sign In or Register to comment.