ObjectName

HKLM\SYSTEM\CurrentControlSet\Services\<service-name>

Data type Range Default value
REG_SZ Object name Drivers:  Systemroot\System32\Drivers\<Driver-name>.sys
Services:  Systemroot\System32\<Service-name>.exe

Description

If the service represented by the subkey is a kernel-mode driver or file system driver, this entry specifies the name of the Windows 2000 driver object that the I/O Manager uses to load the device driver.

If the service represented by the subkey is a Win32 service, this entry specifies the account name that the service uses to log on to Windows 2000.

Note Image Note

This information is presented for reference only. You cannot change the driver object or account name that Windows 2000 uses to start a service by editing this entry. To change the value of ObjectName, use the ChangeServiceConfig API or Sc.exe, a tool on the Windows 2000 Resource Kit.

Tip Image Tip

To determine what type of service is represented by the subkey, see Type.