Created
April 12, 2020 15:56
-
-
Save 4x0v7/ac8a11af515c5cd0a21885635954c770 to your computer and use it in GitHub Desktop.
Restart Wi-Fi in Windows
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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