Custom Search

Sunday, January 13, 2008

Add INSERT Option in CD Drive Context Menu


you'll get "Insert" option in your CD/DVD drive context menu. So there will be no need to push drive tray, just click on "Insert" option and it'll automatically insert the tray. So here is the step-by-step procedure:

1.) Download "cdeject.zip" file from here, extract it and copy the DLL file to "%windir%\System32" folder.

2.) Copy following code in notepad:


Code:
Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\CLSID\{02A07E80-EFA2-11D4-8306-A7EBD4C50C7C}] @="CDEject Context Menu Shell Extension" [HKEY_CLASSES_ROOT\CLSID\{02A07E80-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 name "Mukesh.reg" (including quotes).

4.) Now run the file, it'll ask for confirmation, accept it. 5.) Now you'll get the "Insert" option in the CD/DVD Drive context menu.

0 comments: