Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.