Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Return a List of Downloaded Controls and Applets for Internet ExplorerContent of Return a List of Downloaded Controls and Applets for Internet Explorer.vbsMD5 Hash: 83292D1EB68D1DF4E445862BC5BC1654 |
||
strComputer = "."
Set objWMIService = GetObject("winmgmts:\\" & strComputer & _ "\root\cimv2\Applications\MicrosoftIE") Set colIESettings = objWMIService.ExecQuery _ ("Select * from MicrosoftIE_Object") For Each strIESetting in colIESettings Wscript.Echo "Code base: " & strIESetting.CodeBase Wscript.Echo "Program file: " & strIESetting.ProgramFile Wscript.Echo "Status: " & strIESetting.Status Wscript.Echo Next | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |