Exporting persistent routes 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 by using registry.
1) The data is stored in the windows registry. Navigate to:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\ Services\Tcpip\Parameters\PersistentRoutes
2) Export this key and save the .reg file.
Example: my-persistent-routes.reg
3) Copy this file over to the new computer.
4) Double-click on the .reg file on the new computer and it will enter the data into the registry.
5) Open up a command prompt and type “route print”, and you will see your persistent routes are all there.
0 comments:
Post a Comment