|

Start programs after suspend mode
In order to start applications automatically each time the computer wakes up from suspend-mode I recommend to use the freeware scripting-language autohotkey.
All you need to do is:
1. Download and install the freeware www.autohotkey.com 2. Save the script StartAfterSuspend.ahk to you disk and edit the settings for the application's path in the first line 3. Copy StartAfterSuspend.ahk into the autostart folder.
That's it. All programs entered into the .ahk will be started each time after suspend wake-up.
|