If it does work, sorry I forgot it does actually need to discover the wireless network first. I wrote a batch file -
Code:
@echo off
cd C:\WINDOWS\System32\
net stop "Wireless Configuration"
exit
and just put a shortcut to it in my startup folder. That is if it works in the first place.