Autorun did not work in WinXP SP3

Vimal

Member
Hello friends !

I have created some applications (EXE files) and burn it on CD with autorun file.It worked with Windows XP SP2.But when I installed Windows XP service pack 3, autorun did not work.

How can I autorun my CD on WinXP SP3 ?
 
Have you tried going to control panel - hardware & sound - autoplay

Check your settings and make your sure software & games is on autoplay
 
Do you mean that when you put CD inside,the EXE file starts by itself such as a game installation Window?
And now when you installed SP3 it doesn't work anymore?

Because usually "autorun.inf" files are used for that,but they can be used for many other things too lol.Here is an example of "autorun.inf" contents which start a specific EXE file when CD is inserted:

open=File.exe
label=TEST
icon=Icon.ico

By the way autorun files can also do the SAME from the USB storage devices too,only the autorun code is a little bit more complex,but it's possible.I have done it dozens of times.
Of course depending on what you want,in some extreme situations you might also need to create your own VBS and BAT files.I have done it dozens of times.
 
Back
Top