Jump to content

Recommended Posts

Posted

The default action for Drive.CDROM is "Read using ImgBurn". I want to change it to "Open", however I want to keep "Read using ImgBurn" as a secondary option.

Is that possible?

Posted

That one is off by default for a reason :)

 

Assuming you can find that key in RegEdit, try just adding 'open' as the default value within Drive.CDROM.

 

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\SystemFileAssociations\Drive.CDROM\shell]
@="open"

 

It's only defaulting to ImgBurn's entry because it's the only one that exists, it's not something I'm making (or not making!) it do.

Posted

That one is off by default for a reason :)

 

Assuming you can find that key in RegEdit, try just adding 'open' as the default value within Drive.CDROM.

 

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\SystemFileAssociations\Drive.CDROM\shell]
@="open"

 

It's only defaulting to ImgBurn's entry because it's the only one that exists, it's not something I'm making (or not making!) it do.

 

Worked just fine. Thanks

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.