Windows Driver Foundation (WDF) is a set of Microsoft tools that aid in the creation of device drivers for Windows 2000 and later versions of Windows
0
votes
1answer
278 views
Driver's uninstall button is disabled
I've written my fairly simple first driver for a virtual device. It also has a .inf and I install the driver using devcon.exe.
It install fine and functions properly but my problem is when I try to ...