Skip to content

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):

  • submenu treat as submenu (like FOLDER_SUBMENU)
  • link force clickable folder
  • inline inject contents at root (files & lazy submenus for subfolders)
  • inlineopen clickable header + inline contents
  • inlinenotitle suppress 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

Clone this wiki locally