如何在BIOS中打开电脑的处理器ID?
我正在用 C# 开发窗口应用程序。我开发了一个安装程序,它获取计算机的处理器 ID 和生成唯一密钥。我的安装程序在几乎所有计算机上都运行良好,但在一台计算机上它无法读取处理器 ID。我调试了我的程序&我发现它没有读取处理器 ID 的适当权限。现在我想在BIOS中打开处理器ID。您能告诉我如何在 BIOS 中打开处理器 ID 的分步过程吗?或者您能给我提供任何可以解决上述问题的链接吗?
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 ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这很大程度上取决于特定的 BIOS。我怀疑您的问题能否得到合理的答案。但是,通常您应该寻找“CPUID”启用/禁用设置。
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.