Does the Windows operating system contains any unique computer/OS id?

This is for my own software. I want to create 30 day trial/demo version.

Here is what I want to do:

  1. When someone installs a trial I grab the unique ID, send it to server.
  2. After the 30 day trial, if software is reinstalled, the server blocks the trial version.

So the real question is: Does Windows contains any unique IDs I could rely on?

I think that IP address is not a reliable option.

link|improve this question

33% accept rate
At first, I thought you were talking about doing some kind of trial with Windows, but then, I realized you are probably talking about providing a trial version of your software. Your phrasing is misleading. – sawa Jun 12 '11 at 16:55
Unique ID of what? The computer? The install of Windows? The install of your stuff? – bmargulies Jun 12 '11 at 16:57
Yes, unique ID of operating system for my own software – user775013 Jun 12 '11 at 16:59
feedback

1 Answer

up vote 1 down vote accepted

Windows has a DigitalProductId. You can access its value in registry at the following location:

LocalMachine\SOFTWARE\Microsoft\Windows NT\CurrentVersion\DigitalProductId

link|improve this answer
will check it out, thanks – user775013 Jun 12 '11 at 17:09
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.