Help - Search - Members - Calendar
Full Version: Unattended wireless network connection
MSFN Forums > Unattended Windows Discussion & Support > Unattended Vista

   
Google Internet Forums Unattended CD/DVD Guide
jamesagmoore
First, on a "master" pc setup the wireless connection as desired

Save the current wireless network config to an xml file:

CODE
netsh wlan export profile



In the unattended scripts, restore the wireless network settings:

CODE
netsh wlan add profile filename="PUT YOUR FILENAME HERE.xml"
IcemanND
does this work across diferent wireless cards?
fizban2
as long as the network card is recoginzed by vista it should, i have had it work across intel pro and dell wireless cards
Dobby
Is it possible to do this in WinPE part of install so that Dynamic Update works?
Dobby
if I do
CODE
netsh wlan add profile filename="PUT YOUR FILENAME HERE.xml"


from WinPE command line I get
CODE
The following command was not found: wlan add profile filename="PUT YOUR FILENAME HERE.xml"


can I do this from the Shift F10 cmd prompt?
Dobby
I'm guessing maybe my wifi drivers did not load. If I type netsh then ? On my workstation I can see wlan described but on the other machine it's not listed. ****.
Google Internet Forums Unattended CD/DVD Guide
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.