Error code

Windows ERROR_SERVICE_DISABLED

WINDOWSERROR_SERVICE_DISABLED
System Error Code· A POSIX/system errno returned when a system call fails.

What it means

The service cannot be started, either because it is disabled or because it has no enabled devices associated with it..

How to fix it

  1. Open services.msc and set the service Startup type to Automatic or Manual.
  2. start the service after enabling it.
  3. enable any disabled hardware the service depends on in Device Manager.
  4. verify dependent services are also enabled.

Not affiliated with Windows. Answer summarized from the manufacturer's manual linked above; consult that source for the authoritative procedure.