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: Red•ID: 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
1
netsh int tcp set global autotuninglevel=normal2
netsh int tcp set global chimney=enabled3
netsh int tcp set global dca=enabled4
netsh int tcp set global netdma=enabled5
netsh int tcp set global ecncapability=disabled6
netsh int tcp set global timestamps=disabledRegistry 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.