Add working folder and minimized launch options

This commit is contained in:
Ray Berezowski
2026-08-26 22:37:09 -04:00
parent c5fd18e6d3
commit 57b2c4b0cc
9 changed files with 160 additions and 18 deletions

View File

@@ -9,10 +9,12 @@
"Type": "Menu",
"Target": "",
"Arguments": null,
"WorkingFolder": null,
"IconPath": null,
"IsFavorite": false,
"IsDisabled": false,
"RunAsAdmin": false,
"StartMinimized": false,
"DisplayMode": "CompactList",
"Children": [
{
@@ -20,10 +22,12 @@
"Type": "Folder",
"Target": "%USERPROFILE%\\Documents",
"Arguments": null,
"WorkingFolder": null,
"IconPath": "%USERPROFILE%\\Documents",
"IsFavorite": false,
"IsDisabled": false,
"RunAsAdmin": false,
"StartMinimized": false,
"DisplayMode": "CompactList",
"Children": []
},
@@ -32,10 +36,12 @@
"Type": "Folder",
"Target": "%USERPROFILE%\\Downloads",
"Arguments": null,
"WorkingFolder": null,
"IconPath": "%USERPROFILE%\\Downloads",
"IsFavorite": false,
"IsDisabled": false,
"RunAsAdmin": false,
"StartMinimized": false,
"DisplayMode": "CompactList",
"Children": []
}
@@ -46,10 +52,12 @@
"Type": "Menu",
"Target": "",
"Arguments": null,
"WorkingFolder": null,
"IconPath": null,
"IsFavorite": false,
"IsDisabled": false,
"RunAsAdmin": false,
"StartMinimized": false,
"DisplayMode": "CompactList",
"Children": [
{
@@ -57,10 +65,12 @@
"Type": "App",
"Target": "notepad.exe",
"Arguments": null,
"WorkingFolder": null,
"IconPath": "notepad.exe",
"IsFavorite": false,
"IsDisabled": false,
"RunAsAdmin": false,
"StartMinimized": false,
"DisplayMode": "CompactList",
"Children": []
}