Licence question MDK

Jürgen Glogau 21 Reputation points
2021-06-29T11:25:41.7+00:00

Hello!
We would like to use and share a command line program (devcon.exe, tool from the Windows Driver Kit) with our software to easily "eject" our USB devices. The question is, can we distribute this single programme without the whole WDK with our software? Is this possible from a licensing point of view? The software itself is free of charge, provided with our devices. Would a reference to the Microsoft licence conditions suffice?

Many greetings

Jürgen Glogau

Windows Hardware Performance
Windows Hardware Performance
Windows: A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.Hardware Performance: Delivering / providing hardware or hardware systems or adjusting / adapting hardware or hardware systems.
1,610 questions
0 comments No comments
{count} votes

Accepted answer
  1. Doron Holan 1,801 Reputation points
    2021-06-29T17:58:02.617+00:00

    I am not a lawyer. The WDK license does not allow you to redistribute files and binaries that it installs. The source for devcon in on github, you can compile it on your own and rename it. Or better, just take the relevant source that ejects a device and create your own utility.

    https://github.com/microsoft/Windows-driver-samples/tree/master/setup/devcon

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Jürgen Glogau 21 Reputation points
    2021-06-30T05:23:47.143+00:00

    Thank you, thats helps.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.