Go ahead and take a look. Insert one of your program CDs into your CD-ROM drive, for example your Windows CD. Within a few seconds of inserting that CD, you will get the Windows welcome screen. Close that screen by clicking on the X in the top right corner. Now let's see what just happened. Open Windows Explorer and select the CD-ROM drive. Now look for a file called Autorun.inf. When you found it, highlight it by clicking on it once, then hold down the Shift key on your keyboard and right-click on the file. In the resulting menu, select Open With ... You'll get a window where you want to choose Notepad. In the Notepad window, you'll see something like this:
[autorun]
OPEN=CDSAMPLE\AUTORUN\AUTORUN.EXE
ICON=CDSAMPLE\AUTORUN\WIN98CD.ICO
The first line tells Windows that this is indeed an autorun file and that the following command is to be executed.
The second line tells Windows to OPEN the file AUTORUN.EXE which can be found at the path CDSAMPLE\AUTORUN on the CD.
The third line tells Windows to display the icon WIN98CD.ICO, which can be found at CDSAMPLE\AUTORUN on the CD, for this CD in the Explorer window.
Don't believe me? Go see for yourself. On the Windows CD, find the folder CDSAMPLE\AUTORUN. And it contains exactly those two files.
Ok, we know that it works. But how can you disable the AutoRun feature if you suspect it causes CD-ROM problems or just don't want it to launch the CD you are about to
insert
Page 2: How to disable autorun
|