Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Enable an Extension FileContent of Enable an Extension File.vbsMD5 Hash: 2F4AA488179C50C7A5E292A76C40DBD3 |
||
' Description: Enables the extension file named BITSsrv.dll.
strComputer = "." Set objWMIService = GetObject _ ("winmgmts:{authenticationLevel=pktPrivacy}\\" _ & strComputer & "\root\microsoftiisv2") Set colItems = objWMIService.ExecQuery _ ("Select * From IIsWebService") For Each objItem in colItems objItem.EnableExtensionFile _ ("C:\WINDOWS\system32\bitssrv.dll") Next | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |