Created
June 3, 2026 19:45
-
-
Save slamotte/f4868ef02d40a76e667cdcdd4ba6e47f to your computer and use it in GitHub Desktop.
x
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -NonInteractive -WindowStyle Hidden -ExecutionPolicy Bypass -Command "Start-Sleep -Seconds 3; $a = Get-NetAdapter -Name 'utun' -ErrorAction SilentlyContinue; if ($a -and $a.Status -eq 'Up') { netsh interface ipv4 set subinterface 'utun' mtu=1280 store=active }" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment