Adding static route to your Windows machine

Check what you have first:

route print

Then add a route you need, e.g.

add route 192.168.0.0 mask 255.255.255.0 192.168.1.10

or to make it permanent:

route -p ADD 10.10.10.0 MASK 255.255.255.0 192.168.1.12