Skip to content

Instantly share code, notes, and snippets.

@kkamegawa
Created November 24, 2014 20:20
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 kkamegawa/b51bdb9203602ea2860d to your computer and use it in GitHub Desktop.
Save kkamegawa/b51bdb9203602ea2860d to your computer and use it in GitHub Desktop.
Reset Network Adapter for Windows 8.1/Windows Server 2012 R2
#Reset Network Adapter for Windows 8.1/Windows Server 2012 R2
Diable-NetAdapter -name "Local Area Network" -confirm:$false
Enable-NetAdapter -name "Local Area Network" -confirm:$false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment