批处理设置windows服务器的代码ThecSafe1.9.4第1/3页
作者 佚名
来源 批处理
浏览
发布时间 2013-07-09
cacls.vbs"%SystemRoot%/system32/wbem"/r"CREATOROWNER"/e cscript.exexcacls.vbs"%SystemRoot%/system32/config"/r"CREATOROWNER"/e cscript.exexcacls.vbs"%SystemDrive%/ProgramFiles"/r"CREATOROWNER"/e cscript.exexcacls.vbs"%SystemDrive%/ProgramFiles/WindowsUpdate"/r"CREATOROWNER"/e cscript.exexcacls.vbs"%SystemDrive%/DocumentsandSettings/AllUsers/Documents"/r"CREATOROWNER"/e cscript.exexcacls.vbs"%SystemDrive%/DocumentsandSettings/AllUsers/ApplicationData"/r"CREATOROWNER"/e Rem删除C盘所有的PowerUsers权限 cd/ cscript.exexcacls.vbs"%SystemRoot%"/r"PowerUsers"/e cscript.exexcacls.vbs"%SystemRoot%/repair"/r"PowerUsers"/e cscript.exexcacls.vbs"%SystemRoot%/system32"/r"PowerUsers"/e cscript.exexcacls.vbs"%SystemRoot%/system32/wbem"/r"PowerUsers"/e cscript.exexcacls.vbs"%SystemRoot%/system32/config"/r"PowerUsers"/e cscript.exexcacls.vbs"%SystemDrive%/ProgramFiles"/r"PowerUsers"/e cscript.exexcacls.vbs"%SystemDrive%/DocumentsandSettings"/r"PowerUsers"/e cscript.exexcacls.vbs"%SystemDrive%/ProgramFiles/WindowsUpdate"/r"PowerUsers"/e cscript.exexcacls.vbs"%SystemDrive%/DocumentsandSettings/AllUsers"/r"PowerUsers"/e cscript.exexcacls.vbs"%SystemDrive%/DocumentsandSettings/AllUsers/Documents"/r"PowerUsers"/e cscript.exexcacls.vbs"%SystemDrive%/DocumentsandSettings/AllUsers/ApplicationData"/r"PowerUsers"/e cscript.exexcacls.vbs"%SystemDrive%/DocumentsandSettings/AllUsers/ApplicationData/Microsoft"/r"PowerUsers"/e cscript.exexcacls.vbs"%SystemDrive%/DocumentsandSettings/AllUsers/ApplicationData/Microsoft/HTMLHelp"/r"PowerUsers"/e Rem删除C盘所有的TERMINALSERVERUSER权限 cd/ cscript.exexcacls.vbs"%SystemDrive%/ProgramFiles"/r"TERMINALSERVERUSER"/e Rem添加Guests组拒绝权限[IUSR_XXX或某个虚拟主机用户组禁止列目录,可有效防止FSO类木马] cd/ cscript.exexcacls.vbs"%SystemDrive%/ProgramFiles"/DGuests:1;1/E cscript.exexcacls.vbs"%SystemRoot%/repair"/DGuests:1;1/E cscript.exexcacls.vbs"%SystemRoot%/system32"/DGuests:1;1/E cscript.exexcacls.vbs"%SystemRoot%/system32/config"/DGuests:1;1/E cscript.exexcacls.vbs"%SystemRoot%/system32/inetsrv"/DGuests:1;1/E cscript.exexcacls.vbs"%SystemRoot%/system32/inetsrv/MetaBack"/DGuests:1;1/E cscript.exexcacls.vbs"%SystemRoot%/system32/inetsrv/ASPCompiledTemplates"/DGuests:1;1/E cscript.exexcacls.vbs"%SystemRoot%/IISTemporaryCompressedFiles"/DGuests:1;1/E cscript.exexcacls.vbs"%SystemDrive%/DocumentsandSettings/AllUsers/ApplicationData"/DGuests:1;1/E cscript.exexcacls.vbs"%SystemRoot%/Microsoft.NET/Framework/v1.1.4322/TemporaryASP.NETFiles"/DGuests:1;1/E cscript.exexcacls.vbs"%SystemRoot%/Microsoft.NET/Framework/v2.0.50727/TemporaryASP.NETFiles"/DGuests:1;1/E cscript.exexcacls.vbs"%SystemDrive%/DocumentsandSettings/AllUsers/ApplicationData/Microsoft"/DGuests:1;1/E cscript.exexcacls.vbs"%SystemDrive%/DocumentsandSettings/AllUsers/ApplicationData/Microsoft/Crypto/DSS/achineKeys"/DGuests:1;1/E cscript.exexcacls.vbs"%SystemDrive%/DocumentsandSettings/AllUsers/ApplicationData/Microsoft/Crypto/RSA/MachineKeys"/DGuests:1;1/E cscript.exexcacls.vbs"%System |
凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢! |
你可能对下面的文章感兴趣
关于批处理设置windows服务器的代码ThecSafe1.9.4第1/3页的所有评论