Saturday, September 2, 2023

Find WiFi Passwords on Windows

 Open CMD

netsh wlan show profile

netsh wlan show profile name = "ENTER NETWORK NAME HERE" key=clear | find "Key Content"

Autohotkey V2 Stuff

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