- Open Start.
- Search for Device Manager, and click the top result to open the app.
- Expand the Network adapters category.
- Right-click the adapter you want, and select the Disable device option.
- Click the Yes button.
Enable adapter
To enable a network adapter using Device Manager, use these steps:
- Open Start.
- Search for Device Manager, and click the top result.
- Expand the Network adapters category.
- Right-click the adapter you want, and select the Enable device option.
How to enable or disable network adapters using Command Prompt
You can also use the netsh command on Windows 10 to disable or re-enable network adapters on your device.
Disable adapter
To disable a network adapter with the netsh command, use these steps:
- Open Start.
- Search for Command Prompt, right-click the top result, and select the Run as administrator option.
- Type the following command to identify the name of the adapter you want to disable and press Enter: netsh interface show interface
- Type the following command to disable the Wi-Fi or Ethernet adapter and press Enter: netsh interface set interface "YOUR-ADAPTER-NAME" disable
Enable adapter
To enable a network adapter with the netsh command, use these steps:
- Open Start.
- Search for Command Prompt, right-click the top result, and select the Run as administrator option.
- Type the following command to identify the name of the adapter you want to enable and press Enter: netsh interface show interface
- Type the following command to disable the wireless or wired network adapter and press Enter: netsh interface set interface "YOUR-ADAPTER-NAME" enable
0 Comments