Moving persistent route to a new PC is easy, save your self the task of re-typing them in one at a time with this these simple steps.
- The data is stored in the windows registry. Navigate to:
- HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\PersistentRoutes
- Export this key and save the .reg file.
- Copy this file over to the new computer.
- Double-click on the .reg file on the new computer and it will enter the data into the registry.
- Open up a command prompt and type “route print”, and you will see your persistent routes are all there.

This doesn’t work. I have tried it in the past and I tried it just now on Windows 7. It is part of what you need, but the part that makes them work (show up in the routing table) is:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Nsi
You need to export this key from the source computer as well.
Thanks
This worked for me, moving routes from 2000 server to 2003 server.
Thanks.