Thanks for all the responses

Originally Posted by
barman58
as for the router settings if you right click on the icon in network and sharing centre you should see an option to open the device web page. if it is Orange policy to password protect this
I tried the web page option. You're right - it's password protected. So I'll contact Orange.

Originally Posted by
SuperXero
Wireless Migrator - Wireless Migrator - HomeHandy small program, that knows to backup and restore all wireless networks setting from your computer.
I looked at the developer's blog:
Backup and restore your wireless networks settings by using WirelessMigrator | Tamir Khason - Just code
Based on the user comments, it seems to be very buggy just now. However, the tool is based on the following "netsh" commands, which are easy to use. Profiles are stored in XML files.
--------------------------------------
“netsh wlan show profiles” will show you all wireless network profiles in your system
”netsh wlan export profile name=”name” folder=”folder”” will export each profile to xml file (you can also run netsh wlan export profile” to export them all as bunch
”netsh wlan add profile filename=”name”” will restore each one of profiles and returns them into the system
--------------------------------------
So, if my connection ever becomes corrupted, I'll restore the XML file. If that doesn't work, then I have the CD

Originally Posted by
Home4thewinters
go directly to the web based page of the router. From the web based page you can make any configuration changes you want. You can get the web based IP address by typing "ipconfig /all" (without quotes, and a space beteen the g and /), in your command prompt.
Same reply as for barman58. I'll contact Orange for the password.
BTW: It seems to me that the developers of Wireless Migrator and WirelessKeyView cannot agree on the value of SSID.
I mentioned in a previous post that WirelessKeyView gives a 26-digit hex value, and a 12-digit ASCII value. These values do not convert to each other.
Wireless Migrator gives a 24-digit hex value (which does not convert to any of the WirelessKeyView values.
Wireless Migrator also gives "keyMaterial", which is approximatesly 300 hex digits

.