Skip to content

Instantly share code, notes, and snippets.

@ndarville
Last active June 24, 2020 14:09
Show Gist options
  • Select an option

  • Save ndarville/988684f7c809ff0d471dba54ce1adb2e to your computer and use it in GitHub Desktop.

Select an option

Save ndarville/988684f7c809ff0d471dba54ce1adb2e to your computer and use it in GitHub Desktop.
Batch script to delay startup of applications after boot
@echo off
timeout /t 120
start itunes
start /min %APPDATA%\Dropbox\bin\Dropbox.exe
start /min "" "C:\Program Files (x86)\Battle.net\Battle.net"
start /min "" "%LOCALAPPDATA%\Discord\app-0.0.297\Discord.exe"
@ndarville
Copy link
Copy Markdown
Author

Oh awesome, I’ll start using that then, cheers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment