页面导航: 首页网络编程JavaScript应用技巧 → 正文内容

iis6+javascript Add an Extension File

发布:dxy 字体:[增加 减小] 类型:转载
Description
Adds the BITS_Update.dll extension file. 

strComputer = "."
Set objWMIService = GetObject _
    ("winmgmts:{authenticationLevel=pktPrivacy}\\" _
        & strComputer & "\root\microsoftiisv2")
Set colItems = objWMIService.ExecQuery _
    ("Select * From IIsWebService")
For Each objItem in colItems
    objItem.AddExtensionFile _
        "C:\WINDOWS\system32\bits_update.dll", False, _
            "BITSEXT", True, "BITS Update"
Next
百度中搜索更多的关于iis6+javascript Add an Extension File内容,或者用Google搜索相关更多
浏览次数:载入中... 打印本文关闭本文返回首页

文章评论

共有 位脚本之家网友发表了评论我来说两句

同 类 文 章
最 近 更 新
热 点 排 行