Skip to content

Instantly share code, notes, and snippets.

@matejskubic
Created February 6, 2017 08:40
Show Gist options
  • Save matejskubic/799c394ba60dfa63e1981efd1c8056b2 to your computer and use it in GitHub Desktop.
Save matejskubic/799c394ba60dfa63e1981efd1c8056b2 to your computer and use it in GitHub Desktop.
Windows 10 WiFi password
netsh wlan show profiles
netsh wlan show profiles name="%1" key=clear
@matejskubic
Copy link
Author

How to set wifi password (Windows command line or powershell)

netsh wlan set profileparameter name="%!" keyMaterial="%2"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment