Posted in Javascript onJune 13, 2007
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
声明:登载此文出于传递更多信息之目的,并不意味着赞同其观点或证实其描述。
Reply on: @reply_date@
@reply_contents@