I would like to find a way to get a PC uid. It's a for a serial number protection scheme. I would like to get a unique serial number for every PC.
Thanks,
Tony
Windows UID
Re: Windows UID
Hi, A few days ago Tim Olso releases here a small dll that let you have this unique number.tony wrote:I would like to find a way to get a PC uid. It's a for a serial number protection scheme. I would like to get a unique serial number for every PC.
Thanks,
Tony
I can't remember the url to the file but if you use the search you should be able to find it.
Code: Select all
DiskInfo Library - Version 1.0
Created by Tim Olson - 2003
Maybe a sticky message in the forum where everyone could add his new released tool.
ARGENTINA WORLD CHAMPION
Re: Windows UID
Rings posted a snippet to retrieve the HDD serial #tony wrote:I would like to find a way to get a PC uid. It's a for a serial number protection scheme. I would like to get a unique serial number for every PC.
viewtopic.php?t=6599
& Revolver a library
viewtopic.php?t=6565
-
- Enthusiast
- Posts: 613
- Joined: Tue May 06, 2003 2:50 pm
- Location: Germany
- Contact:
Re: Windows UID
A dll is faster hacked than you can reboot your system. Simple write a new one, returning always the same "UID".ricardo wrote:Hi, A few days ago Tim Olso releases here a small dll that let you have this unique number.
I can't remember the url to the file but if you use the search you should be able to find it.
When there are no more build in security mechanisms (i.e. it is as easy as calling the function) this is a very weak protection.