Created
April 25, 2014 23:57
-
-
Save loonison123/11307392 to your computer and use it in GitHub Desktop.
Enable wireless on Windows Server 2012 R2
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
| 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