I am having trouble executing the following command on Windows XP SP3.
netsh interface ip set address name="Local Area Connection 2" static 192.168.100.5 255.255.255.0 192.168.100.1
I am fairly confident that this command is correct, however I am receiving:
The syntax supplied for this command is not valid. Check help for the correct syntax.
This command works on Windows 7 just fine, and according to the help provided by Windows XP, this is the correct syntax.
Any one have any ideas? Thanks in advance!