Saturday, December 20, 2008

Custom Your USB Flash Disk with AUTORUN.INF & DESKTOP.INI

AUTORUN.INF

Parameter AutoRun
UseAutoPlay=1 --> parameter will automatic execute file

Label=Your Name --> parameter will become name your USB device

Icon=shell32.dll,10 --> parameter will be change icon your USB device
please search to internet file icon (*.ICO) or
get icon program with software IconSext from Nirsoft.net .

Open=Setup.EXE
Action=Setup.EXE
Shellexecute=Setup.EXE

SHELL\1=Install
SHELL\1\COMMAND=Setup.EXE
Parameters will execute the program .

DESKTOP.INI
File DESKTOP.INI is file system and read-only.

[{BE098140-A513-11D0-A3A4-00C04FD706EC}]
IconArea_Text=0xFF00FF -->parameter change color text
IconArea_Image=Your_image.JPG -->parameter change background image
IconArea_TextBackground=0xFFFFOOOO -->parameter change color text background

[.ShellClassInfo]
ConfirmFileOp=1
InfoTip=This text will be show in My Computer Comments

No comments: