The program automatically runs the program every time you plug into Windows XP SP2, and also displays the icon when you open Windows Explorer. You can also name the USB drive with any name you like, but will be limited to 11 characters - the maximum number of characters that allows the drive label in Windows. To do this, create the "Autorun.inf" file in the root of the drive with the same content as the following example: [autorun]
open = PortableFirefox.exe action = Start PortableFirefox
icon = PortableFirefox.exe label = Portable Internet
In it, the line "open = " allows auto-loading ( AutoPlay ) feature of Windows XP to open programs in the example above PortableFirefox.exe and the "acion =" command allows adding parameters when loading in the wallet This example is Start PortableFirefox . However, you should also pay attention to paths if the files are not in the root directory. You need to remove the drive letter from the path, because you cannot know which drive name will be used on other computers.
Edit the Boot.ini file in Windows XP