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?
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?
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"=""
Source: https://ru.stackoverflow.com/questions/564823/
All Articles