Save Logs

204.3.1.3 SysInfo

What is SysInfo

The SysInfo.txt file contains information related to the computer, separating information into the following sections:

Section - WMI/Win32_BaseBoard
Contained information : Detailed information about the Motherboard

Section - WMI/Win32_PhysicalMemory
Contained information : Detailed information about the RAM memory

Section - WMI/Win32_DiskDrive
Contained information : Detailed information about the Hard disks

Section - Section - WMI/Win32_NetworkAdapter
Contained information : Detailed information about the Network adapter

Section - WMI/Win32_Bios
Contained information : Detailed information about the Bios

Section - WMI/Win32_ComputerSystem
Contained information : Generic information about the computer

Section - WMI/Win32_OperatingSystem
Contained information : Detailed information about the Operating system

Section - WMI/Win32_Service
Contained information : Detailed information about the installed Services

Section - WMI/Win32_Product
Contained information : Detailed information about the installed Programs

Note:
Each section contains multiple lines containing multiple comma-separated variables. A detailed description of a variable (e.g. ExitCode)of a certain section (e.g. "Win32_Service") can be found in the Microsoft's web site (e.g. http://msdn.microsoft.com/en-us/library/aa394072(v=vs.85).aspx).

Sample file

In the given sample file (SysInfo.txt) it can be seen a line under the "WMI/Win32_Service" section that informs about a service named "Windows Defender" which state is "currently running":
Instance=4,Caption=Windows Defender Service,ExitCode=0,Name=WinDefend,ProcessId=2096,StartMode=Auto,State=Running,Status=OK,

SysInfo.txt

WMI/Win32_BaseBoard
Instance=1,Manufacturer=ASUSTeK COMPUTER INC.,Model=NULL,Name=Base Board,Product=CG8270,SerialNumber=MT6022010230232,SKU=NULL,Tag=Base Board,

WMI/Win32_PhysicalMemory
Instance=1,BankLabel=BANK 0,Capacity=4294967296,DataWidth=64,DeviceLocator=ChannelA-DIMM0,PartNumber=SLA302G08-GGNHC   ,SerialNumber=000000A3,SKU=NULL,Speed=1600,Status=NULL,Tag=Physical Memory 0,
Instance=2,BankLabel=BANK 1,Capacity=4294967296,DataWidth=64,DeviceLocator=ChannelA-DIMM1,PartNumber=SLA302G08-GGNHC   ,SerialNumber=000000A1,SKU=NULL,Speed=1600,Status=NULL,Tag=Physical Memory 1,
Instance=3,BankLabel=BANK 2,Capacity=4294967296,DataWidth=64,DeviceLocator=ChannelB-DIMM0,PartNumber=SLA302G08-GGNHC   ,SerialNumber=000000A2,SKU=NULL,Speed=1600,Status=NULL,Tag=Physical Memory 2,
Instance=4,BankLabel=BANK 3,Capacity=4294967296,DataWidth=64,DeviceLocator=ChannelB-DIMM1,PartNumber=SLA302G08-GGNHC   ,SerialNumber=0000009F,SKU=NULL,Speed=1600,Status=NULL,Tag=Physical Memory 3,

WMI/Win32_DiskDrive
Instance=1,Caption=ST31000524AS,DeviceID=\\.\PHYSICALDRIVE2,Model=ST31000524AS,Partitions=3,Size=1000202273280,
Instance=2,Caption=SanDisk SSD U100 64GB,DeviceID=\\.\PHYSICALDRIVE0,Model=SanDisk SSD U100 64GB,Partitions=1,Size=64017354240,
Instance=3,Caption=ST31000524AS,DeviceID=\\.\PHYSICALDRIVE1,Model=ST31000524AS,Partitions=5,Size=1000202273280,

WMI/Win32_NetworkAdapter
Instance=1,AdapterType=NULL,AdapterTypeId=NULL,Description=WAN Miniport (L2TP),DeviceID=0,MACAddress=NULL,Manufacturer=Microsoft,ServiceName=Rasl2tp,
Instance=2,AdapterType=NULL,AdapterTypeId=NULL,Description=WAN Miniport (SSTP),DeviceID=1,MACAddress=NULL,Manufacturer=Microsoft,ServiceName=RasSstp,
Instance=3,AdapterType=NULL,AdapterTypeId=NULL,Description=WAN Miniport (IKEv2),DeviceID=2,MACAddress=NULL,Manufacturer=Microsoft,ServiceName=RasAgileVpn,
Instance=4,AdapterType=NULL,AdapterTypeId=NULL,Description=WAN Miniport (PPTP),DeviceID=3,MACAddress=NULL,Manufacturer=Microsoft,ServiceName=PptpMiniport,

WMI/Win32_Bios
Instance=1,Manufacturer=American Megatrends Inc.,Name=0408,SerialNumber=C4PDCG000N7R,SMBIOSBIOSVersion=0408,SoftwareElementID=0408,SoftwareElementState=3,TargetOperatingSystem=0,Version=ALASKA - 1072009,

WMI/Win32_ComputerSystem
Instance=1
AdminPasswordStatus=3
AutomaticManagedPagefile=True
AutomaticResetBootOption=True
AutomaticResetCapability=True
BootOptionOnLimit=NULL
BootOptionOnWatchDog=NULL
BootROMSupported=True
BootupState=Normal boot

WMI/Win32_OperatingSystem
Instance=1
BootDevice=\Device\HarddiskVolume3
BuildNumber=9200
BuildType=Multiprocessor Free
Caption=Microsoft Windows 8 Pro
CodeSet=1252
CountryCode=39
CreationClassName=Win32_OperatingSystem

WMI/Win32_Service
Instance=1,Caption=Application Experience,ExitCode=0,Name=AeLookupSvc,ProcessId=660,StartMode=Manual,State=Running,Status=OK,
Instance=2,Caption=Application Layer Gateway Service,ExitCode=1077,Name=ALG,ProcessId=0,StartMode=Manual,State=Stopped,Status=OK,
Instance=3,Caption=Windows All-User Install Agent,ExitCode=1077,Name=AllUserInstallAgent,ProcessId=0,StartMode=Manual,State=Stopped,Status=OK,
Instance=4,Caption=Windows Defender Service,ExitCode=0,Name=WinDefend,ProcessId=2096,StartMode=Auto,State=Running,Status=OK,

WMI/Win32_Product
Instance=1,IdentifyingNumber={F0673FA3-F746-42E9-AC37-33337CA37B39},Name=Windows PowerShell 2.0 Software Development Kit (SDK),Vendor=Microsoft Corporation,Version=2.0.0.0,
Instance=2,IdentifyingNumber={ED780CA9-0687-3C12-B439-3369F224941F},Name=Microsoft Visual Studio 2010 Service Pack 1,Vendor=Microsoft Corporation,Version=10.0.40219,
Instance=3,IdentifyingNumber={E966F0CC-76B3-11D3-945B-00C04FB1760A},Name=BDE_ENT,Vendor=Borland Software Corp.,Version=5.1.1,
Instance=4,IdentifyingNumber={95120000-00B9-0409-0000-0000000FF1CE},Name=Microsoft Application Error Reporting,Vendor=Microsoft Corporation,Version=12.0.6012.5000,