Control Netconnections: How to Open and Manage Windows Network Adapters
QUICK ANSWER control netconnections is a Windows Run and command-line command that opens the classic Network Connections Control Panel folder. It provides di...
QUICK ANSWER
control netconnections is a Windows Run and command-line command that opens the classic Network Connections Control Panel folder. It provides direct access to installed Ethernet, Wi-Fi, VPN, virtual, and other network adapters.
From this window, you can view adapter status, enable or disable adapters, inspect connection details, configure IPv4 or IPv6 addressing, change DNS settings, manage protocol bindings, and access hardware properties. Opening the window normally does not require administrator rights, but Windows may request administrative approval when you change protected settings.
What Is control netconnections?
control netconnections launches the classic Windows Network Connections interface. This interface lists the network adapters and connection objects currently installed on the computer.
To open it:
- Press Windows key + R.
- Enter:
control netconnections
- Press Enter.
The command can also be entered in Command Prompt, PowerShell, Windows Terminal, Task Manager’s Run new task dialog, or a shortcut.
control.exe processes the command and asks Windows to open the Network Connections Control Panel folder. It does not create a network connection, reset the network, or run continuously in the background.
What Appears in Network Connections?
The window may show physical and software-based connections, including:
- Ethernet adapters
- Wi-Fi adapters
- VPN connections
- Bluetooth network connections
- USB network adapters
- Hyper-V or other virtual Ethernet adapters
- Third-party virtualization adapters
- Network bridge objects
- Dial-up connections on systems where they remain configured
An adapter can appear even when it is disconnected. For example, an Ethernet adapter may display Network cable unplugged, while a disabled adapter normally appears greyed out.
An adapter that does not appear at all may have a missing driver, a hardware problem, or a configuration that prevents Windows from detecting it.
What Can You Do with control netconnections?
View Adapter State
The Network Connections window helps you determine whether an adapter is:
- Enabled or disabled
- Connected or disconnected
- Associated with a Wi-Fi network
- Missing a network cable
- Operating at a particular link speed
- Sending and receiving data
Double-click an active connection, or right-click it and select Status, to view information such as connection duration, link speed, and activity counters.
Link speed is the negotiated connection rate between the computer and the local network device. It is not necessarily the same as the computer’s internet speed.
Enable or Disable an Adapter
To disable an adapter:
- Right-click the adapter.
- Select Disable.
- Approve the administrative prompt if Windows displays one.
To restore it, right-click the adapter and select Enable.
Disabling and enabling an adapter can reinitialize the adapter and may resolve a temporary connectivity problem. However, it will immediately interrupt traffic using that adapter.
Warning: Never disable the only active adapter on a remotely managed computer. Doing so can terminate the remote session and prevent you from reconnecting. Microsoft gives the same warning for its
Disable-NetAdapterPowerShell command. learn.microsoft.com
Review Connection Details
Open an adapter’s Status window and select Details to inspect available information such as:
- DHCP status
- IPv4 address
- IPv4 subnet mask
- IPv4 default gateway
- DHCP server
- DNS servers
- Physical address, also called the MAC address
- IPv6 addresses
- Connection-specific DNS suffix
These details are useful when diagnosing incorrect addressing, DNS failures, missing gateways, or DHCP problems.
Configure IPv4 or IPv6
To view TCP/IP configuration:
- Right-click the adapter.
- Select Properties.
- Select Internet Protocol Version 4 (TCP/IPv4) or Internet Protocol Version 6 (TCP/IPv6).
- Select Properties.
Common configurations include:
- Obtaining an IP address automatically through DHCP
- Obtaining DNS server addresses automatically
- Assigning a static IP address
- Assigning preferred and alternate DNS servers
- Configuring advanced addresses, gateways, DNS suffixes, and interface metrics
Record the original settings before making changes.
Warning: An incorrect IP address, prefix or subnet mask, default gateway, or DNS server can prevent access to the local network, internet, domain services, or internal applications. Static addresses should normally be assigned according to the organization’s network plan.
Manage Network Components and Bindings
An adapter’s Properties dialog lists network components bound to that connection. Depending on the system, these can include:
- Client for Microsoft Networks
- File and Printer Sharing for Microsoft Networks
- Internet Protocol Version 4
- Internet Protocol Version 6
- Link-Layer Topology Discovery components
- QoS Packet Scheduler
- Third-party VPN, security, capture, or virtualization filters
A checked component is bound to the adapter. Clearing a component disables that binding for the selected adapter; it does not necessarily uninstall the component from Windows.
Do not disable components merely because they appear unfamiliar. VPN clients, endpoint-security products, virtual machines, management tools, and corporate network services may depend on them. Microsoft also notes that enabling one binding can automatically disable an incompatible binding. learn.microsoft.com
In most environments, IPv6 should remain enabled unless a documented application or network requirement explicitly calls for a different configuration.
Open Hardware and Driver Properties
Select Configure in an adapter’s Properties dialog to access hardware-related pages supplied by the adapter driver. Available options may include:
- Driver provider and version
- Device status
- Power-management settings
- Wake-on-LAN options
- Speed and duplex
- VLAN configuration
- Receive-side scaling
- Checksum or large-send offload
- Wireless adapter features
Available properties vary by adapter and driver. Microsoft documents that advanced NIC settings can be viewed through the adapter’s Configure > Advanced page and compared with PowerShell adapter-property output. learn.microsoft.com
Change advanced properties only when required by the hardware vendor, network design, or a specific troubleshooting procedure. Incorrect speed, duplex, VLAN, or offload settings can reduce performance or break connectivity.
Rename an Adapter
Renaming adapters can make systems with multiple interfaces easier to administer. Examples include:
Corporate LANBackup NetworkManagementStorageInternet WAN
Renaming changes the connection’s display name; it does not change the hardware, MAC address, IP address, or network profile.
Create a Network Bridge
Windows may allow two or more compatible connections to be combined into a software network bridge.
A bridge forwards compatible network traffic between the selected network segments. It is not the same as:
- Internet Connection Sharing
- Adapter teaming
- Load balancing
- A VPN
- A wireless hotspot
Bridging can alter addressing and disrupt network access. It should be used only when the network design specifically requires Layer 2 bridging. Managed business networks should normally use supported switches, routing, virtualization, or vendor-provided teaming instead.
What control netconnections Does Not Do
The command does not:
- Display every active TCP or UDP session
- Show which application opened each network connection
- Test internet performance
- Reset Winsock or the TCP/IP stack
- Install a missing network driver
- Configure a router or firewall appliance
- Guarantee administrative permission
- Automatically repair a connection
- Replace centralized network-management tools
To inspect active TCP connections and listening ports, use tools such as netstat, Resource Monitor, or appropriate PowerShell commands. Microsoft documents that netstat displays active TCP connections, listening ports, routing information, and protocol statistics. learn.microsoft.com
Benefits of Using control netconnections
Direct Access
The command opens the adapter list without requiring navigation through several Settings or Control Panel pages.
Consistent Administration Interface
The classic interface presents physical adapters, virtual adapters, VPN objects, bindings, status information, and TCP/IP properties in one location.
Fast Troubleshooting
It makes it easy to check whether an adapter is disabled, disconnected, missing, or using unexpected protocol settings.
Access to Advanced Properties
Some driver options and protocol-binding controls are easier to reach through this interface than through the modern Settings application.
Useful for Support Instructions
Because the command is short, support staff can give users a direct and repeatable way to reach the correct window.
Script and Shortcut Compatibility
The command can be launched through scripts, support utilities, desktop shortcuts, and remote-assistance procedures. Opening the window can be automated, although changes within the graphical interface remain interactive.
Requirements and Limitations
- The command applies to Windows.
- Available actions depend on the Windows edition, installed drivers, and adapter type.
- Organizational policies may hide or restrict settings.
- Protected changes may require local administrator credentials.
- Standard users may be able to view properties without being allowed to change them.
- Windows Settings remains the primary interface for many everyday networking tasks.
- The classic interface may not expose every modern Wi-Fi, VPN, hotspot, proxy, or data-usage option.
- Minimal Windows Server installations may not include the full desktop interface.
Alternative Ways to Open Network Connections
Use ncpa.cpl
Press Windows key + R, enter:
ncpa.cpl
Then press Enter.
This is a commonly used direct method for opening the same classic Network Connections interface.
Use Windows Settings
Open:
Settings > Network & internet
Settings is suitable for common tasks such as:
- Connecting to Wi-Fi
- Viewing network properties
- Configuring a proxy
- Managing VPN connections
- Changing IP or DNS assignment
- Running available network troubleshooting options
The exact page names and layout can vary between Windows versions.
Use Control Panel
Open Control Panel, navigate to Network and Internet > Network and Sharing Center, and select Change adapter settings.
Use PowerShell
For inspection, run PowerShell and use:
Get-NetAdapter
Get-NetIPConfiguration
Get-NetIPInterface
Get-NetAdapter reports basic adapter properties, while Get-NetIPConfiguration reports usable interfaces, IP addresses, and DNS-server information. learn.microsoft.com
To test connectivity to a service:
Test-NetConnection example.com -Port 443
Test-NetConnection can perform ping, TCP-port, route-tracing, and route-selection diagnostics. learn.microsoft.com
Some PowerShell changes require an elevated session. Test scripts carefully, identify adapters by a reliable name or interface index, and avoid modifying the interface used for remote administration.
Safe Verification Procedure
Before changing network settings:
- Run
control netconnections. - Identify the adapter currently carrying network traffic.
- Open Status > Details.
- Record the current IP address, gateway, DNS servers, and DHCP state.
- Capture screenshots or document any custom settings.
- Confirm whether the computer uses a VPN, static addressing, VLANs, or virtual networking.
- Check organizational documentation before changing managed systems.
After making a change:
- Confirm that the adapter is enabled and connected.
- Verify that it has an expected IP address and default gateway.
- Test name resolution and the required destination.
- Reopen business applications, VPN software, or remote-management tools.
- Restore the recorded settings if connectivity becomes worse.
Troubleshooting control netconnections
The Command Does Not Open
Try the alternative command:
ncpa.cpl
If neither command works:
- Open Network & internet through Windows Settings.
- Restart Windows Explorer or sign out and back in.
- Check whether organizational policy restricts Control Panel.
- Verify that Windows system files and services are functioning.
- Ask an administrator to inspect the system if the issue affects a managed device.
Network Connections Opens but Is Empty
An empty window can indicate that Windows is not detecting adapters correctly or that required components are malfunctioning.
Check:
- Device Manager > Network adapters
- Whether adapters are disabled
- Whether devices show warning symbols
- Whether the correct vendor drivers are installed
- Whether virtual-networking or security software recently changed
- Whether the Network Connections service is disabled or failing
Do not download drivers from unofficial driver-distribution sites. Prefer Windows Update, the computer manufacturer, or the network-adapter manufacturer.
The Adapter Is Missing
If an adapter appears in Device Manager but not in Network Connections:
- Restart the computer.
- Check the device’s status in Device Manager.
- Install the approved driver.
- Review recent VPN, virtualization, endpoint-security, or Windows updates.
- Check whether the device is disabled in firmware or by hardware controls.
- Escalate persistent problems to the device manufacturer or system administrator.
Access Is Denied
You probably do not have permission to perform the requested change. Sign in with an authorized administrator account or contact the system administrator. Do not attempt to bypass organizational restrictions.
Disabling and Enabling Did Not Fix the Problem
Check the broader configuration:
ipconfig /all
This displays detailed TCP/IP configuration. Look for:
- An unexpected IP address
- A missing default gateway
- Unexpected DNS servers
- DHCP disabled when automatic addressing is required
- An address beginning with
169.254, which commonly indicates that Windows assigned a link-local IPv4 address because normal IPv4 configuration was unavailable
Also test the actual destination instead of assuming that every failure is an adapter problem. A connection can be enabled while DNS, the router, a VPN, a firewall, the internet service, or the destination server is unavailable.
Security and Operational Considerations
Adapter configuration can affect firewall profile selection, routing, remote access, domain connectivity, VPN behavior, and endpoint-security controls.
Follow these precautions:
- Use least-privilege administrative access.
- Do not disable security or VPN bindings without authorization.
- Do not assign an unapproved static address.
- Avoid changing adapters during a remote support session.
- Document changes on business systems.
- Test changes during an approved maintenance window when downtime is possible.
- Treat unexpected adapters or filters as items to investigate, not automatically remove.
- Back up essential configuration before modifying complex multi-adapter systems.
FAQ
Frequently Asked Questions
Is control netconnections safe?
Yes. Running the command only opens the Network Connections interface. The risk comes from changes made afterward, such as disabling an active adapter or entering incorrect IP and DNS settings.
Does it require administrator rights?
Opening the window generally does not. Enabling or disabling adapters and changing protected network properties may require administrator approval.
Is control netconnections the same as ncpa.cpl?
Both are commonly used to open the classic Network Connections interface. ncpa.cpl directly invokes the associated Control Panel component, while control netconnections asks Control Panel to open the Network Connections folder.
Does the command work in Windows 10 and Windows 11?
It is available in current desktop versions of Windows, although Microsoft increasingly exposes everyday network settings through the Settings application. Interface availability can also be affected by system configuration and organizational policy.
Can I use it to change DNS servers?
Yes. Open the adapter’s properties and configure the relevant IPv4 or IPv6 protocol. Ensure that the DNS addresses are valid and approved for the network.
Will disabling and enabling an adapter reset its configuration?
It restarts the adapter’s active connection but normally does not erase saved static IP, DNS, Wi-Fi profile, or driver settings. It will temporarily interrupt all traffic using that adapter.
Can it show which programs are using the internet?
No. Use Resource Monitor, netstat, or suitable PowerShell and security tools to investigate active sessions and listening ports.
Why are multiple Ethernet adapters listed?
Windows may list physical ports, USB adapters, VPN interfaces, Hyper-V switches, virtual-machine adapters, security filters, and other software-created interfaces. Multiple entries are not automatically evidence of a problem.
Can I use it on a remote computer?
You can launch it within an interactive remote session, but changing the adapter carrying that session can disconnect you. For managed remote administration, use approved PowerShell remoting or enterprise-management tools with a recovery path.
FINAL RECOMMENDATION / CONCLUSION
Use control netconnections when you need quick access to Windows network adapters, connection status, TCP/IP properties, bindings, or driver options. It is especially useful for diagnosing disabled adapters and reviewing detailed configuration that may not be immediately visible in Settings.
Before changing anything, identify the active adapter and record its current configuration. Use Windows Settings for ordinary connection management and PowerShell for repeatable administration. On remote or business-critical systems, avoid disabling adapters or altering addressing, DNS, VLAN, and binding settings without authorization and a recovery plan.
#Windows #ControlNetconnections #NetworkConnections #NetworkAdapter #NCPA #Ethernet #WiFi #IPv4 #IPv6 #TCPIP #DNS #DHCP #WindowsNetworking #NetworkTroubleshooting #PowerShell #ITSupport #SystemAdministration #Windows11 #Windows10 #Knowledgebase
SOURCES
- Microsoft Learn — Executing Control Panel Items: https://learn.microsoft.com/windows/win32/shell/executing-control-panel-items Win32 apps
- Microsoft Learn — Get-NetAdapter: https://learn.microsoft.com/powershell/module/netadapter/get-netadapter learn.microsoft.com
- Microsoft Learn — Get-NetIPConfiguration: https://learn.microsoft.com/powershell/module/nettcpip/get-netipconfiguration learn.microsoft.com
- Microsoft Learn — Get-NetIPInterface: https://learn.microsoft.com/powershell/module/nettcpip/get-netipinterface learn.microsoft.com
- Microsoft Learn — Disable-NetAdapter: https://learn.microsoft.com/powershell/module/netadapter/disable-netadapter learn.microsoft.com
- Microsoft Learn — Enable-NetAdapterBinding: https://learn.microsoft.com/powershell/module/netadapter/enable-netadapterbinding learn.microsoft.com
- Microsoft Learn — Test-NetConnection: https://learn.microsoft.com/powershell/module/nettcpip/test-netconnection learn.microsoft.com
- Microsoft Learn — Netstat: https://learn.microsoft.com/windows-server/administration/windows-commands/netstat learn.microsoft.com
- Microsoft Learn — NIC Advanced Properties: https://learn.microsoft.com/windows-server/networking/technologies/hpn/hpn-nic-advanced-properties learn.microsoft.com
Was this guide useful?
Your answer helps us keep BISONKB accurate and practical.