This article describes how to rename a network adapter in Windows 8 and in Windows Server 2012.
Use the Network Connections item in Control Panel
When you right-click a network connection in Windows 8 or in Windows Server 2012, nothing happens. Therefore, you must open the
Network Connections item in Control Panel to rename a network adapter.
To open the
Network Connections item in Control Panel, use one of the following methods.
- Method 1
- Swipe in from the right edge of the screen, and then tap Search.
Or, if you are using a mouse, point to the lower-right corner of the screen, and then click Search.
- In the search box, type ncpa.cpl.
- Tap or click the displayed Ncpa.cpl icon.
- Method 2
- Swipe in from the right edge of the screen, and then tap Search.
Or, if you are using a mouse, point to the lower-right corner of the screen, and then click Search.
- Tap or click Settings.
- In the search box, type network connections.
- Tap or click View network connections.
- Method 3
- Press Windows Logo key+R to open the Run window.
- Type ncpa.cpl.
- Tap or click OK.
- Method 4
- Open Control Panel.
- Tap or click Network and Sharing Center.
- Tap or click Change adapter settings in the navigation pane.
- Method 5
- Right-click the Network icon in the notification area.
- Tap or click Network and Sharing Center.
To rename a network adapter, use one of the following methods after you open the
Network Connections item in Control Panel:
- Right-click the desired network adapter, and then tap or click Rename.
- Select the desired network adapter, and then tap or click Rename this connection at the top of the window.
- Select the desired network adapter, and then press F2.
Use Windows PowerShell cmdlets (for advanced users)
You can also use Windows PowerShell cmdlets to rename a network adapter in Windows 8 or in Windows Server 2012. To do this, follow these steps:
- To view the names of the network adapters, run the following Windows PowerShell cmdlet:
Get-NetAdapter
- To rename a network adapter, run the following Windows PowerShell cmdlet:
Rename-NetAdapter -Name <Name> -NewName <New name>
For example, run the following Windows PowerShell cmdlet to rename the "Ethernet network" adapter to "ManagementAdapter:"Rename-NetAdapter –Name Ethernet –NewName ManagementAdapter
Article ID: 2729523 - Last Review: August 16, 2012 - Revision: 3.0
Applies to
- Windows 8
- Windows 8 Enterprise
- Windows 8 Professional
- Windows Server 2012 Datacenter
- Windows Server 2012 Essentials
- Windows Server 2012 Foundation
- Windows Server 2012 Hyper V
- Windows Server 2012 Standard
| kbhowto kbexpertisebeginner kbsurveynew KB2729523 |