'How to load a KMDF device driver that is not associated with hardware and has no inf file?

OK so I built a KMDF device driver that does not have a inf file and is not associated with any hardware. So my question would be how to go about loading this driver ? Will DevCon.exe work ? Based on what I have read here there is a hardware ID and an inf file when using DevCon.exe which does not apply in my case. Do I need to write an application that will load and unload my driver by making calls to the SCM (Service Control Manager) ?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source