As you know users can setup a task to be run at startup with the built-in task scheduler "schtasks" with
schtasks /sc ONSTART ... /TR ...
However this command syntax triggers the task at EVERY BOOT time.
How do I setup (from command line and not through GUI!!!) a ONE-TIME task?
For simplicity...