moudey / Shell

Powerful context menu manager for Windows File Explorer
https://nilesoft.org
MIT License
3.62k stars 121 forks source link

How can I add a new section "APP" ? #256

Closed xRorkr closed 1 year ago

xRorkr commented 1 year ago

Hello, I do not know very well how this works, I'm not a programmer, but I like the application and the ease that brings for some actions, my question is How can I add a new section "APP" and inside it run applications from my pc ? as steam, winscp and other launcher ? not to have them on my desktop if not in the context menu ?

moudey commented 1 year ago

Open shell.nss file and add this code to dynamic section

menu(type="desktop" title="APP")
{
    item(title="app1" cmd='path/to/app1.exe')
    item(title="app2" cmd='path/to/app2.exe')
    item(title="app3" cmd='path/to/app3.exe')
}

Save changes, press CTRL + RIGHT-CLICK to reload settings.