MatthewKing / DeviceId

A simple library providing functionality to generate a 'device ID' that can be used to uniquely identify a computer.
MIT License
785 stars 118 forks source link

AddOSInstallationID #30

Closed ekaraman89 closed 3 years ago

ekaraman89 commented 3 years ago

Hello Returning different values for "AddOSInstallationID" method net5 and framework 4.7.2

MatthewKing commented 3 years ago

Can't reproduce this. It's just reading from the registry.

May be an issue with 32bit vs 64bit registry views, but couldn't say without seeing your app.

The improved registry components in the new version may fix this for you, though.