The start value of 1 indicates that that this is a kernel device or other low-level hardware device driver.
For adapters, the start value is ignored.
A convenient way to dislable and remember the original startup type (for later enabling again) for services is provided by msconfig.exe under the by Services tab.
Type
The type value specifies the type of the service:
0x01: Kernel device driver
0x02: File system driver (which is also a kernel device driver)
0x04: Set of arguments for an adapter
0x10: A Win32 program that can be started by the service controller and that obeys the service control protocol.
0x20: A Win32 service that can share a process with other Win32 services.