windows-server-2012 – 事件查看器警告:“从ACPI表安装购买证明失败.错误代码:0xC004F057“

我在Dell PowerEdge T320上运行 Windows Server 2012 R2 Standard.服务器将近一个月用作域控制器.自从我第一次打开它以来,我注意到应用程序日志中显示了此警告条目,甚至在我执行任何更改之前:

从ACPI表安装购买证明失败.错误代码:0xC004F057

Log Name: Application
Source: Security-SPP
Event ID: 1058
Level: Warning
User: N/A
OpCode: Info
Logged: 9/11/2014 8:42AM
Task Category: None
Keywords: Classic
Computer: (my T320's server & domain name is displayed properly)

警告每天出现几次,并且大约在第一次启动服务器时开始.即使在修补,重命名计算机之后,&将其推广到域控制器,警告仍然存在等.

在线研究表明,这与Windows激活有关.但是,我在服务器上运行了SLMGR(SLMGR / xpr)命令,它显示Windows Server Standard Edition被永久激活(正如预期的那样).看起来我会打电话给戴尔,看他们能做些什么吗…

有关如何解决此问题的任何想法?谢谢.

根据戴尔企业技术支持(声称已咨询过Microsoft工程),可以忽略该警告.但是,他们提出了这些说明,以消除继续填充在我的服务器上的警告.
Using Regedit,traverse to the following location:
 • HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform
 • Add a new DWORD registry named "BiosPkeyOptions" & set the Value Data to "1".

在我能够重新启动服务器之后,这成功地消除了事件查看器中的警告.

相关文章

Windows2012R2备用域控搭建 前置操作 域控主域控的主dns:自...
主域控角色迁移和夺取(转载) 转载自:http://yupeizhi.blo...
Windows2012R2 NTP时间同步 Windows2012R2里没有了internet时...
Windows注册表操作基础代码 Windows下对注册表进行操作使用的...
黑客常用WinAPI函数整理之前的博客写了很多关于Windows编程的...
一个简单的Windows Socket可复用框架说起网络编程,无非是建...