카테고리 없음

윈도우 콘솔 언어 바꾸어 표시하기

보미아빠 2023. 9. 18. 12:50
-- 언어 변경
cmd /c chcp 437

-- 상태 모니터링
netsh int tcp show global
netsh int tcp show chimneystats
netstat -nt | findstr /i offloaded

-- 변경
netsh int tcp set global chimney=enabled 
netsh int tcp set global chimney=disabled

 

TCP Chimney offload is deprecated technology: Windows Server 2022, Windows Server 2019, Windows Server 2016