Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Win2003 32 位上签名了一个驱动程序,它不能在 Win2007 x64 上运行。我检查了属性,并且有正确的数字签名信息。
我尝试在 Win2008 x64 上签名,它成功了!
有人知道原因吗?
因为 32 位驱动程序无法在 64 位 Windows 上运行。
我发现它受证书文件的影响。这只是在vista +上正常。我正在寻找根本原因。