News

The How-To Geek continues his quest to make Vista actually convenient for a wider group of people with a few tips on taming AutoHotkey, the Windows scripting language that can automate keyboard ...
Every second you spend at your screen performing mundane, redundant tasks adds up to hours of your life wasted on avoidable repetition. These AutoHotkey scripts will reclaim that time and ...
To make your own AutoHotkey script for restoring a specific window, create a new *.ahk script and paste in the following code: ToggleWinMinimize (TheWindowTitle) ...