How to remove a static route

Reading Time: < 1 minute

Open command prompt and type route delete ipaddress

For example if you added the below static route:

route add 10.0.0.0 mask 255.0.0.0 192.168.0.1

To delete you would type route delete 10.0.0.0

How useful was this post?

Click on a star to rate it!

As you found this post useful...

Follow us on social media!

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.