mirror of
https://github.com/9001/copyparty.git
synced 2025-08-16 08:32:13 -06:00
notes
This commit is contained in:
parent
24cb30e2c5
commit
00b5db52cf
4
docs/notes.bat
Normal file
4
docs/notes.bat
Normal file
|
@ -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
|
Loading…
Reference in a new issue