Archive

Archive for January, 2019

[CMD] Add persistent route

01/25/2019 No comments

show ipv4 route
netsh interface ipv4 show route

id idx (interface)
route print

add persistent route, bind to interface
route -p add mask 255.255.255.0 192.168.1.170 if

registry key
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip \Parameters\PersistentRoutes

Categories: Uncategorized Tags:

[PS] Hash Map

01/16/2019 No comments