驱动程序\服务启动类型指令

driver\services start type 指令是所有显示驱动程序的服务安装设置要求。 Windows 显示驱动程序模型 (WDDM) 驱动程序即插即用 (PnP) ,因此必须要求启动,其中 StartType =3。

例如:

; 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