SystemInformation.dll, Version 1.0.0.0 Read-only COM wrapper for SystemInformation Usage in VBScript: Set objSysInfo=CreateObject( "RobvanderWoude.SystemInformation" ) ' Read some property values WScript.Echo objSysInfo.UserName WScript.Echo objSysInfo.MonitorCount ' Get the DLL's version WScript.Echo objSysInfo.GetVersion( ) ' List all available property names WScript.Echo objSysInfo.ListPropertyNames( ) ' List all property names and their values Wscript.Echo objSysInfo.ListPropertyValues( ) Note: All property values are returned as string or 32-bit integer. Copyright (C) 2020 Rob van der Woude http://www.robvanderwoude.com