To remove the default gateway. Remove-NetRoute -InterfaceIndex 12 -NextHop '10.10.54.1' -Confirm:$false. If you leave off –Confirm you'll be ...
確定! 回上一頁