Skip to content

ElectronLaunchItems

Unofficial

A registry-backed login launch item on Windows.

Import:

import type { ElectronLaunchItems } from '@obsidian-typings/obsidian-catalyst-latest';

Signature:

export interface ElectronLaunchItems

Properties

PropertyTypeDescription
argsstring[]The command-line arguments to pass to the executable. Windows only.
enabledbooleantrue if the app registry key is startup approved and therefore shows as enabled in Task Manager and Windows settings. Windows only.
namestringName value of a registry entry. Windows only.
pathstringThe executable to an app that corresponds to a registry entry. Windows only.
scopestringOne of user or machine. Indicates whether the registry entry is under HKEY_CURRENT_USER or HKEY_LOCAL_MACHINE. Windows only.

Links to this page: