Reputation: 5157
I am trying to enable/disable network binding interfaces in Windows using Python. See the picture below:
I've understand that I have to utilize INetCfg COM interfaces for this. And I believe comtypes is the proper way to do this in Python. But still, I am pretty much new to comtypes.
The following page is how to disable/enable IPv6 in C. Does that C version can be easily converted to python using Comtypes?
Upvotes: 2
Views: 263
Reputation: 5157
Quick update : I have solved this. You will have to:
I will elaborate it as soon as I have time for this You will have to get acquainted of comtypes to easily implement this.
Upvotes: 1