Results 1 to 19 of 19

Thread: Tutorial:How to add "Insert" Opition on the right click menu of cd drive

  1. #1
    The Master imrock's Avatar
    Join Date
    Sep 2008
    Liked
    0 times
    Posts
    2,200

    Default Tutorial:How to add "Insert" Opition on the right click menu of cd drive

    Hi guys.
    As we right click on cd drive opition we get the opition eject but not the Opition "Insert".
    In this tutorial i will explain step-by-step on how to add the opition "Insert" in the right click menu of cd drive.

    Steps:-
    1) First download this file
    2) Extract the DLL file and copy and paste it to "C:\Windows\System32".
    3)Copy and paste the quoted text 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\ContextMenuHandler s\{02a07e80-efa2-11d4-8306-a7ebd4c50c7c}]
    @="{02a07e80-efa2-11d4-8306-a7ebd4c50c7c}"
    4) Save the file as .reg with any name.
    5) Run the .reg file and then grant the permission.

    Enjoy!no need to press the button near cd drive.
    Last edited by just4kix; 09-25-09 at 11:09 PM.
    "LIFE IS LIKE AN ICE-CREAM SO ENJOY IT AS MUCH AS U CAN"

  2. #2
    Guardian Angel just4kix's Avatar
    Join Date
    Dec 2007
    Liked
    118 times
    Posts
    11,161

    Default

    Thanks for the information. Rep added.

  3. #3
    The Master imrock's Avatar
    Join Date
    Sep 2008
    Liked
    0 times
    Posts
    2,200

    Default

    Quote Originally Posted by just4kix View Post
    Thanks for the information. Rep added.
    Welcome j4k
    did u try it?it works!
    i have a proof.see:

    after the procedure u have to wait for abut 5-10 mins.
    Attached Images Attached Images
    • File Type: jpg 1.jpg (16.2 KB, 69 views)

  4. #4
    Guardian Angel just4kix's Avatar
    Join Date
    Dec 2007
    Liked
    118 times
    Posts
    11,161

    Default

    No. Tried it. It is giving me the error:

    Cannot import <filename>. This specified file is not a registry script. You can only import binary registry files from within the registry editor.
    But I suppose that this method will not work for laptop CD/DVD ROMs because they have manual operation only.

  5. #5
    Platinum Member Archer's Avatar
    Join Date
    Aug 2008
    Liked
    0 times
    Posts
    2,969

    Default

    This really works. Repo [ASAP]. Is there any way to move the Insert button near Eject button. Or change the Eject button to Insert if the CD tray is already open ?

    BTW, There is a problem in the registry entry provided here. The *third line will create a new Key (registry folder) called ContextMenuHandler s instead of merging with ContextMenuHandlers Key.

    *Original Code

    Code:
    [HKEY_CLASSES_ROOT\Drive\shellex\ContextMenuHandler s\{02a07e80-efa2-11d4-8306-a7ebd4c50c7c}]
    @="{02a07e80-efa2-11d4-8306-a7ebd4c50c7c}"
    Fixed Code

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

  6. #6
    Platinum Member
    Join Date
    Aug 2009
    Liked
    0 times
    Posts
    8,555

    Default

    Handy thread. Rated.

  7. #7
    The Master imrock's Avatar
    Join Date
    Sep 2008
    Liked
    0 times
    Posts
    2,200

    Default

    opps sorry.
    thanks for correcting archer
    guys this is the right one:
    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\ContextMenuHandler s\{02a07e80-efa2-11d4-8306-a7ebd4c50c7c}]
    @="{02a07e80-efa2-11d4-8306-a7ebd4c50c7c}"

  8. #8
    Junior Member
    Join Date
    Jul 2009
    Liked
    0 times
    Posts
    7

    Default

    doesn't work for me

    I am running Windows 7. Do I need to make any changes

  9. #9
    The Master imrock's Avatar
    Join Date
    Sep 2008
    Liked
    0 times
    Posts
    2,200

    Default

    no it works with win7 too.
    u should have done some mistake.
    ya it takes 5-10mins to take effect.

  10. #10
    Guardian Angel just4kix's Avatar
    Join Date
    Dec 2007
    Liked
    118 times
    Posts
    11,161

    Default

    I got a 404-File not found error for the file "cdeject.dll".

    It can be found here: 4shared.com - online file sharing and storage - download cdeject.zip

  11. #11
    Platinum Member Archer's Avatar
    Join Date
    Aug 2008
    Liked
    0 times
    Posts
    2,969

    Default

    Quote Originally Posted by just4kix View Post
    I got a 404-File not found error for the file "cdeject.dll".
    I also got the 404 file not found error message. So I searched for the cdeject.dll file and found another one. Later I tried to download the first file with a proxy and it worked.

  12. #12
    The Master imrock's Avatar
    Join Date
    Sep 2008
    Liked
    0 times
    Posts
    2,200

    Default

    thanks j4k for correcting the link.
    actually i posted other link which was not working and viewed another link that worked.

  13. #13
    Platinum Member
    Join Date
    Aug 2009
    Liked
    0 times
    Posts
    8,555

    Default

    @imrock
    Please edit your first post to correct the link and quoted text.

  14. #14
    Bronze Member
    Join Date
    Jul 2009
    Liked
    0 times
    Posts
    126

    Default

    its working and its great

  15. #15
    Junior Member
    Join Date
    Feb 2008
    Liked
    1 times
    Posts
    32

    Default

    Thanks a lot -imrock

  16. #16
    Guardian Angel just4kix's Avatar
    Join Date
    Dec 2007
    Liked
    118 times
    Posts
    11,161

    Default

    All changes done including script error.

  17. #17
    The Master imrock's Avatar
    Join Date
    Sep 2008
    Liked
    0 times
    Posts
    2,200

    Default

    Quote Originally Posted by meetdilip View Post
    @imrock
    Please edit your first post to correct the link and quoted text.
    i can't edit so i am creating new.
    see:
    Steps:-
    1) First download this file
    2) Extract the DLL file and copy and paste it to "C:\Windows\System32".
    3)Copy and paste the quoted text 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\ContextMenuHandler s\{02a07e80-efa2-11d4-8306-a7ebd4c50c7c}]
    @="{02a07e80-efa2-11d4-8306-a7ebd4c50c7c}"
    4) Save the file as .reg with any name.
    5) Run the .reg file and then grant the permission.

    Enjoy!no need to press the button near cd drive.

  18. #18
    Junior Member
    Join Date
    Oct 2009
    Liked
    0 times
    Posts
    1

    Default Right-Click Context Menu for Close CD Tray

    Thank you for your tutorial, but I would like to know if you know of another way of adding this context menu WITHOUT having to download anything from the internet.

    If you didn't know, you can "Close" the CD/DVD drive tray by opening Computer Management > Removable Storage > Libraries > <right-click> on Media Device* > Eject (is the top option).

    *Where Media Device is your CD or DVD Drive

    This will Eject the Media Device Tray. Right-click again on the Media Device and "Eject" is now replaced with "Inject" (Closes the Tray).

    By clicking Inject, the Media Inject Wizard is launched in a new window. Click Next and Next again. The Media Device Tray will then close!

    Obviously this involves a lot of key strokes, but it does demonstrate that with the correct and known commands + registry entries this can be turned into a right-click context menu for Inject.

    Do you know how I can get this to work?

  19. #19
    Silver Member
    Join Date
    Jul 2009
    Liked
    1 times
    Posts
    345

    Default

    wonderful... Repped..

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. How to add custom title to your Pen Drive
    By meetdilip in forum Windows
    Replies: 1
    Last Post: 02-02-10, 07:32 PM
  2. Creating universal rescue USB flash drive
    By Logik in forum Computer Security
    Replies: 1
    Last Post: 02-02-10, 01:53 PM