Jump to content

Recommended Posts

Posted

Hi all, I have a network of 2 PCs in my house.

I wanna know how to import the network settings etc.

so I don't need to define it every time I install windows.

THx in Advance


Posted

You could use a batch file using the netsh interface command like the following:

netsh interface ip set address source=static name= "Local Area Connection" addr=xxx.xxx.xxx.xxx mask=255.255.255.0 gateway=xxx.xxx.xxx.xxx 1

netsh interface ip set dns source=static name="Local Area Connection" addr=xxx.xxx.xxx.xxx register=primary

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...