How to Create a Fake Computer Virus
Today I will show you how to make a Fake computer virus using simple commands on notepad. When anyone opens this virus, he/she will think that now his /her whole computer is destroyed but actually nothing happens . It is just a prank which you can play with your friends. So lets start. Just follow these simple steps to create a fake virus.

1) Open notepad and type this in it :
@echo off
msg * Warning after 5 minutes all your computer files will be deleted. To stop deleting of files click ok button.!
PAUSE
shutdown -r -t 300 -c ” Sorry !!! Files are being deleted cannot abort the process wait……….”
Here 300 is the time in seconds after which you want computer to be restarted. You can change this value and set according to you. You can also change the messages which will be displayed on computer.
2) Now save this file as anything.bat and now when anyone will double click on it the script will be executed and computer will get restart after the specified time.
This virus is not at all harmful for any PC or laptop. It is just a prank and after computer gets restarted, it will work just like normal again. So now you can try this trick on your friends by sending the virus to them. Share your views about it.





Thanks for sharing step by step procedure to create a Fake virus I will prank my friend with doing same kind of fun with his laptop. heheheeeeeeee keep it up interesting stuff.
thnks sure
HOW TO REMOVE THIS PRANK AFTER INSTALLED IN COMPUTER?