" Measuring programming progress by lines of code is like measuring aircraft building progress by weight. "  —  Bill Gates (American Entrepreneur and Founder of Microsoft Co., b.1955)

Archive  ›  April 24th, 2009

 

Change IP Address Using netsh from Command Prompt

more...

Network interface can be changed manually by using netsh command (netsh.exe) from Command Prompt. To change the IP to static IP, use the following command format:

netsh interface ip set address [Connection Name] [Source] [IP] [Netmask] [Gateway] [Metric]
 more...