views:

35

answers:

1

I am developing window application in C#. I have developed an installer which takes the processor ID of the computer & generates the unique key. My installer is running fine in almost all the computers but on one computer it is not able to read the processor ID. I debugged my program & I found that it has not the proper permissions to read the processor Id. Now I want to turn on the Processor ID in bios. Can you please tell me the step by step procedure of how to turn on Processor ID in bios ? Or Can you please provide me any link through which I can resolve the above issue ?

+1  A: 

That largely depends on the particular BIOS. I doubt you'll get a reasonable answer for your question. However, generally you should look for a 'CPUID' Enable / Disable setting.

Ondrej Tucny