Generate permanent ID per a Windows computer

56 Views Asked by At

I don't know if it is possible. I am developing a desktop app and I want to find a way to generate a permanent ID per a Windows computer in C#.

"Permanent" means this ID won't be changed between re-installations on the user computer.

I thought to use MAC address, but it can be different between two installations, for example if first time a user connected to WiFi and the second time via Ethernet cable.

0

There are 0 best solutions below