Monday, July 21, 2014

Internet Connection Repair Utility

I just came across the Internet Connection Repair Utility.

This is a stand alone program. I don't know the effectiveness but worth a try.

Autohotkey V2 Stuff

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