속도 빠르게 잡다한 ...
windows 10 2023. 2. 25. 18:38 |
더보기
gpedit.msc
컴퓨터구성 - 관리템플릿 - 네트워크 - qos 패킷 스케줄러 - 예약대역폭제한 - 사용 - 0 으로 바꿔주세요
(영상에서 100으로 썼는데, 오타입니다 죄송합니다ㅠ)
04:58 (방법 3) 빠른 DNS 주소로 바꾸기
* 구글 DNS
8.8.8.8
8.8.4.4
* cloudflare DNS
1.1.1.1
1.0.0.1
07:14 (방법 4) DNS 서버 최적화
ipconfig/displaydns
ipconfig/flushdns
08:35 (방법 5) 브라우저 최적화
* 브라우저별 최적화 방법 (사용기록 삭제, 옵션 초기화)
: https://m-sooriya.tistory.com/114
10:26 (방법 6) 레지스트리 속도 제한 해제
HKEY_LOCAL_MACHINE
- SOFTWARE
- Microsoft
- Windows NT
- CurrentVersion
- Multimedia
- SystemProfile
NetworkThrottlingIndex
(10진수 : 최대값 70으로 설정)
11:51 (방법 7) 수신속도 상향 설정
netsh interface tcp set global autotuninglevel=highlyrestricted
만약, 별 효과 없거나 더 낮아진다면 아래 명령어로 원복
netsh interface tcp set global autotuninglevel=normal
아니면, 아래 2개로 바꿔가면서 더 빠른걸 찾아보세요
netsh interface tcp set global autotuninglevel=experimental
netsh interface tcp set global autotuninglevel=restricted
컴퓨터구성 - 관리템플릿 - 네트워크 - qos 패킷 스케줄러 - 예약대역폭제한 - 사용 - 0 으로 바꿔주세요
(영상에서 100으로 썼는데, 오타입니다 죄송합니다ㅠ)
04:58 (방법 3) 빠른 DNS 주소로 바꾸기
* 구글 DNS
8.8.8.8
8.8.4.4
* cloudflare DNS
1.1.1.1
1.0.0.1
07:14 (방법 4) DNS 서버 최적화
ipconfig/displaydns
ipconfig/flushdns
08:35 (방법 5) 브라우저 최적화
* 브라우저별 최적화 방법 (사용기록 삭제, 옵션 초기화)
: https://m-sooriya.tistory.com/114
10:26 (방법 6) 레지스트리 속도 제한 해제
HKEY_LOCAL_MACHINE
- SOFTWARE
- Microsoft
- Windows NT
- CurrentVersion
- Multimedia
- SystemProfile
NetworkThrottlingIndex
(10진수 : 최대값 70으로 설정)
11:51 (방법 7) 수신속도 상향 설정
netsh interface tcp set global autotuninglevel=highlyrestricted
만약, 별 효과 없거나 더 낮아진다면 아래 명령어로 원복
netsh interface tcp set global autotuninglevel=normal
아니면, 아래 2개로 바꿔가면서 더 빠른걸 찾아보세요
netsh interface tcp set global autotuninglevel=experimental
netsh interface tcp set global autotuninglevel=restricted
더보기
메모리 많으면 메모리 압축 안합니다.
일정 메모리 이상 사용 할 경우 메모리 압축을 시전 하게 됩니다
1. 관리자 권한 : PowerShell 열기
2. mmagent 입력
ApplicationLaunchPrefetching : False
ApplicationPreLaunch : False
MaxOperationAPIFiles : 256
MemoryCompression : False
OperationAPI : False
PageCombining : False
PSComputerName :
메모리 압축이 꺼져 있네요
3. enable-mmagent -mc 입력
4. mmagent 입력
MemoryCompression : True
활성화 되었습니다.
5. 끄는 방법 : disable-mmagent -mc
일정 메모리 이상 사용 할 경우 메모리 압축을 시전 하게 됩니다
1. 관리자 권한 : PowerShell 열기
2. mmagent 입력
ApplicationLaunchPrefetching : False
ApplicationPreLaunch : False
MaxOperationAPIFiles : 256
MemoryCompression : False
OperationAPI : False
PageCombining : False
PSComputerName :
메모리 압축이 꺼져 있네요
3. enable-mmagent -mc 입력
4. mmagent 입력
MemoryCompression : True
활성화 되었습니다.
5. 끄는 방법 : disable-mmagent -mc
더보기
날짜 요일 표시 yyyy-MM-dd'('ddd')'
'windows 10' 카테고리의 다른 글
제조사별 부트 메뉴 (0) | 2020.06.17 |
---|---|
크롬 실행속도 빠르게/크롬 브라우져 플래시 설정 방법들 (1) | 2018.10.10 |
윈도우10그래픽 멀티 부팅을 텍스트 부팅으로 (2) | 2018.05.21 |
윈도우10 계산기 (0) | 2015.07.27 |
윈도우10 최근열어본 파일 제거 하려면 (0) | 2015.07.27 |