Net-NetRoute 添加路由 (Windows)
添加路由
New-NetRoute -DestinationPrefix "10.0.0.0/8" -InterfaceAlias "以太网" -NextHop "192.168.1.1"
发布时间:
New-NetRoute -DestinationPrefix "10.0.0.0/8" -InterfaceAlias "以太网" -NextHop "192.168.1.1"