When you open the Autorun.inf file, you could see the following inputs
The AutoRun section contains the default AutoRun commands. An autorun.inf file must contain this section to be valid.
Open = [exepath]exefile [param1 [param2 …]]
Specifies the path, file name and optional parameters to the application that AutoRun launches when a user inserts a disc in the drive. It is the CreateProcess function that is called by AutoRun.
icon = iconfilename[,index]
The name of a file resource containing an icon. This icon replaces the standard drive icon in Windows Explorer. This file must be in the same directory as the file specified by the open key.
The following image shows the files while opening the USB device that contains Autorun.inf file.
To disable the Autorun functionality in windows you can refer this Microsoft KB article http://support.microsoft.com/kb/967715
Thanks,
Morgan
Software Developer