Я с подозрением отношусь к обновленной оперативной памяти (не уверен, добавил ли человек новую или использованную). т.е. я хочу проверить серийный номер ОЗУ с датой сборки.
Платформа -Windows 7.
Я пробовал это с ' wmic memorychip get serialnumber', но он показывает пустым.
- Выход Get-WmiObject -Класс win32_physicalmemory | эт *
Windows PowerShell
Copyright (C) 2009 Microsoft Corporation. All rights reserved.
WARNING: File C:\Windows\system32\WindowsPowerShell\v1.0\Modules\PSDiagnostics\PSDiagnostics.psm1 cannot be loaded
because the execution of scripts is disabled on this system. Please see "get-help about_signing" for more details.
PS C:\Windows\system32> Get-WmiObject -Class win32_physicalmemory | fl *
__GENUS : 2
__CLASS : Win32_PhysicalMemory
__SUPERCLASS : CIM_PhysicalMemory
__DYNASTY : CIM_ManagedSystemElement
__RELPATH : Win32_PhysicalMemory.Tag="Physical Memory 0"
__PROPERTY_COUNT : 30
__DERIVATION : {CIM_PhysicalMemory, CIM_Chip, CIM_PhysicalComponent, CIM_PhysicalElement...}
__SERVER : PRAKASH-VAIO
__NAMESPACE : root\cimv2
__PATH : \\PRAKASH-VAIO\root\cimv2:Win32_PhysicalMemory.Tag="Physical Memory 0"
BankLabel : Bank 0
Capacity : 4294967296
Caption : Physical Memory
CreationClassName : Win32_PhysicalMemory
DataWidth : 64
Description : Physical Memory
DeviceLocator : SODIMM1
FormFactor : 12
HotSwappable :
InstallDate :
InterleaveDataDepth :
InterleavePosition :
Manufacturer :
MemoryType : 0
Model :
Name : Physical Memory
OtherIdentifyingInfo :
PartNumber :
PositionInRow :
PoweredOn :
Removable :
Replaceable :
SerialNumber :
SKU :
Speed :
Status :
Tag : Physical Memory 0
TotalWidth : 64
TypeDetail : 4
Version :
Scope : System.Management.ManagementScope
Path : \\PRAKASH-VAIO\root\cimv2:Win32_PhysicalMemory.Tag="Physical Memory 0"
Options : System.Management.ObjectGetOptions
ClassPath : \\PRAKASH-VAIO\root\cimv2:Win32_PhysicalMemory
Properties : {BankLabel, Capacity, Caption, CreationClassName...}
SystemProperties : {__GENUS, __CLASS, __SUPERCLASS, __DYNASTY...}
Qualifiers : {dynamic, Locale, provider, UUID}
Site :
Container :
__GENUS : 2
__CLASS : Win32_PhysicalMemory
__SUPERCLASS : CIM_PhysicalMemory
__DYNASTY : CIM_ManagedSystemElement
__RELPATH : Win32_PhysicalMemory.Tag="Physical Memory 1"
__PROPERTY_COUNT : 30
__DERIVATION : {CIM_PhysicalMemory, CIM_Chip, CIM_PhysicalComponent, CIM_PhysicalElement...}
__SERVER : PRAKASH-VAIO
__NAMESPACE : root\cimv2
__PATH : \\PRAKASH-VAIO\root\cimv2:Win32_PhysicalMemory.Tag="Physical Memory 1"
BankLabel : Bank 1
Capacity : 2147483648
Caption : Physical Memory
CreationClassName : Win32_PhysicalMemory
DataWidth : 64
Description : Physical Memory
DeviceLocator : SODIMM2
FormFactor : 12
HotSwappable :
InstallDate :
InterleaveDataDepth :
InterleavePosition :
Manufacturer :
MemoryType : 0
Model :
Name : Physical Memory
OtherIdentifyingInfo :
PartNumber :
PositionInRow :
PoweredOn :
Removable :
Replaceable :
SerialNumber :
SKU :
Speed :
Status :
Tag : Physical Memory 1
TotalWidth : 64
TypeDetail : 4
Version :
Scope : System.Management.ManagementScope
Path : \\PRAKASH-VAIO\root\cimv2:Win32_PhysicalMemory.Tag="Physical Memory 1"
Options : System.Management.ObjectGetOptions
ClassPath : \\PRAKASH-VAIO\root\cimv2:Win32_PhysicalMemory
Properties : {BankLabel, Capacity, Caption, CreationClassName...}
SystemProperties : {__GENUS, __CLASS, __SUPERCLASS, __DYNASTY...}
Qualifiers : {dynamic, Locale, provider, UUID}
Site :
Container :
PS C:\Windows\system32>