Search found 3 matches

by NL111
13 Nov 2012 20:35
Forum: DOS Batch Forum
Topic: Batch to set my ipv4 IP settings?
Replies: 5
Views: 4341

Re: Batch to set my ipv4 IP settings?

Is that what this default setting is?
http://i.imgur.com/e1URh.jpg

If it is then thank you :)
by NL111
13 Nov 2012 18:07
Forum: DOS Batch Forum
Topic: Batch to set my ipv4 IP settings?
Replies: 5
Views: 4341

Re: Batch to set my ipv4 IP settings?

Thank you, that worked very well. I am currently using Netsh interface ip set address name="Local Area Connection" source=static addr=192.168.150.149 mask=255.0.0.0 gateway=192.168.0.1 gwmetric=1 How would I set it back to the original settings, which is to just get the recommended values ...
by NL111
13 Nov 2012 12:33
Forum: DOS Batch Forum
Topic: Batch to set my ipv4 IP settings?
Replies: 5
Views: 4341

Batch to set my ipv4 IP settings?

Does anything like that exist? I want to make a batch which will set my IP address to like: 30.3.3.3, with 255.0.0.0 as subnet mask, and another which will reset it back to "Obtain IP address automatically". Can someone help me with that? I am on Windows 7 Ultimate 64 bit, and my LAN conne...