Ethernet Port Disable
-
how to disable Ethernet Port in Qt and also Enable again?
is there a solution through code in C/C++? i prefer using Qt.
Thanks in advance for your solution.
-
Hi,
In addition to @jsulm, this is an administrative task that will require higher privilege than a standard user.
The most likely way to do it would be using QProcess to run the tools however, you will have to somehow get higher level access for that to work.