Skip to content

ElectronLaunchItems

Unofficial

A registry-backed login launch item on Windows.

Import:

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

Signature:

export interface ElectronLaunchItems

Properties

Property Type Description
args string[] The command-line arguments to pass to the executable. Windows only.
enabled boolean true if the app registry key is startup approved and therefore shows as enabled in Task Manager and Windows settings. Windows only.
name string Name value of a registry entry. Windows only.
path string The executable to an app that corresponds to a registry entry. Windows only.
scope string One of user or machine. Indicates whether the registry entry is under HKEY_CURRENT_USER or HKEY_LOCAL_MACHINE. Windows only.

Links to this page: