Just one of those good to know things I learned back when I was on the Help Desk. Push this little regedit with GPO, or add it by hand (gross), and the computer will connect to the specified wireless network prior to logon.
1 |
Registry Path: HKLM\Software\Microsoft\Windows\CurrentVersion\Run |
Add a new string value here and call it whatever you want (ex. ConnectPre-Logon). Add the following as its value:
1 |
%comspec% /c netsh wlan connect name="<Wireless-SSID-Name>" |