我们正在为Windows 10开发一个迷你过滤器驱动程序。在周年更新之前,我们能够将windows移动到测试模式,并在发布版本之前运行未签名的驱动程序进行调试。
正如我们从文档中了解到的,自从周年更新之后,这个功能就被禁用了。
那我们怎么测试我们的司机呢?
谢谢!
发布于 2016-09-28 16:05:18
Q: **How do I sign drivers during development and testing?**
A: Please see the Signing Drivers during Development and Test
topic on MSDN for information on how to test sign. In addition,
if Secure Boot is set to OFF, then drivers signed with existing
cross-signed certificates will continue to be valid.TL;DR:创建测试证书,将其作为受信任的证书安装在测试机器上,并使用它对测试驱动程序和/或目录文件进行签名。
公平地说,这是自2006年以来Windows推荐的做法。有一个常见的解决办法,人们用它来坚持完全没有签名的司机。10年似乎已经足够了。
https://stackoverflow.com/questions/39750117
复制相似问题