Created
March 28, 2011 16:09
-
-
Save maylogger/890732 to your computer and use it in GitHub Desktop.
取代登入項目 提昇開機效能
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set volume 1 | |
say "Desktop Clear" using "Vicki" | |
tell application "Camouflage" to launch | |
delay 1 | |
say "Battery" using "Vicki" | |
tell application "Watts" to launch | |
delay 1 | |
say "Sleep Less" using "Vicki" | |
tell application "SleepLess" to launch | |
delay 1 | |
say "Flux" using "Vicki" | |
tell application "Flux" to launch | |
delay 1 | |
say "Sound Source" using "Vicki" | |
tell application "SoundSource" to launch | |
delay 1 | |
say "Divvy" using "Vicki" | |
tell application "Divvy" to launch | |
delay 2 | |
say "Gmail" using "Vicki" | |
tell application "Notify" to launch | |
delay 2 | |
say "Facebook" using "Vicki" | |
tell application "Facebook Notifications" to launch | |
delay 2 | |
say "Dropbox" using "Vicki" | |
tell application "Dropbox" to launch | |
delay 2 | |
say "Cloud" using "Vicki" | |
tell application "Cloud" to launch | |
delay 2 | |
say "Better Touch Tool" using "Vicki" | |
tell application "BetterTouchTool" to launch | |
delay 2 | |
say "system ready!" using "Vicki" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment