Header menu logo fable-electron-docs-api

LaunchItems Type

Constructors

Constructor Description

LaunchItems(name, path, args, scope, enabled)

Full Usage: LaunchItems(name, path, args, scope, enabled)

Parameters:
    name : string - ⚠ OS Compatibility: WIN ✔ | MAC ❌ | LIN ❌ | MAS ❌ || name value of a registry entry.
    path : string - ⚠ OS Compatibility: WIN ✔ | MAC ❌ | LIN ❌ | MAS ❌ || The executable to an app that corresponds to a registry entry.
    args : string[] - ⚠ OS Compatibility: WIN ✔ | MAC ❌ | LIN ❌ | MAS ❌ || the command-line arguments to pass to the executable.
    scope : string - ⚠ OS Compatibility: WIN ✔ | MAC ❌ | LIN ❌ | MAS ❌ || one of user or machine. Indicates whether the registry entry is under HKEY_CURRENT USER or HKEY_LOCAL_MACHINE.
    enabled : bool - ⚠ OS Compatibility: WIN ✔ | MAC ❌ | LIN ❌ | MAS ❌ || true if the app registry key is startup approved and therefore shows as enabled in Task Manager and Windows settings.

Returns: LaunchItems
name : string

⚠ OS Compatibility: WIN ✔ | MAC ❌ | LIN ❌ | MAS ❌ || name value of a registry entry.

path : string

⚠ OS Compatibility: WIN ✔ | MAC ❌ | LIN ❌ | MAS ❌ || The executable to an app that corresponds to a registry entry.

args : string[]

⚠ OS Compatibility: WIN ✔ | MAC ❌ | LIN ❌ | MAS ❌ || the command-line arguments to pass to the executable.

scope : string

⚠ OS Compatibility: WIN ✔ | MAC ❌ | LIN ❌ | MAS ❌ || one of user or machine. Indicates whether the registry entry is under HKEY_CURRENT USER or HKEY_LOCAL_MACHINE.

enabled : bool

⚠ OS Compatibility: WIN ✔ | MAC ❌ | LIN ❌ | MAS ❌ || true if the app registry key is startup approved and therefore shows as enabled in Task Manager and Windows settings.

Returns: LaunchItems

Instance members

Instance member Description

this.args

Full Usage: this.args

⚠ OS Compatibility: WIN ✔ | MAC ❌ | LIN ❌ | MAS ❌ the command-line arguments to pass to the executable.

this.enabled

Full Usage: this.enabled

⚠ OS Compatibility: WIN ✔ | MAC ❌ | LIN ❌ | MAS ❌true if the app registry key is startup approved and therefore shows as enabled in Task Manager and Windows settings.

this.name

Full Usage: this.name

⚠ OS Compatibility: WIN ✔ | MAC ❌ | LIN ❌ | MAS ❌ name value of a registry entry.

this.path

Full Usage: this.path

⚠ OS Compatibility: WIN ✔ | MAC ❌ | LIN ❌ | MAS ❌ The executable to an app that corresponds to a registry entry.

this.scope

Full Usage: this.scope

⚠ OS Compatibility: WIN ✔ | MAC ❌ | LIN ❌ | MAS ❌ one of user or machine. Indicates whether the registry entry is under HKEY_CURRENT USER or HKEY_LOCAL_MACHINE.

Type something to start searching.