It is quite simple to create an Autorun File. You just need to save a Text Document(Notepad) with the following first line:
[autorun]
And save it as 'autorun.inf' (With single Quotes)
You can further add a label, icon or even attach a program that will start as soon as you plug in the USB device.
[autorun]
icon=anything.jpg
label=anything
open=virus.bat
Note: This file must be present in the root directory of the USB device. The files used in defining "icon" & "open" must be present in the root of USB device.
No comments:
Post a Comment