Hey,
If any of you are familiar with Windows Connect Now, or with the setupsnk.exe and WSETTING.wfc files, this is for you.
I have multiple wireless networks I am installing via scripting on laptops. If you copy the files using WCN, you can store them on a flash drive and install them quickly on multiple devices. I have 2 issues though:
1) I cannot yet seem to be able to set the Key Index (not WEP key, that is done) from inside the WSETING.wfc file
2) I cannot yet install more than 1 wireless network per .wfc file.
I have posted the .wfc file below:
************************************************************
<?xml version="1.0"?>
<wirelessProfile xmlns=" <config>
<configId>00160246-0C7D-4AC4-B0F1-A9F8FD0CD23C</configId>
<configAuthorId>0B4E59B8-8317-46B2-B8C2-C46850162E6C</configAuthorId>
<configAuthor>Microsoft Wireless Network Setup Wizard</configAuthor>
</config>
<ssid xml:space="preserve">DT</ssid>
<connectionType>ESS</connectionType>
<primaryProfile>
<authentication>open</authentication>
<encryption>WEP</encryption>
<networkKey xml:space="preserve">22222222222222222222222222</networkKey>
<keyProvidedAutomatically>0</keyProvidedAutomatically>
<ieee802Dot1xEnabled>0</ieee802Dot1xEnabled>
</primaryProfile>
</wirelessProfile>
************************************************************
If anyone could be of assistance, I greatly appreciate it.
Cheers!
~Christopher
If any of you are familiar with Windows Connect Now, or with the setupsnk.exe and WSETTING.wfc files, this is for you.
I have multiple wireless networks I am installing via scripting on laptops. If you copy the files using WCN, you can store them on a flash drive and install them quickly on multiple devices. I have 2 issues though:
1) I cannot yet seem to be able to set the Key Index (not WEP key, that is done) from inside the WSETING.wfc file
2) I cannot yet install more than 1 wireless network per .wfc file.
I have posted the .wfc file below:
************************************************************
<?xml version="1.0"?>
<wirelessProfile xmlns=" <config>
<configId>00160246-0C7D-4AC4-B0F1-A9F8FD0CD23C</configId>
<configAuthorId>0B4E59B8-8317-46B2-B8C2-C46850162E6C</configAuthorId>
<configAuthor>Microsoft Wireless Network Setup Wizard</configAuthor>
</config>
<ssid xml:space="preserve">DT</ssid>
<connectionType>ESS</connectionType>
<primaryProfile>
<authentication>open</authentication>
<encryption>WEP</encryption>
<networkKey xml:space="preserve">22222222222222222222222222</networkKey>
<keyProvidedAutomatically>0</keyProvidedAutomatically>
<ieee802Dot1xEnabled>0</ieee802Dot1xEnabled>
</primaryProfile>
</wirelessProfile>
************************************************************
If anyone could be of assistance, I greatly appreciate it.
Cheers!
~Christopher