Microsoft Windows [Version 6.0.6001] (C) Copyright 2006 Microsoft Corp. c:\windows>netsh wlan add profile ?
Usage: add profile [filename=][[interface=]][[user=]all|current]
Parameters:
Tag Value
filename - Name of the profile XML file.
interface - Interface name.
user - User scope, all users or only current user.
Remarks:
Add a wireless network profile on an interface for all or current users.
Parameter filename is required. It is the name of the XML file containing
the profile data.
Parameter interface is optional. It is one of the interface name shown
by "netsh wlan show interface" command. If interface name is given,
the profile will be added to the specified interface, otherwise the
profile will be added on all wireless interfaces.
Parameter user is optional. It specifies whether this profile is applied
to all users or current user only. By default it is applied to all users.
Examples:
add profile filename="Profile1.xml" interface="Wireless Network Connection"
user=current