⟩ How to set the IP address by using the command prompt?
There are Two ways to Set the IP address from CMD Prompt
1. Go to start, select run, type CMD, and in CMD Prompt type the command
C:>netsh interface ip set address name="Local Area Connection" source=dhcp
2.Go to start, select run, type CMD, and in CMD Prompt type the command
C:>netsh interface ip set address local static 192.168.20.100 255.255.255.0 192.168.20.1 1