Friday, May 26, 2017

Change IP Address into Dynamic using CMD

CHANGE IP ADDRESS FROM STATIC TO DYNAMIC
run CMD as admin
CMD: netsh interface ipv4 show interfaces
CMD: netsh interface ipv4 show addresses 14
CMD: netsh interface ipv4 set address name=14 source=dhcp
CMD: netsh interface ipv4 show address 14

No comments:

Post a Comment