From 00b5db52cf6e18ff55f7485b8d243bc993e2b546 Mon Sep 17 00:00:00 2001 From: ed Date: Sun, 1 May 2022 12:02:27 +0200 Subject: [PATCH] notes --- docs/notes.bat | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 docs/notes.bat diff --git a/docs/notes.bat b/docs/notes.bat new file mode 100644 index 00000000..fc4b0619 --- /dev/null +++ b/docs/notes.bat @@ -0,0 +1,4 @@ +rem appending a static ip to a dhcp nic on windows 10-1703 or later +netsh interface ipv4 show interface +netsh interface ipv4 set interface interface="Ethernet 2" dhcpstaticipcoexistence=enabled +netsh interface ipv4 add address "Ethernet 2" 10.1.2.4 255.255.255.0