Time Saving Software

Only truly effective time saving software gets cataloged here. These are software programs and browser plugins that really save you time. If it takes more time to install and learn than the time you would save using it over the course of several months — you won’t find it here! Subscribe

Comments
By Michael on December 31, 2007

Speed up Windows tasks

Technology marches on — and so does the need to manage it! Even with all the cool stuff on my computer, I still find myself frustrated with repeating the same tasks over and over. Enter AutoIt to save the day (and my blood pressure).

This Microsoft Windows automation tool can speed you through repetitive tasks, giving you more time for what’s really important. While it could be considered a tool for the geek crowd, you really don’t have to learn how to write code because it has a macro recorder.

Turn on the recorder, then do the task once manually. Turn off the recorder and — voila — you have a script for doing that task. Save it to a file and all you have to do is double-click the file to run it.

Here’s a sample of what the tool produces:

Send("{LWINDOWN}e{LWINUP}")
WinWait("My Computer","")
If Not WinActive("My Computer","") Then WinActivate("My Computer","")
WinWaitActive("My Computer","")
Send("{ALTDOWN}d{ALTUP}c{SHIFTDOWN};{SHIFTUP}\clients{ENTER}")

This script opens the Windows Explorer application and then directs it to my Clients directory. How many times a week do you think I might do that? Right. Now you get the time-saving value of this little gem.

Comments
By Michael on January 30, 2010

Terminate a Frozen Application

You have probably become frustrated with a Windows application that is not responding and used the Task Manager in Windows to kill it. The SuperF4 tool is for those times when your computer is so slow that even the Task Manager takes a long time to load.

superf4

All you have to do is make sure that the application you want to terminate is the active program… then press Control+Alt+F4… and *BAM* down it goes like an old time Batman villain. Click here to learn more about SuperF4.

Comments
By Michael on October 8, 2009