what kind of ‘unique’ system identifiers can be easily obtained using C# (to hash and then uniquely identify a system)? I could just hash HDD size and things like that but I need to identify and distinguish computers that are all built by the same components so I can’t go by that.
Appreciate hints, ideas, sample code!
Here’s a good start with WMI …
You can do that with many pieces of hardware and come up with a solution.