Skip to content

Instantly share code, notes, and snippets.

View boomshakaluckeR's full-sized avatar

boomshakaluckeR

View GitHub Profile
@asheroto
asheroto / Optimize-TCPSettings.ps1
Last active August 12, 2026 17:15
Adjusts various TCP and network settings in Windows to enhance the speed of the Internet connection.
#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.