Search code examples
visual-studio-2015windows-10wdk

Driver Development DbgengRemoteCommand is missing


I have 2 machines with win 10 Enterprise(clean install) and visual studio 2015 with WDK 10. I have made one of the machine the host and one the target. By following the msdn link.

I followed the instructions from here and also tried the next example here

Both examples gave me the same error "DbgengRemoteCommand" is missing.

I can see the target computer from Drive Install > Deployment.


Solution

  • I have the same problem when following the UMDF, but have no problem following the KMDF. So I changed the Debugger from "Debugging Tools for Windows - Remote Debugger" to "Debugging Tools for Windows - Kernel Debugger", and it works.