Wednesday, February 20, 2013

Add shortcut of your program on desktop right click

Here, i will teach you how to add your program to the right click of the desktop like below :

1. Open notepad
2. Copy the following codes and paste it in your notepad :

REGEDIT4
[HKEY_CLASSES_ROOT\DesktopBackground\Shell\rabin_rock007]
@="Show my program"
"icon"="c:\back.ico"
"position"="top"
[HKEY_CLASSES_ROOT\DesktopBackground\Shell\rabin_rock007\command]
@="explorer.exe"

3. File > Save as > name.reg
4. Double click on saved file
NOTE : Replace "c:\back.ico" with your own icon location and replace "explorer.exe"   with your exe file location


If this works for you then please comment / Donate :p !

No comments:

Post a Comment