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 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
×
×
  • Create New...

Important Information

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