Skip to content

Instantly share code, notes, and snippets.

@loonison123
Created April 25, 2014 23:57
Show Gist options
  • Select an option

  • Save loonison123/11307392 to your computer and use it in GitHub Desktop.

Select an option

Save loonison123/11307392 to your computer and use it in GitHub Desktop.
Enable wireless on Windows Server 2012 R2
Install-WindowsFeature -Name "Wireless-Networking"
Restart-Computer
Start-Service wlansvc
Set-Service wlansvc -StartupType "Automatic"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment