How can I change the path used for the TCP/IP database path?

John Savill

July 11, 2001

1 Min Read
ITPro Today logo in a gray background | ITPro Today

A. The TCP/IP Windows Sockets (Winsock) standard uses database files for certain information (e.g., host information and service information—stored in the services file). A Windows system typically stores these files in the %systemroot%system32driversetc folder, but if you want to move these files, perform the following steps to modify the path:

  1. Start regedit.exe.

  2. Go to HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesTcpipParameters.

  3. Double-click DataBasePath, and modify the value to reflect the new location.

  4. Click OK.

  5. Close regedit.

  6. Reboot the machine.

About the Author

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like