Skip to content

Commit

Permalink
移除 BBR加速TCP拥塞算法优化
Browse files Browse the repository at this point in the history
  • Loading branch information
xrgzs committed Jul 31, 2024
1 parent 23f65ec commit dca33f5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions osc/optimize/start.bat
Original file line number Diff line number Diff line change
Expand Up @@ -246,12 +246,6 @@ if %osver% GEQ 4 (
echo 处理Win11变小了的输入法候选项字体大小(大)
reg add HKCU\Software\Microsoft\InputMethod\CandidateWindow\CHS\1 /v FontStyleTSF3 /t REG_SZ /d "18.00pt;Regular;;Microsoft YaHei UI" /f
if !bigversion! GEQ 22621 (
echo 启用BBR加速TCP拥塞算法
netsh int tcp set supplemental Template=Internet CongestionProvider=bbr2
netsh int tcp set supplemental Template=Datacenter CongestionProvider=bbr2
netsh int tcp set supplemental Template=Compat CongestionProvider=bbr2
netsh int tcp set supplemental Template=DatacenterCustom CongestionProvider=bbr2
netsh int tcp set supplemental Template=InternetCustom CongestionProvider=bbr2
echo 任务栏已满时合并
reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced /f /v TaskbarGlomLevel /t REG_DWORD /d 1
echo 任务栏隐藏AI图标
Expand Down

0 comments on commit dca33f5

Please sign in to comment.