Wednesday 7 March 2012

Add your favourite options to context menu


Now you can add your favorite programs to context menu.





















If you want to show option when you right click on file

Copy the code below


Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Directory\shell\Askmetricks.blogspot.com ]
@="mspaint"

[HKEY_CLASSES_ROOT\Directory\shell\Askmetricks.blogspot.com \command]
@="C:\\WINDOWS\\system32\\mspaint.exe"



Or if you want to show option when ypu right click on folders

Copy the code below



Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Directory\shell\askmetricks.blogspot.com ]
@="name of your file here."

[HKEY_CLASSES_ROOT\Directory\shell\askmetricks.blogspot.com \command]
@="C:\\WINDOWS\\system32\\mspaint.exe"


And save files with .reg extension  Example  context.reg

To add your programs instead of  paint  then replace the




Example:-

@="C:\\WINDOWS\\system32\\mspaint.exe"

@="\"C:\\Program Files\\VideoLAN\\VLC\\vlc.exe\""



Thank you.

No comments:

Post a Comment