zoobooboozoo Posted August 31, 2005 Posted August 31, 2005 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
Doc Symbiosis Posted August 31, 2005 Posted August 31, 2005 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 1netsh interface ip set dns source=static name="Local Area Connection" addr=xxx.xxx.xxx.xxx register=primary
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now