-
Notifications
You must be signed in to change notification settings - Fork 0
Menu section
akamienski edited this page Jan 2, 2026
·
7 revisions
ItemN = Label | TYPE | PathOrTarget | Params | IconPath
TYPE values:
- URI, FILE, CMD - directory/file path, command, uri or just a file name, incl. executable (if that file resides in %PATH% variable
- FOLDER (clickable or mode-adjusted by params tokens)
- FOLDER_SUBMENU
- POWER_SLEEP, POWER_SHUTDOWN, POWER_RESTART, POWER_LOCK, POWER_LOGOFF
- POWER_MENU (adds aggregated power submenu: Sleep, Shut down, Restart, Lock, Log off)
- RECENT_SUBMENU or RECENT
- TASKKILL
- THISPC
- HOME
- SEPARATOR or --- or -
Folder params tokens (space-separated, case-insensitive):
-
submenutreat as submenu (like FOLDER_SUBMENU) -
linkforce clickable folder -
inlineinject contents at root (files & lazy submenus for subfolders) -
inlineopenclickable header + inline contents -
inlinenotitlesuppress header row (with inline/inlineopen)
Example:
Item10=Code|FOLDER|%USERPROFILE%\Code|inline|
Item11=Scripts|FOLDER|%USERPROFILE%\Scripts|inlinenotitle|
Item12=Projects|FOLDER|%USERPROFILE%\Projects|inlineopen|
Inline Expansion Notes
- Subdirectories become lazy submenus (depth starts at 2)
- Visibility filters apply (ShowHidden / ShowDotfiles modes)
- No automatic separator insertion