Thursday, March 7, 2024

Windows 11 24H2 Requirement

 Intel SSE4.2
AMD SSE4A



Autohotkey V2 Stuff

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