UUID, digits swapped

Nassbirne

New Member
I discovered that HWiNFO displays the system's UUID differently than other tools. The last group of four digits is swapped.
To illustrate, (1) is what HWiNFO shows and (2) is what other methods return:

(1) xxxxxxxx-xxxx-xxxx-AABB-xxxxxxxxxxxx

(2) xxxxxxxx-xxxx-xxxx-BBAA-xxxxxxxxxxxx

The methods that return (2) are:
- A query to the WMI class Win32_ComputerSystemProduct, UUID
- The command "dmidecode -s system-uuid" in Linux
 
Sorry for bumping this thread but there seems to still be a problem with the UUID display.
See example below where, as before, I marked the portions that are displayed incorrectly.

Correct UUID:
xxxxxxxx-xxxx-xxxx-AABB-CCxxxxxxxxxx

What HWiNFO shows:
xxxxxxxx-xxxx-xxxx-BBAACCBB-CCxxxxxxxxxx
 
Back
Top