Like the Command Line? Want to Change Windows Network Settings From It?
If you don’t want to or can’t change your network settings from the GUI in Windows run the following command in the command prompt:
netsh interface ip set address name=”Local Area Connection” static 192.168.1.10 255.255.255.0 192.168.1.1 1
(Just incase your screen wraps the command above it is all one line command so copy the whole this and […]

