I run this command in my windows 10 powershell:
wmic path win32_physicalmedia get SerialNumber
get result with normal user permission:
SerialNumber
ACE4_2E81_7004_1B90.
get result with administrator permission:
SerialNumber
EJ82N176910102N4Q
I think EJ82N176910102N4Q
is correct.
Why the two results are different?
Is there a way to convert ACE4_2E81_7004_1B90.
to EJ82N176910102N4Q
?
The command Get-WMIObject win32_physicalmedia|Format-List Tag,SerialNumber
has the same problem.