Perhaps the old jShell library still works.
Just use Command prompt and run netsh
netsh interface ip set address "Ethernet" static addr=192.168.2.1 mask=255.255.255.0 gateway=192.168.2.251
And if you want to change DNS as well, use:
netsh interface ipv4 add dnsserver "Ethernet" 8.8.8.8 index=1
Perhaps the old jShell library still works.
Just use Command prompt and run netsh
netsh interface ip set address "Ethernet" static addr=192.168.2.1 mask=255.255.255.0 gateway=192.168.2.251
And if you want to change DNS as well, use:
netsh interface ipv4 add dnsserver "Ethernet" 8.8.8.8 index=1