Windows Driver Kit (WDK)
A set of Microsoft tools that are used to develop, test, and deploy Windows drivers.
157 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am trying to develop a minifilter driver which encrypt and decrypt files on fly. I am using bcrypt (CNG) for encryption and decryption. But when i am trying to load this driver it is giving error 0x80070002 system cannot find file specified. I am working on Arm64 architecture.
Do someone have any idea about this error ?