ServiceParameters

March 11, 2025 · View on GitHub

Specifies the command-line parameters to be passed to an object installed for use by COM through the LocalService registry value.

Registry Entry

HKEY_LOCAL_MACHINE\SOFTWARE\Classes\AppID
   {AppID_GUID}
      ServiceParameters = parameter

Remarks

This is a REG_SZ value. This string is passed to the service as a command-line argument as it is being launched.

Related topics

LocalService

Registering COM Servers

 

 

Contents

  1. 1Registry Entry
  2. 2Remarks
  3. 3Related topics