Funny Notepad Prank to Drive Your Friend Crazy
Welcome to PC Lapi! Today, I’m going to share a fun and simple notepad prank that will drive your friend crazy. This prank involves a simple script that opens Notepad continuously, creating chaos on your friend's computer. Let’s see how it works!
How to Set Up the Prank:
1. Open Notepad on your computer.
2. Copy and paste the following code:
@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top
3. Save the file as anyname.bat (you can choose any name you like).
Now, simply send this .bat file to your friend. When they double-click it, Notepad will start opening repeatedly, slowing down their system.
Important Warning:
If you want to try this on your own computer, just double-click the file, but be aware that your system will slow down significantly as hundreds of Notepad windows open up. You’ll need to restart your computer to stop it, so make sure to save and close all programs before running it.
Have fun with this harmless prank, and be sure to share it with friends for a good laugh!