How To Add ‘Insert’ Option To CD Drive Context Menu


Context Menu’s are Menus which are specifically allotted for a particular application. In other words they are the menus which will be opened when you right click a particular application. You ca tweak the context menus by simple registry hacks. In this tutorial we are adding an Insert option in the CD Drive’s Context Menu which can be used to open the CD drive to Insert the CD. Here is the step-by-step procedure:

1. Download the file cdeject.zip from http://tinyurl.com/38xklh, extract it and copy the DLL file to the %windir%\System32 folder.

2. Copy the following code into Notepad:

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\CLSID\{02A07E8
0-EFA2-11D4-8306-A7EBD4C50C7C}]
@=”CDEject Context Menu Shell
Extension”

[HKEY_CLASSES_ROOT\CLSID\{02A07E8
0-EFA2-11D4-8306-
A7EBD4C50C7C}\InprocServer32]
@=”C:\\WINDOWS\\system32\\cdeject
.dll”
“ThreadingModel”=”Apartment”

[HKEY_CLASSES_ROOT\Drive\shellex\
ContextMenuHandlers\{02a07e80-
efa2-11d4-8306-a7ebd4c50c7c}]
@=”{02a07e80-efa2-11d4-8306-
a7ebd4c50c7c}”

3. Save the file with any name, but the extension must be .reg.

4. Run the file; it’ll ask for permission. Grant it.

5. You’ll now get the Insert option in the CD drive context menu!

Filed under: Tips n Tricks
Tags: , , , ,
September 7, 2008 by: Prasanth Chandra

Leave a Reply