Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Add an Extension FileContent of Add an Extension File.vbsMD5 Hash: C07CBB4B35F143ED49A8D06B1F75086C |
||
' 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 | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |