Setting the Driver Control Flags

The ExcludeFromSelect directive is required for all drivers, except for mirror drivers, that are written to the Windows Display Driver Model (WDDM).

The following example shows how to add the ExcludeFromSelect directive to a ControlFlags section of the INF file:

[ControlFlags]
ExcludeFromSelect=*

For more information on driver control flags, see INF ControlFlags Section.