Compartir a través de


Directiva de tipo de inicio driver\services

La directiva driver\services start type es un requisito de configuración de instalación de servicio para todos los controladores de pantalla. Los controladores de Windows Display Driver Model (WDDM) son Plug and Play (PnP) y, por lo tanto, deben iniciarse a petición, donde StartType =3.

Por ejemplo:

; Service Installation Section
;

[R200_Service_Inst]
ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
StartType      = 3                  ; SERVICE_DEMAND_START
ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE
LoadOrderGroup = Video
ServiceBinary  = %12%\r200.sys