I've installed NSSM to run some maintenance Python scripts over ODBC to QuickBooks (using QODBC Driver for QuickBooks).
NSSM site says it's running with elevated/admin privileges:
"Danger Will Robinson! nssm requires administrator access to your system in order to manage services."
However, I believe my script needs to run from a non-elevated CMD shell.
Can I configure NSSM to run my python script from a non-elevated/admin shell?