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
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now