India Broadband Forum


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

This is a discussion on Tutorial:How to add "Insert" Opition on the right click menu of cd drive within the Windows forums, part of the Operating Systems category; Hi guys. As we right click on cd drive opition we get the opition eject but not the Opition "Insert". ...

Go Back   India Broadband Forum > Computers > Operating Systems > Windows

India Broadband Forum


                      

Reply

 

LinkBack Thread Tools Display Modes
Old 09-25-09, 11:20 AM   #1
Gold Member
 
imrock's Avatar
 
Join Date: Sep 2008
Posts: 748
Rep Power: 3
imrock will become famous soon enoughimrock will become famous soon enough
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.
Quote:
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-26-09 at 12:09 AM.
imrock is offline   Reply With Quote
Old 09-25-09, 11:25 AM   #2
Platinum Member
 
just4kix's Avatar
 
Join Date: Dec 2007
Location: Pune
Posts: 8,899
Blog Entries: 6
Rep Power: 19
just4kix is a splendid one to beholdjust4kix is a splendid one to beholdjust4kix is a splendid one to beholdjust4kix is a splendid one to beholdjust4kix is a splendid one to beholdjust4kix is a splendid one to beholdjust4kix is a splendid one to beholdjust4kix is a splendid one to behold
Default

Thanks for the information. Rep added.
just4kix is offline   Reply With Quote
Old 09-25-09, 11:30 AM   #3
Gold Member
 
imrock's Avatar
 
Join Date: Sep 2008
Posts: 748
Rep Power: 3
imrock will become famous soon enoughimrock will become famous soon enough
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
File Type: jpg 1.jpg (16.2 KB, 58 views)
imrock is offline   Reply With Quote
Old 09-25-09, 12:40 PM   #4
Platinum Member
 
just4kix's Avatar
 
Join Date: Dec 2007
Location: Pune
Posts: 8,899
Blog Entries: 6
Rep Power: 19
just4kix is a splendid one to beholdjust4kix is a splendid one to beholdjust4kix is a splendid one to beholdjust4kix is a splendid one to beholdjust4kix is a splendid one to beholdjust4kix is a splendid one to beholdjust4kix is a splendid one to beholdjust4kix is a splendid one to behold
Default

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

Quote:
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.
just4kix is offline   Reply With Quote
Old 09-25-09, 01:01 PM   #5
Platinum Member
 
Archer's Avatar
 
Join Date: Aug 2008
Location: Kerala
Posts: 2,824
Rep Power: 6
Archer is a jewel in the roughArcher is a jewel in the roughArcher is a jewel in the rough
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}"
Archer is offline   Reply With Quote
Old 09-25-09, 01:40 PM   #6
The Wizard
 
meetdilip's Avatar
 
Join Date: Aug 2009
Posts: 895
Rep Power: 1
meetdilip is on a distinguished road
Default

Handy thread. Rated.
meetdilip is offline   Reply With Quote
Old 09-25-09, 01:56 PM   #7
Gold Member
 
imrock's Avatar
 
Join Date: Sep 2008
Posts: 748
Rep Power: 3
imrock will become famous soon enoughimrock will become famous soon enough
Default

opps sorry.
thanks for correcting archer
guys this is the right one:
Quote:
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}"
imrock is offline   Reply With Quote
Old 09-25-09, 03:12 PM   #8
Junior Member
 
Join Date: Jul 2009
Location: Kolkata
Posts: 6
Rep Power: 1
adityasaraf007 is on a distinguished road
Default

doesn't work for me

I am running Windows 7. Do I need to make any changes
adityasaraf007 is offline   Reply With Quote
Old 09-25-09, 07:55 PM   #9
Gold Member
 
imrock's Avatar
 
Join Date: Sep 2008
Posts: 748
Rep Power: 3
imrock will become famous soon enoughimrock will become famous soon enough
Default

no it works with win7 too.
u should have done some mistake.
ya it takes 5-10mins to take effect.
imrock is offline   Reply With Quote
Old 09-25-09, 08:53 PM   #10
Platinum Member
 
just4kix's Avatar
 
