SystemIdentification Class
I have the 10.0.17134.165 and I get unconsistent results when making calls. Today I get a value, tomorrow I'll get another. Each day I make multiple calls to it and they are the same. I am not sure if it is Date related or not.
I use it like this:
var buffer = Windows.System.Profile.SystemIdentification.
GetSystemIdForPublisher(); var id = buffer.Id; var asHex = Windows.Security.Cryptography.CryptographicBuffer. EncodeToHexString(id);
from here:
How can I get a signature for a Windows system that will remain unchanged even if the user reinstalls Windows?
UPDATE:
Seems related to:
So The questions remains for the Raspberry Pi then.