08-30-2011, 04:43 AM
If in QM setup is checked "Launch Quick Macros": when setup finishes, QM starts visible, therefore shows password dialog if current qml file (specified in registry) is locked.
If in QM setup is checked "Run Quick Macros when Windows starts": QM later will start hidden, without password dialog.
Setup always creates shortcut with v in Start Menu\Programs\Quick Macros 2.
This cannot be changed.
Solutions:
When QM starts, a macro can close the dialog.
If need to modify QM Start Menu shortcut: When QM starts, a macro can replace the shortcut. Use function CreateShortcut().
Function close_password
Trigger @2
If in QM setup is checked "Run Quick Macros when Windows starts": QM later will start hidden, without password dialog.
Setup always creates shortcut with v in Start Menu\Programs\Quick Macros 2.
This cannot be changed.
Solutions:
When QM starts, a macro can close the dialog.
If need to modify QM Start Menu shortcut: When QM starts, a macro can replace the shortcut. Use function CreateShortcut().
Function close_password
Trigger @2

