批处理设置windows服务器的代码ThecSafe1.9.4第1/3页
作者 佚名
来源 批处理
浏览
发布时间 2013-07-09
@EchoOff TITLE常来网服务器高级安全设置器 :start CLS COLOR1f Rem使用COLOR命令对控制台输出颜色进行更改 MODEcon:COLS=32LINES=21 RemMODE语句为设定窗体的宽和高 Settm1=%time:~0,2% Settm2=%time:~3,2% Settm3=%time:~6,2% Echo%date%%tm1%点%tm2%分%tm3%秒 Echo================================ Echo请选择要进行的操作,然后按回车 Echo─────────────── Echo. EchoA.一键搞定/全自动设置服务器 Echo0.清理系统垃圾文件 Echo1.给系统危险文件设置权限 Echo2.给系统危险文件夹设置权限 Echo3.系统服务优化 Echo4.注册表危险组件删除 Echo5.防DDOS洪水攻击处理 Echo6.导入常来网专用安全策略 Echo7.重启IIS使设置生效 Echo8.刷新当前时间 Echo9.锁定计算机 EchoL.注销当前用户 EchoQ.退出安全设置器 Echo. :cho SetChoice= Set/PChoice=选择: Rem设定变量"Choice"为用户输入的字符 IfNot"%Choice%"==""SetChoice=%Choice:~0,1% Rem如果输入大于1位,取第1位,比如输入132,则返回值为1 Echo. If/I"%Choice%"=="A"GotoAuto If/I"%Choice%"=="0"GotoClear If/I"%Choice%"=="1"GotoSetFile If/I"%Choice%"=="2"GotoSetFolder If/I"%Choice%"=="3"GotoService If/I"%Choice%"=="4"GotoReg If/I"%Choice%"=="5"GotoDdos If/I"%Choice%"=="6"GotoIpsec If/I"%Choice%"=="7"Gotorestartiis If/I"%Choice%"=="8"Gotostart If/I"%Choice%"=="9"Gotolock If/I"%Choice%"=="L"Gotologoff If/I"%Choice%"=="Q"GotoEnd Rem为避免出现返回值为空或含空格而导致程序异常,需在变量外另加双引号 Rem注意,If语句需要双等于号 Rem如果输入的字符不是以上数字,将返回重新输入 Echo选择无效,请重新输入 Echo. Gotocho :Clear CLS MODEcon:COLS=80LINES=18 COLOR70 Echo. Echo正在清理系统垃圾文件,请稍等...... del/f/s/q%systemdrive%\*.tmp del/f/s/q%systemdrive%\*._mp del/f/s/q%systemdrive%\*.gid del/f/s/q%systemdrive%\*.chk del/f/s/q%systemdrive%\*.old del/f/s/q%systemdrive%\recycled\*.* del/f/s/q%windir%\*.bak del/f/s/q%windir%\prefetch\*.* del/f/s/q%windir%\temp\*.* del/f/s/q%userprofile%\cookies\*.* del/f/s/q%userprofile%\recent\*.* del/f/s/q"%userprofile%\LocalSettings\TemporaryInternetFiles\*.*" del/f/s/q"%userprofile%\LocalSettings\Temp\*.*" del/f/s/q"%userprofile%\recent\*.*" Echo清理系统垃圾完成!请按任意键返回并选1继续... PAUSE>nul Gotostart :SetFile CLS MODEcon:COLS=80LINES=18 COLOR70 Echo. Rem删除系统危险文件的访问权限,只留管理组成员 cscript.exexcacls.vbs"%SystemDrive%/boot.ini"/GAdministrators:F cscript.exexcacls.vbs"%SystemDrive%/boot.ini"/DGuests:F/E cscript.exexcacls.vbs"%SystemDrive%/AUTOEXEC.BAT"/GAdministrators:F cscript.exexcacls.vbs"%SystemDrive%/AUTOEXEC.BAT"/DGuests:F/E cscript.exexcacls.vbs"%SystemDrive%/ProgramFiles/InternetExplorer/iexplore.exe"/GAdministrators:F cscript.exexcacls.vbs"%SystemDrive%/ProgramFiles/InternetExplorer/iexplore.exe"/DGuests:F/E cscript.exexcacls.vbs"%SystemRoot%/system32/net.exe"/GAdministrators:F cscript.exexcacls.vbs"%SystemRoot%/system32/net.exe"/DGuests:F/E cscript.exexcacls.vbs"%SystemRoot%/system32/net1.exe"/GAdministrators:F cscript.exexcacls.vbs"%SystemRoot%/system32/net1.exe"/DGuests:F/E cscript.exexcacls.vbs"%SystemRoot%/system32/cmd.exe"/GAdministrators:F cscript.exexcacls.vbs"%SystemRoot%/system32/cmd.exe"/DGuests:F/E cs |
凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢! |
你可能对下面的文章感兴趣
关于批处理设置windows服务器的代码ThecSafe1.9.4第1/3页的所有评论