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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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