In Windows, one can edit a shortcut's properties and choose whether it should start the target program's window normally, minimized, or maximized.
I'm creating an installer in NSIS, and there are some batch files to which I would like to create shortcuts and have them start minimized. Does anyone what parameters to include in CreateShortcut
to accomplish this?