



How to enable or disable network adapters using PowerShellĪlternatively, you can even use the PowerShell command line shell to disable or enable any network adapters that you don't use on your PC. The quotation marks are only required if there are spaces within the name. In the command remember to specify the name of the adapter you want to enable. Netsh interface set interface "YOUR-ADAPTER-NAME" enable Type the following command to identify the name of the adapter you want to enable and press Enter: To enable a network adapter using netsh in Command Prompt, use these steps: In the command remember to specify the name of the adapter you want to disable. Netsh interface set interface "YOUR-ADAPTER-NAME" disable Type the following command to disable the Wi-Fi or Ethernet adapter and press Enter: Type the following command to identify the name of the adapter you want to disable and press Enter:

On Windows 10, you can use the netsh command tool to disable or re-enable network adapters on your device. How to enable or disable network adapters using Command Prompt Right-click the adapter you want, and select the Enable device option. To enable a network adapter using Device Manager, use these steps: Right-click the adapter you want, and select the Disable device option.
