Buscar:

Habilitar y desabilitar adaptador de red cmd



Para mostrar nombre de todos los adaptadores -> netsh interface show interface

Deshabilitar adaptador -> netsh interface set interface "Nombre" admin=disabled

Habilitar adaptador -> netsh interface set interface "Nombre" admin=enabled