Computer Hardware Memory List Physical Memory Properties , WMI
' List Physical Memory Properties
On Error Resume Next
strComputer = "." Set objWMIService = GetObject("winmgmts:" _ & "{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2")
Set colItems = objWMIService.ExecQuery _ ("Select * from Win32_PhysicalMemoryArray")
For Each objItem in colItems Wscript.Echo "Description: " & objItem.Description Wscript.Echo "Maximum Capacity: " & objItem.MaxCapacity Wscript.Echo "Memory Devices: " & objItem.MemoryDevices Wscript.Echo "Memory Error Correction: " & objItem.MemoryErrorCorrection Next
|
VbsEdit includes all these samples!
Download Now!
Version 5.4.1 - This package includes VbsEdit 32-bit, VbsEdit 64-bit, HtaEdit 32-bit and HtaEdit 64-bit. The evaluation version never expires.
Home
Buy Now
HtaEdit
Support
Video
What's new ?
|