Saturday, February 26, 2011

Reliability Monitor Windows 7

Reliability Monitor: I too often forget this feature of Windows 7. If you are having problems this might help trace it down. Just type "reliability" into the Start Menu and the link should come up. Windows 7 is an amazingly stable and forgiving operating system but stuff happens. Windows Events Viewer can give even more information but the Reliability Monitor is clear and simple.

Autohotkey V2 Stuff

 #Requires AutoHotkey v2.0 (required) #SingleInstance Force ::h::hello (hello with following space) :o:h::hello (hellow no following space) ...