Is it possible to disable Default Gateway on a VPN on Windows 10?

0 Comments

Yes, but not as easy as with earlier versions of Windows.

You have to run PowerShell as Administrator and enter the following commands:

  • Get-VpnConnection (to obtain VPN Name)
  • Set-VpnConnection -Name “”VPN Name”” -SplitTunneling $True
Was this answer helpful ? Yes (1) / No (0)

Leave a Reply

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

reduction