How to assign static IP address in windows through command Prompt
Some time we required for assigning IP address to LAN card through command prompt.
Please follow the process for doing same things.
open CMD by using run as administrator :
Then type command - netsh int ip set address "name of ethernet connection" address=192.168.X.X(enter IP address which you want to use)mask=255.255.255.0 gateway=192.168.X.X
Comments
Post a Comment