LaunchItems

external interface LaunchItems(source)

Properties

Link copied to clipboard
abstract var args: ERROR CLASS: Symbol not found for js.array.ReadonlyArray<kotlin/String>

the command-line arguments to pass to the executable.

Link copied to clipboard
abstract var enabled: Boolean

true if the app registry key is startup approved and therefore shows as enabled in Task Manager and Windows settings.

Link copied to clipboard
abstract var name: String

name value of a registry entry.

Link copied to clipboard
abstract var path: String

The executable to an app that corresponds to a registry entry.

Link copied to clipboard
abstract var scope: String

one of user or machine. Indicates whether the registry entry is under HKEY_CURRENT USER or HKEY_LOCAL_MACHINE.