Add "INSERT" Option in CD Drive Context

Add "INSERT" Option in CD Drive Context Menu !
1. Download the attached file (download it from source link, if you can't download it here), extract it and copy the DLL file to "%windir%\System32" folder.

2. Copy following code in notepad:

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 any name but the extension must be .REG

4. Now run the file, it'll ask your permission, accept it.

5. Now you'll get an Insert option in the CD Drive context menu.
 
Top