2016-10-08 02:09:31 +00:00
|
|
|
# ShortcutDetails Object
|
2016-09-28 07:00:01 +00:00
|
|
|
|
2021-11-16 04:13:18 +00: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 07:00:01 +00:00
|
|
|
launching from this shortcut. Default is empty.
|
2021-11-16 04:13:18 +00:00
|
|
|
* `description` string (optional) - The description of the shortcut. Default
|
2016-09-28 07:00:01 +00:00
|
|
|
is empty.
|
2021-11-16 04:13:18 +00:00
|
|
|
* `icon` string (optional) - The path to the icon, can be a DLL or EXE. `icon`
|
2016-09-28 07:00:01 +00:00
|
|
|
and `iconIndex` have to be set together. Default is empty, which uses the
|
|
|
|
target's icon.
|
2021-11-16 04:13:18 +00:00
|
|
|
* `iconIndex` number (optional) - The resource ID of icon when `icon` is a
|
2016-09-28 07:00:01 +00:00
|
|
|
DLL or EXE. Default is 0.
|
2021-11-16 04:13:18 +00:00
|
|
|
* `appUserModelId` string (optional) - The Application User Model ID. Default
|
2016-09-28 07:00:01 +00:00
|
|
|
is empty.
|
2021-11-16 04:13:18 +00:00
|
|
|
* `toastActivatorClsid` string (optional) - The Application Toast Activator CLSID. Needed
|
2020-09-17 22:17:44 +00:00
|
|
|
for participating in Action Center.
|