2016-10-07 20:09:31 -06:00
|
|
|
# ShortcutDetails Object
|
2016-09-28 01:00:01 -06:00
|
|
|
|
2021-11-15 21:13:18 -07:00
|
|
|
* `target` string - The target to launch from this shortcut.
|
|
|
|
* `cwd` string (optional) - The working directory. Default is empty.
|
|
|
|
* `args` string (optional) - The arguments to be applied to `target` when
|
2016-09-28 01:00:01 -06:00
|
|
|
launching from this shortcut. Default is empty.
|
2021-11-15 21:13:18 -07:00
|
|
|
* `description` string (optional) - The description of the shortcut. Default
|
2016-09-28 01:00:01 -06:00
|
|
|
is empty.
|
2021-11-15 21:13:18 -07:00
|
|
|
* `icon` string (optional) - The path to the icon, can be a DLL or EXE. `icon`
|
2016-09-28 01:00:01 -06:00
|
|
|
and `iconIndex` have to be set together. Default is empty, which uses the
|
|
|
|
target's icon.
|
2021-11-15 21:13:18 -07:00
|
|
|
* `iconIndex` number (optional) - The resource ID of icon when `icon` is a
|
2016-09-28 01:00:01 -06:00
|
|
|
DLL or EXE. Default is 0.
|
2021-11-15 21:13:18 -07:00
|
|
|
* `appUserModelId` string (optional) - The Application User Model ID. Default
|
2016-09-28 01:00:01 -06:00
|
|
|
is empty.
|
2021-11-15 21:13:18 -07:00
|
|
|
* `toastActivatorClsid` string (optional) - The Application Toast Activator CLSID. Needed
|
2020-09-17 16:17:44 -06:00
|
|
|
for participating in Action Center.
|