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}"