M Martin Kremer Nov 20, 2003 #1 Is it possible to control enabling and disabling of a NIC from a program or script?
D Dave Patrick Nov 21, 2003 #2 From a command prompt; netsh interface ip set address name="Local Area Connection 2" source=static addr=192.168.10.10 mask=255.255.255.0 gateway=none setting the ip address to one in the private and or some unused/unreachable range.
From a command prompt; netsh interface ip set address name="Local Area Connection 2" source=static addr=192.168.10.10 mask=255.255.255.0 gateway=none setting the ip address to one in the private and or some unused/unreachable range.