Windows Driver Kit (WDK)
A set of Microsoft tools that are used to develop, test, and deploy Windows drivers.
156 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi there,
I have build a minifilter driver now i want to deploy driver on same host computer. I am stuck on this. I installed inf file and run command "net start <driver-name>", but it was not working giving error system cannot find file specified. So i want to know how to deploy this driver on same host where it was build.