Microsoft tracks every Windows PC through a secret key GDID

So much for PID’s. ( Product ID )

https://www.neowin.net/reports/microsoft-tracks-every-windows-pc-through-a-secret-key-heres-everything-you-need-to-know/

As GDID is actually stored locally, in the registry, everyone can see their own, and the process doesn’t require any special credentials. All you need to do is run a simple PowerShell command, and you’ll see your own GDID.

Here’s the command:

$hex = (Get-ItemProperty 'HKCU:\SOFTWARE\Microsoft\IdentityCRL\ExtendedProperties').LID

"g:$([Convert]::ToUInt64($hex,16))"

SA