How to programmatically enable/disable network interfaces? (Windows XP)

前端 未结 7 1881
一生所求
一生所求 2020-12-02 19:23

I need to enable/disable completely network interfaces from a script in Windows XP. I\'m looking for a python solution, but any general way (eg WMI, some command-line à la n

相关标签:
7条回答
  • 2020-12-02 20:25

    You may need to use WMI. This may serve as a good starting point: http://msdn.microsoft.com/en-us/library/aa394595.aspx

    0 讨论(0)
提交回复
热议问题