Windows Delayed Startup Script
Put this in the Target of a cmd.exe shortcut and optionally set Run to Minimized:
cmd.exe /c "dir ..\StartupDelayedStart\* && Timeout /T 10 && echo 'waiting...' && Timeout /T 30 && for %f in ( ..\StartupDelayedStart\* ) do start "" "%f" "

