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
| #Requires -RunAsAdministrator | |
| <# | |
| .SYNOPSIS | |
| Network performance optimization script for Windows 10/11. | |
| .DESCRIPTION | |
| Applies TCP and network stack tweaks targeting lower latency. | |
| Skips settings that are read-only or no-ops on Windows 10/11 consumer editions. | |
| Run in an elevated PowerShell session. |