Skip to content

Instantly share code, notes, and snippets.

@4x0v7
Created April 12, 2020 15:56
Show Gist options
  • Save 4x0v7/ac8a11af515c5cd0a21885635954c770 to your computer and use it in GitHub Desktop.
Save 4x0v7/ac8a11af515c5cd0a21885635954c770 to your computer and use it in GitHub Desktop.
Restart Wi-Fi in Windows
Get-NetAdapter -Name 'Wi-Fi' | Disable-NetAdapter -Confirm:$false -PassThru | Enable-NetAdapter | Out-Null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment