Jump to content

How to Add IMGBurn to XP AutoPlay menu


zro

Recommended Posts

This will add an option to launch IMGBurn from that 'AutoPlay' menu that pops up when u insert blank media in your drive.

 

heres the .reg file

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\EventHandlers\HandleCDBurningOnArrival]
"IMGBurnOnArrival"=""

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\Handlers\IMGBurnOnArrival]
"Action"="IMG Burn!"
"DefaultIcon"="\"C:\\Program Files\\ImgBurn\\ImgBurn.exe\",0"
"Provider"="ImgBurn"
"InvokeProgID"="ImgBurnOpen"
"InvokeVerb"="open"

[HKEY_CLASSES_ROOT\ImgBurnOpen]
@="ImgBurn"

[HKEY_CLASSES_ROOT\ImgBurnOpen\shell]

[HKEY_CLASSES_ROOT\ImgBurnOpen\shell\open]

[HKEY_CLASSES_ROOT\ImgBurnOpen\shell\open\command]
@="\"C:\\Program Files\\ImgBurn\\ImgBurn.exe\"%1"

 

This should be self explanatory, but basically, if you wanna do it manually...

You have to navigate to the keys in the '[]'s in regedit, and create them if they don't exist, then add the values beneath it. ...ya, if yr not familliar with regedit that prolly doesnt make sense, but just google around, you'll get it. OR just dl and run the reg file.

 

NOTE: If you have not installed IMGBurn in C:\Program Files\ImgBurn\ then you have to change those paths... obviously.

 

 

also, not totally sure that last %1 there is necessary, so if anyone wants to chime in on that...

also, shouldnt this just be an option on install?

lemme kno what people think, is this incorrect?

IMGBurn_AutoPlay.reg

Link to comment
Share on other sites

×
×
  • Create New...

Important Information

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