ikas-mc / ContextMenuForWindows11

Add Custom Context Menu For Windows11
GNU Lesser General Public License v3.0
1.85k stars 90 forks source link

Feature request: Add item on no file/folder select. #124

Open astrorobot110 opened 4 months ago

astrorobot110 commented 4 months ago

I want to add items to the context menu when File / Folder is not selected.

For example, to open my favorite folders in Windows Explorer, run powershell scripts where I right-clicked place.

pic

ikas-mc commented 4 months ago

like this?

2024-04-28 201027

{
  "title": "Open x",
  "exe": "\"C:\\Windows\\explorer.exe\"",
  "param": "C:\\Users\\Public",
  "icon": "\"C:\\Windows\\explorer.exe\",0",
  "acceptDirectory": false,
  "acceptDirectoryFlag": 6,
  "acceptFile": false,
  "acceptFileFlag": 0,
  "acceptMultipleFilesFlag": 0,
  "index": 0
}
astrorobot110 commented 4 months ago

YES! I just say this is!