Here are some basic settings and commands
1. Setup a static IP address
At the command prompt, type
netsh interface ipv4 show interfaces    <— make sure you keep note of the Tdx numberNow with the Tdx number, type the following command
netsh interface ipv4 set address name=”<the Tdx number>” source=static address=<your static IP address> mask=<the mask> gateway=<the default gateway>
2. Add a DNS [...]