How to Crash Your Computer Using a Batch File
Method 1 of 2
start %0 %0
2. Save the file as anything.bat removing the trailing .txt.
3.Find and run anything.bat to cause your computer to crash.
4. Finished.
Method 2 of 2: Using up resources on the computer
1
Copy and paste this code into Notepad or whatever text program you’re using.
- @echo off
- A
- start
- goto A:
-
2Save as a batch file. It’s ready.