2018. 6. 1. 09:49ㆍIT-OS/Window
너무 딱딱한 Text 뿐이지만 필요한거만 딱~ ㅋㅋㅋ
일단 정리만~ 실습해보고 다시 올릴께요~
(1) 관리자 권한으로 명령 프롬프트를 띄운 후 아래 커맨드 입력
IPV6 끄기 :
reg add "HKLM\SYSTEM\CurrentControlSet\Services\Tcpip6\Parameters" /v DisabledComponents /t REG_DWORD /d 0xFFFFFFFF /f
IPV6 켜기 :
reg add "HKLM\SYSTEM\CurrentControlSet\Services\Tcpip6\Parameters" /v DisabledComponents /t REG_DWORD /d 0 /f
DisabledComponents 의 값 데이터 의미 :
Type 0 to enable all IPv6 components. (Windows default setting)
Type 0xffffffff to disable all IPv6 components except the IPv6 loopback interface. This value also configures Windows to prefer using IPv4 over IPv6 by changing entries in the prefix policy table. For more information, see Source and Destination Address Selection.
Type 0x20 to prefer IPv4 over IPv6 by changing entries in the prefix policy table.
Type 0x10 to disable IPv6 on all nontunnel interfaces (both LAN and Point-to-Point Protocol [PPP] interfaces).
Type 0x01 to disable IPv6 on all tunnel interfaces. These include Intra-Site Automatic Tunnel Addressing Protocol (ISATAP), 6to4, and Teredo.
Type 0x11 to disable all IPv6 interfaces except for the IPv6 loopback interface.
(2) 재부팅
ipconfig로 확인
더 좋은 참고 Link :
http://www.snoopybox.co.kr/1717
http://son10001.blogspot.kr/2015/04/ping-ipv4-ipv6.html
'IT-OS > Window' 카테고리의 다른 글
windows10 - 로그아웃 - 버튼 - 위치 - 황당 (0) | 2018.07.24 |
---|---|
administrator 계정 - 활성화 / 비활성화 (0) | 2018.07.24 |
(펌) Windows 시작프로그램의 로딩되는 순서 자료모음 (0) | 2018.02.13 |
Win7 -우클릭 메뉴 설정(펌) (0) | 2017.11.16 |
전력 - 절전모드(1) - 절전모드 종류 (0) | 2017.06.09 |