Sunday, 10 July 2011

Prepare Simple Harmless Virus Using Notepad


You can prepare a virus using just notepad. This virus will not infect your computer but it will help you to scare your friends.

No any other software installation is needed.

Step wise process -

  1)      Open Notepad.
   
  2)      Copy/Paste the following data in it.

@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top

  3)      Save this file with '.bat' extension.  (eg.- Virus.bat)

N done….

  4)      Now open the saved file.
      It will first open a black console screen and then it will start opening notepad without stopping.

  5)      For stopping this process, First close the black console screen. It will stop opening notepads.
 
  6)      Then close all notepads.
                And proble solve. 
        
      Caution:- If you keep console screen on for long time…it may cause to hang your computer. And then you will have to restart it.

Waitings For Comments…….

No comments:

Post a Comment