-View Your Network Information with Command Prompt :
netsh interface ipv4 show config
-Change Your IP Address, Subnet Mask, and Default Gateway :
netsh interface ipv4 set address name="YOUR INTERFACE NAME" static IP_ADDRESS SUBNET_MASK GATEWAY
-And if you're using a static IP address but want to switch to using an IP address assigned automatically by a DHCP server :
netsh interface ipv4 set address name="YOUR INTERFACE NAME" source=dhcp