Join Date: Dec 2007
Location: Pune
Posts: 8,899
Blog Entries: 6
Rep Power: 19
just4kix is a splendid one to beholdjust4kix is a splendid one to beholdjust4kix is a splendid one to beholdjust4kix is a splendid one to beholdjust4kix is a splendid one to beholdjust4kix is a splendid one to beholdjust4kix is a splendid one to beholdjust4kix is a splendid one to behold
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
just4kix is offline   Reply With Quote
Old 09-25-09, 09:08 PM   #11
Platinum Member
 
Archer's Avatar
 
Join Date: Aug 2008
Location: Kerala
Posts: 2,824
Rep Power: 6
Archer is a jewel in the roughArcher is a jewel in the roughArcher is a jewel in the rough
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.
Archer is offline   Reply With Quote
Old 09-25-09, 10:13 PM   #12
Gold Member
 
imrock's Avatar
 
Join Date: Sep 2008
Posts: 748
Rep Power: 3
imrock will become famous soon enoughimrock will become famous soon enough
Default

thanks j4k for correcting the link.
actually i posted other link which was not working and viewed another link that worked.
imrock is offline   Reply With Quote
Old 09-25-09, 11:34 PM   #13
The Wizard
 
meetdilip's Avatar
 
Join Date: Aug 2009
Posts: 895
Rep Power: 1
meetdilip is on a distinguished road
Default

@imrock
Please edit your first post to correct the link and quoted text.
meetdilip is offline   Reply With Quote
Old 09-26-09, 12:07 AM   #14
Bronze Member
 
Ravi_Ranjan's Avatar
 
Join Date: Jul 2009
Location: Patna, (BIHAR)
Posts: 123
Rep Power: 1
Ravi_Ranjan is on a distinguished road
Default

its working and its great
Ravi_Ranjan is offline   Reply With Quote
Old 09-26-09, 12:09 AM   #15
Junior Member
 
Join Date: Feb 2008
Posts: 16
Rep Power: 2
sudu846 is on a distinguished road
Default

Thanks a lot -imrock
sudu846 is offline   Reply With Quote
Old 09-26-09, 12:10 AM   #16
Platinum Member
 
just4kix's Avatar
 
Join Date: Dec 2007
Location: Pune
Posts: 8,899
Blog Entries: 6
Rep Power: 19
just4kix is a splendid one to beholdjust4kix is a splendid one to beholdjust4kix is a splendid one to beholdjust4kix is a splendid one to beholdjust4kix is a splendid one to beholdjust4kix is a splendid one to beholdjust4kix is a splendid one to beholdjust4kix is a splendid one to behold
Default

All changes done including script error.
just4kix is offline   Reply With Quote
Old 09-26-09, 10:21 PM   #17
Gold Member
 
imrock's Avatar
 
Join Date: Sep 2008
Posts: 748
Rep Power: 3
imrock will become famous soon enoughimrock will become famous soon enough
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.

Quote:
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.
imrock is offline   Reply With Quote
Old 10-08-09, 01:48 PM   #18
Junior Member
 
Join Date: Oct 2009
Posts: 1
Rep Power: 0
NeilOvermoore is on a distinguished road
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?
NeilOvermoore is offline   Reply With Quote
Old 10-09-09, 11:02 AM   #19
Bronze Member
 
NrN Kill's Avatar
 
Join Date: Jul 2009
Location: Bang
Posts: 269
Rep Power: 1
NrN Kill will become famous soon enough
Default

wonderful... Repped..
NrN Kill is offline   Reply With Quote
Reply

Tags
add, click, insert, opition, tutorialhow

Thread Tools
Display Modes

Posting Rules
You may post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads

Thread Thread Starter Forum Replies Last Post
REMOTELY ACCESSING THE FOLDER OF A PC VIA "\\machine ip"" sanmalkani BSNL broadband 8 05-05-09 08:24 PM
Reliance To Launch ""change2broadband"" Campaign For Existing 1x Customers krunal_jr Reliance Broadband 2 04-05-09 02:16 PM
Does BSNL has "open " or "Closed" port policy? maxwega Other DSL Broadband Services 1 02-01-09 03:11 PM
Help needed for Configuring router from "Always on" to "dialer mode" deepak_heatm BSNL broadband 1 01-18-08 04:54 PM


All times are GMT +5.5. The time now is 08:00 AM.


India Broadband Forum