How to generate a System( PC/Laptop) Hardware unique ID in C#?
Please Note: The configuration is same for all the systems.
You could use the Guid class and the NewGuid method:
var uniqueId = Guid.NewGuid();
1.4m articles
1.4m replys
5 comments
57.0k users