Save the current wireless network config to an xml file:
netsh wlan export profile
In the unattended scripts, restore the wireless network settings:
netsh wlan add profile filename="PUT YOUR FILENAME HERE.xml"
Posted 13 December 2006 - 04:28 PM
netsh wlan export profile
netsh wlan add profile filename="PUT YOUR FILENAME HERE.xml"
Posted 13 December 2006 - 09:47 PM
Posted 25 February 2007 - 05:42 AM
Posted 25 February 2007 - 07:46 AM
netsh wlan add profile filename="PUT YOUR FILENAME HERE.xml"
The following command was not found: wlan add profile filename="PUT YOUR FILENAME HERE.xml"
Posted 25 February 2007 - 07:49 AM
Posted 28 November 2009 - 07:45 PM