sandboxie-plus / Sandboxie

Sandboxie Plus & Classic
https://Sandboxie-Plus.com
GNU General Public License v3.0
13.68k stars 1.52k forks source link

What is the command line switch to minimize SandMan to the system tray? #3335

Closed isaak654 closed 11 months ago

isaak654 commented 1 year ago

Is your feature request related to a problem or use case?

https://forum.xanasoft.com/threads/is-there-a-way-to-launch-sandman-exe-in-portable-mode-and-automatically-hide-the-gui.647/

Describe the solution you'd like

Add a new command line switch to minimize Sandboxie Plus' GUI to the system tray.

There is some reference about it in the Sandboxie Classic's GUI: https://github.com/sandboxie-plus/Sandboxie/blob/9cb2462b043cbc0b73e7e6805a58e3cfce511b80/Sandboxie/apps/start/start.cpp#L581-L589

DavidXanatos commented 1 year ago

here is in fact such a command line argument "...\SandMan.exe -autorun" will start sandman UI minimized to tray.

DavidXanatos commented 11 months ago

I don't think /nosbiectrl does anything, i just checked in the code it sets dont_start_sbie_ctrl but that variable is not evaluated anyware also the original user asked for a way to start sandman in the tray and this is achieved by "...\SandMan.exe -autorun"