Saturday, January 28, 2023

NET Framwork "what version is installed?"

 PowerShell

reg query "HKLM\SOFTWARE\Microsoft\Net Framework Setup\NDP\v4" /s

Autohotkey V2 Stuff

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