Each time I start working on my PC, I have a bunch of programs I have to start, some of which depends upon others. I've tried to list them with their dependencies
- Keepass
- TrueCrypt
- foobar2000 (read MP3 from a Truecrypt encoded volume which password is stored in Keepass)
- Chrome (to access my company mail, using a password stored in KeePass)
- TrueCrypt
- Opera
- Firefox
- a PowerShell script used to start a glassfish domain
- Eclipse (run as admin user)
- FlashBuilder (run as admin user)
Is there any utility program that would allow me to sequence that launches in an "easy" way, that would let my compputer do all that while I'm waking up ?
Notice my computer runs Windows 7, and my user account is automatically logged in.
EDIT It seems I forgot to mention i don"'t want to write scripts in any form. What I want is a simple GUI, allowing me to select elements from my start menu, and add them to a kind of "delayed start items".
