

To enable a network adapter on Windows 10 using PowerShell, use these steps:Įnable-NetAdapter -Name "YOUR-ADAPTER-NAME" -Confirm:$falseĮven though the modern experience of Windows 10 doesn't offer a complete set of network settings, there are still many ways to enable or disable network adapters when necessary. Search for Windows PowerShell, right-click the top result, and select Run as administrator.ĭisable-NetAdapter -Name "YOUR-ADAPTER-NAME" -Confirm:$false.To disable a Wi-Fi or Ethernet network adapter on Windows 10 using PowerShell, use these steps:
#Network adapter driver windows 10 lenovo how to
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:

Quick Tip: You can also quickly access these settings by right-clicking the network icon in the taskbar and selecting the Network & Internet settings option. To disable a network adapter using Control Panel, use these steps:
