Tuesday 20 December 2011

Add your favourite options to context menu

Keeping lot's of icons on desktop like games, applications but it 


doesn't look good... but after reading this article you can add your 


applications & games shortcuts to right click context menu so the 


are not on desktop but easily accessible like you just right click on 


folder & start the applications...





















How to add options to right click...

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\application ]
@="name of your file here."

[HKEY_CLASSES_ROOT\Directory\shell\ application  \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

Path & file name

That's it.


Work Smarter...

1 comment :