"netsh interfaceipv4 set address name <ID from interface list> source=staticaddress=<preferred IP address> gateway=<gateway address>should benetsh interfaceipv4 set address name=<ID from interface list> source=staticaddress=<preferred IP address> gateway=<gateway address>"I prefer "netsh int ipv4 set address "local area connection" source=static {address} {subnetmask} {gateway}"Also note that defining the source is only mandatory when using "set", and not when
↧