How to copy TCP/IP profile (settings)

Status
Not open for further replies.

trimi

Posts: 8   +0
I have Windows Vista Home Premium and I've made changes to the TCP/IP stack. The PC is running normally but I want to format it and have clean PC and get rid of some residual stuff from it. Before I do that I thought to copy the TCP/IP profile so that I don't go through all the changes I've made before. I use ADSL modem to connect through Ethernet hardwired port.
Your help would be appreciated,
 
You can use TCP Optimizer it can save as... export or import settings over the network to another PC shared folder. That's what I do. It's a free program from www.speedguide.net

That will only save TCP bandwidth, TTL, MTU, SACK, Registry settings for IE, DNSCache, LAN Buffer and some few more things. Other than that, you can go into the registry and export your setting into a TCP.reg file. Then edit out what you don't want to load when you click on the TCP.reg on another system. This is another way to do it. As this will grab all services under the TCP an etc..
 
BE CAREFULL; opening a .reg file will cause it to run -- be sure you EDIT it, not OPEN :)
 
clarification: you can capture the ENTIRE TCP tree and all sub entriies;

regedit
navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip
right-click on the Tcpip and pull down to Export​

if you reinstall the OS on the same hardware, you still may get some GUID changes
eg
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Adapters\{A21D3F49-D742-45AA-80C3-4C1BFCFA674A}]
the {A21D3F49-D742-45AA-80C3-4C1BFCFA674A} is a GUID.

if this occurs, then restoring what you exported will have no effect!
verify each GUID on the target system matches the content of your exported .reg file
and if not, then edit the .reg contents to patch

Frankly, this is a bit much to expect for most home users.

be sure to create a Restore Point before you use your exported .reg file on the new system.
 
Status
Not open for further replies.
Back