Microsoft Windows
[Version 6.0.6001
](C) Copyright 2006 Microsoft Corp.
c
:\windows>netsh interface set interface ?
Usage set interface
[name =
] IfName
[ [admin =
] ENABLED
|DISABLED
[connect =
] CONNECTED
|DISCONNECTED
[newname =
] NewName
]
Sets interface parameters.
IfName - the name of the interface
admin - whether the interface should be enabled
connect - whether to connect the interface (non-LAN only).
newname - new name for the interface (LAN only).
Notes
:
- At least one option other than the name must be specified.
- If connect = CONNECTED is specified, then the interface
is automatically enabled even if the admin = DISABLED
option is specified.