windows: win-network-boost.ps1 — TCP, DNS, RSS, throttling off

This commit is contained in:
CREATIVE_tg1
2026-06-09 13:13:24 +00:00
parent 96819fa86e
commit 997fbd9c76
2 changed files with 69 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
# windows/
Скрипты для Windows 11.
## win-network-boost.ps1
Улучшение интернет-соединения: отключение throttling, Nagle, TCP-автотюнинг, DNS → Cloudflare, RSS по ядрам.
**Запуск от админа:**
```powershell
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass
.\win-network-boost.ps1
```