Re: Net disabled v1.0

Publié par rezoo le 08/03/2017 15:27:51
ou une petite commande netsh
1. afficher les différentes interfaces réseaux présentes sur votre machine pour un copier/coller du nom :
netsh interface ipv4 show interface
2. activer/desactiver une interface
netsh int set int name="ethernet" admin=disabled
netsh int set int name="ethernet" admin=enabled

http://michlstechblog.info/blog/windo ... ork-settings-using-netsh/

¯\_(ツ)_/¯

Cette contribution était de : http://www.gratilog.net/xoops/newbb/viewtopic.php?forum=1&topic_id=14070&post_id=180017