Jump to content

Recommended Posts

Posted

Hello, I search how to put my option in right clic menu on a drive for close it when it is eject under the "eject" menu.

It is possible?

Here it is under defrag option in right clic menu.

Thanks


Posted

It would be possible to do it, make a small and simple app that sends a MCI command MCI_SET_DOOR_CLOSED or using WMPlayer.OCX.7 (many ways to do it), and then add it to the context menu.

Posted

This is what I use:

;Right-click any drive to close the tray of the optical drive
[HKEY_CLASSES_ROOT\Drive\shell\draw]
@="Close CD-&tray"
[HKEY_CLASSES_ROOT\Drive\shell\draw\command]
@="cdr.exe close ALL"

You can get CDR.exe from here - http://unattended.msfn.org/xp/downloads.htm and place it in your System32 folder.

Any more ideas, or some way to get rid of that uply CMD window from its use is welcomed.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...