问题
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.
回答1:
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.
来源:https://stackoverflow.com/questions/32535278/driver-development-dbgengremotecommand-is-missing