Skip to content

Instantly share code, notes, and snippets.

@slamotte
Created June 3, 2026 19:45
Show Gist options
  • Select an option

  • Save slamotte/f4868ef02d40a76e667cdcdd4ba6e47f to your computer and use it in GitHub Desktop.

Select an option

Save slamotte/f4868ef02d40a76e667cdcdd4ba6e47f to your computer and use it in GitHub Desktop.
x
-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