Skip to content

Instantly share code, notes, and snippets.

@megatontech
Created December 29, 2021 06:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save megatontech/e5dfd4dd64022a82b50315f340c21bcd to your computer and use it in GitHub Desktop.
Save megatontech/e5dfd4dd64022a82b50315f340c21bcd to your computer and use it in GitHub Desktop.
windows only
for /f "skip=9 tokens=1,2 delims=:" %i in ('netsh wlan show profiles') do @echo %j | findstr -i -v echo | netsh wlan show profiles %j key=clear
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment