Safe Scripts

Curated Script Hub

Access optimized Windows commands with zero risk to your data. Interactively inspect each command and download configuration files only after creating your restore point.

Zero Latency Script Hub

Learn how each tool works and the key technical concepts to maximize your competitive performance.

Script Categories
Available Scripts
Mandatory Safety Precaution

Before applying any script modifying the Windows registry, it is highly recommended to create a system restore point.

Optimizar Parámetros TCP/IP y Latencia de Red

Category: RedID: optimizacion-tcp-latencia
Risk Medio

Configura la pila TCP/IP de Windows deshabilitando retardos innecesarios como el algoritmo de Nagle, activando la descarga de procesamiento a la tarjeta de red (NIC) y estabilizando el flujo de datos para evitar picos de ping (jitter).

PowerShell CodeClick or hover over highlighted critical lines to inspect their function
1netsh int tcp set global autotuninglevel=normal
2netsh int tcp set global chimney=enabled
3netsh int tcp set global dca=enabled
4netsh int tcp set global netdma=enabled
5netsh int tcp set global ecncapability=disabled
6netsh int tcp set global timestamps=disabled
Registry Technical Explanation

Hover or click any cyan-highlighted line to inspect its low-level effect on the Windows kernel.

Rollback Command
netsh int tcp set global autotuninglevel=normal netsh int tcp set global chimney=default netsh int tcp set global dca=disabled netsh int tcp set global netdma=disabled netsh int tcp set global ecncapability=default netsh int tcp set global timestamps=default
You must accept the safety checklist to enable file download.