I want to run the command
netsh interface set interface ethernet enabled
I have been trying but all attempts return 'execute as admin'.
import os
os.system('cmd /c netsh interface set interface ethernet enabled')
Tried to CD first to: C:\WINDOWS\system32>
and then run the command, but nothing.