For the installed system is done like this:

route -p add 23.218.212.69 MASK 255.255.255.255 0.0.0.0 

How to add this rule by default to Windows Installer?

    1 answer 1

    Create reg file

    An example on the Microsoft website: https://support.microsoft.com/en-us/kb/141383

     Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\Tcpip\Parameters\PersistentRoutes] "23.218.212.69,255.255.255.255,0.0.0.0,1"=""