Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Disable an Extension FileContent of Disable an Extension File.vbsMD5 Hash: 9E2400384AA133F030C878B05CA84170 |
||
' Description: Disables the BITSsrv.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.DisableExtensionFile _ ("C:\WINDOWS\system32\bitssrv.dll") Next | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |