What happens if you copy a dummy .exe to netsh.exe, e.g. just write a C program that does main() { return 0; } compile that with mingw, and copy the resulting .exe to c:/windows/system32 ?
What happens if you copy a dummy .exe to netsh.exe, e.g. just write a C program that does main() { return 0; } compile that with mingw, and copy the resulting .exe to c:/windows/system32 ?