Loading |
VBScript |
JavaScript |
Powershell |
Search Options: List Installed Administrative ToolsContent of List Installed Administrative Tools.vbsMD5 Hash: 2C811B5E8129A3480ECBFAD876BCA040 |
||
' Description: Uses the Shell object to enumerate all the Administrative Tools installed on a computer.
Const ADMINISTRATIVE_TOOLS = &H2f& Set objShell = CreateObject("Shell.Application") Set objFolder = objShell.Namespace(ADMINISTRATIVE_TOOLS) Set objTools = objFolder.Items For i = 0 to objTools.Count - 1 Wscript.Echo objTools.Item(i) Next | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |