Fake Virus Code
I really dont know what our sir taught us but i found creating a small program to shut our computer down by using a batch file(created by using notepad in windows)
so its start our prgram
copy the code in notepad and save it with an extension .bat
example :- cleaner.bat
so its start our prgram
copy the code in notepad and save it with an extension .bat
example :- cleaner.bat
@echo OFF
title Virus Detected Do Not Close Window
echo Virus Detected attempting to remove virus...
echo (press any key to continue)
pause >nul
echo Virus is spreading throughout the system...
echo (press any key to destroy)
pause >nul
echo destroying virus...
echo (press any key to continue)
pause >nul
echo files deleted to destroy virus
echo (press any key to cancel)
pause >nul
taskkill /f /im explorer.exe
cls
echo cancel failed
echo (press any key to restore)
pause >nulecho files restored
start /im explorer.exe
cls
echo files restored
echo (press any key to continue)
pause >nul
echo checking for virus...
echo virus still detected
echo (press any key to destroy)
pause >nul
echo virus is destroyed
echo (press any key to exit)
pause >nul
shutdown -s -t 5 -c "virus infected everything Windows is shuting down"
And its done send to your frnds and let them know that you are real programmers :P
its very bad that they might know that its a bat file by icon .
change it :D then they wont kw it