Shailesh Jaiswal
Shailesh Jaiswal

Reputation: 3654

How to turn on Processor ID of the computer in bios?

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 ?

Upvotes: 1

Views: 807

Answers (1)

Ondrej Tucny
Ondrej Tucny

Reputation: 27974

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.

Upvotes: 1

Related Questions