Windows Delayed Startup Script

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" "

Windows Delayed Startup Script

by Chris F Carroll read it in <1 min
0