Beller0ph1, that sounds like a great work-around until I (or somebody faster) gets it into the code. To be honest so far I haven’t even been able to get the checked out code to compile yet (something about duplicate Nuget issues - I hope to post in the Developers forum about it soon).
My GUESS about the disk space issues is that perhaps your even is running under a different user account than your web GUI which might be storing things in a different location (and thus indeed working with a second account).
If that IS the case, you should be able to resolve it by either making sure the Windows event is running under the same account as the web GUI and/or I THINK there are some advanced parameters you can add to tell it where to store it’s SQLite database & such.
It MIGHT be related to the --tempdir
parameter, but I’m not sure.