-
Notifications
You must be signed in to change notification settings - Fork 0
Menu section
WinMac edited this page Feb 26, 2026
·
8 revisions
ItemN = Label | TYPE | PathOrTarget | Params | IconPath
TYPE values:
- FILE - run a file by providing full path to it
- URI - run a file, to which path is part of %PATH% environment variable
- CMD - run command in Command Prompt
- 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