Skip to content

Instantly share code, notes, and snippets.

@codethereforam
Created February 25, 2024 07:35
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 codethereforam/5a3333af9a75bb0f5d91b63b86082250 to your computer and use it in GitHub Desktop.
Save codethereforam/5a3333af9a75bb0f5d91b63b86082250 to your computer and use it in GitHub Desktop.
refresh wifi on Windows
netsh interface set interface "WLAN" disabled
netsh interface set interface "WLAN" enabled
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment