Migrate Your Wireless Settings

Posted on July 3rd, 2007 by Jason

Here is a handy way to export your wireless LAN settings if you failed to save them off or want to transfer them to another machine. You can also use this as a method of exporting your corporate wireless LAN settings which tend to be more involved than your typical WPA setup. You can also use this to deploy using SMS or other delivery methods.

Step 1.) Launch a command prompt as an admin

Step 2.) Using the netsh command prompt list your wireless LAN profiles using the following command

“netsh wlan show profiles”

Step 3.) Note the Wireless LAN profile name you are wanting to export (ex. Linksys)

Step 4.) Run the following command to export your profile

“Netsh wlan export profile name=”[ProfileName]” Folder=”[Folder Path]”

Pretty easy, right?

To import on the new/other machine is just as easy simply use and admin command prompt and run the “netsh wlan add profile filename=”[filename.xml]” command.

Tags: , , , , , , , , , , , , , , , ,

Related posts

3 Responses to “Migrate Your Wireless Settings”

  1. Teixeira, on 20 Jun 2008 at 6:59 am #

    I think that only works in win2008 server and vista. no luck with windows xp :(

    brgds

  2. Milaf on 27 Jul 2009 at 5:17 am #

    When I try to import the profile It showing this error

    ERROR: function WLanSetProfile returns 5023. The group or resource is not in the correct state to perform the requested operation.

    Is there a solution to this? Any help would be appreciated.

    Command line executed > netsh add profile filename=”wlan.xml”

    Thanks in advance.

  3. curvy on 10 Nov 2009 at 2:06 pm #

    Great, but this doesn’t apply to Windows XP.

Leave a Reply