阅读836 返回首页    go 人物


如何打开注册MSWC.Tools、MSWC.Status

 MSWC.Tools       用   tools.dll 注册
MSWC.Status         用 status.dll 注册
MSWC.Counters       用   counters.dll 注册
MSWC.PermissionChecker 用   PermChk.dll   注册

把文件拷到windows的system32目录下inetsrv目录中,最后还要注册该文件,方法是在:”开始—->运行”里面键入

regsvr32 c:\windows\system32\inetsrv\cdonts.dll
regsvr32 c:\windows\system32\inetsrv\tools.dll
regsvr32 c:\windows\system32\inetsrv\status.dll
regsvr32 c:\windows\system32\inetsrv\permchk.dll

最后更新:2017-01-04 22:34:55

  上一篇:go 看我linux如何防SYN攻击,挺实用的
  下一篇:go 加固外网上的IIS服务器安全