LaunchItems Type
Constructors
| Constructor |
Description
|
Full Usage:
LaunchItems(name, path, args, scope, enabled)
Parameters:
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
|
Full Usage:
this.args
|
⚠ OS Compatibility: WIN ✔ | MAC ❌ | LIN ❌ | MAS ❌ the command-line arguments to pass to the executable. |
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. |
Full Usage:
this.name
|
⚠ OS Compatibility: WIN ✔ | MAC ❌ | LIN ❌ | MAS ❌ name value of a registry entry. |
Full Usage:
this.path
|
⚠ OS Compatibility: WIN ✔ | MAC ❌ | LIN ❌ | MAS ❌ The executable to an app that corresponds to a registry entry. |
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. |
fable-electron-docs-api