Disable and Turn Off IPv6 Support in Vista Desativar e desligar IPv6 apoio no Vista
IPv6 (Internet Protocol version 6) is the successor for IPv4, the current version of most popular network layer protocol for packet-switched internetworks used on the Internet. IPv6 (Internet Protocol versão 6) é o sucessor de IPv4, a versão actual da camada de rede mais popular protocolo de comutação por pacotes internetworks utilizado na Internet. In Windows Vista, IPv6 is fully implemented and supported, is also installed and enabled by default, with full Internet Protocol security (IPsec) support for IPv6 traffic and Teredo tunneling support for non-IPv6 aware devices. No Windows Vista, IPv6 está totalmente implementado e apoiado, também está instalado e ativado por padrão, com total segurança do protocolo Internet (IPsec) suporte para IPv6 tráfego Teredo tunelamento e suporte para não-IPv6 consciente de dispositivos.
IPv6 is not common yet, as most software, routers, modems, and other network equipments does not support the emerging and future-proof protocol yet. IPv6 ainda não é comum, como a maioria dos softwares, roteadores, modems e outros equipamentos de rede não suporta os emergentes e à prova de futuro protocolo ainda. Beside, turning off IPv6 support does not affect the functionality of Internet browsing for average users. Ao lado, desligar IPv6 apoio não afeta a funcionalidade do browser Internet para usuários médios. Thus IPv6 and/or Teredo can and (quite likely) should be disabled if it’s not in use to conserve system resources. Assim, IPv6 e / ou Teredo pode e (muito provável) deve ser desativada se ele não está em uso para conservar recursos do sistema. Unlike Windows XP, IPv6 in Windows Vista cannot be uninstalled, according to Ao contrário do Windows XP, IPv6 no Windows Vista não pode ser desinstalado, de acordo com a Microsoft A Microsoft . However, IPv6 can be disabled. No entanto, IPv6 pode ser desativada. The following guide will allow users to disable IPv6 on a specific connection of a network interface card. O seguinte guia irá permitir aos utilizadores a desativar IPv6 em uma conexão específica de uma placa de interface de rede.
- Go to Network Connections folder (click on Start button, then right click on Network, select Properties, then click on “Manager network connections” on Tasks pane). Vá para a pasta Network Connections (clique no botão Iniciar e, em seguida, clique direito em Rede, selecione Propriedades e, em seguida, clique em "Gerenciador de conexões de rede" no painel Tarefas).
- You should see various LAN, wireless, Bluetooth, high speed Internet, and other network connections available on the Vista computer with the network adapter description. Você deverá ver várias LAN, sem fios, Bluetooth, internet de alta velocidade, e de outras ligações de rede disponível na Vista computador com o adaptador de rede descrição. Right click on the network connection that you want to disable the IPv6 interface and select “Properties”. Botão direito sobre a ligação à rede que você deseja desativar a interface IPv6 e selecione "Propriedades".
Click “Continue” on User Access Control permission request prompt. Clique em "Continuar" Controle de acesso ao usuário solicitar permissão prompt.
- Clear the check box next to the Internet Protocol version 6 (TCP/IPv6) component in the list under “This connection uses the following items” box. Limpar a caixa ao lado do protocolo Internet versão 6 (TCP/IPv6) componente na lista do "Esta conexão usa os seguintes itens" caixa.
- Click OK when done. Clique em OK quando terminar.
- To re-enable IPv6, tick back the check box. Para reativar o IPv6, assinale a caixa de volta.
This method disables IPv6 on the particular LAN interface and connection. Este método desativa IPv6 em particular a interface LAN e de conexão. For other network adapter or connection, users have to repeat the steps to disable IPv6. Por outro adaptador de rede ou de ligação, os utilizadores têm de repetir os passos para desativar IPv6. Beside, disable IPv6 also does not disable IPv6 on tunnel interfaces or the IPv6 loopback interface. Ao lado, desabilite IPv6 também não desativar interfaces IPv6 em túnel ou o IPv6 loopback interface.
It’s also possible to disable IPv6 and/or Teredo via Vista system registry. Também é possível desativar IPv6 e / ou via Teredo Vista sistema registro. The registry settings also allow users to selectively disable components and configure behaviors for IPv6 in Windows Vista. A secretaria configurações também permitem que os usuários selectivamente desativar componentes e comportamentos para configurar IPv6 no Windows Vista.
- Open Registry Editor (regedit). Open Registry Editor (regedit).
- Navigate to the following registry key branch: Navegue até a seguinte chave Registo ramo:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Hkey_Local_Machine \ SYSTEM \ CurrentControlSet \
Services\tcpip6\Parameters\Serviços \ tcpip6 \ Parameters \ - Create the following registry value (DWORD type): Crie o registo seguinte valor (tipo DWORD):
DisabledComponents
Note that the name must be exactly as shown, including capitalization. Note que o nome deve ser exatamente como mostrado, incluindo a capitalização. DisabledComponents is set to 0 by default. DisabledComponents é fixado em 0 por omissão.
- The DisabledComponents registry value is a bit mask that controls the following series of flags, starting with the low order bit (Bit 0). O registro DisabledComponents valor é um pouco máscara que controla a seguinte série de bandeiras, começando com a baixa ordem bit (Bit 0). To determine the value of DisabledComponents for a specific set of bits, the process is complicated, were hexadecimal value is calculated from binary number of the bits in correct position. Para determinar o valor do DisabledComponents para um conjunto específico de bits, o processo é complicado, foram hexadecimal valor é calculado a partir dos binários o número de bits na posição correta. For convenient, the following table lists some common configuration combinations and the corresponding DWORD value of DisabledComponents. Para conveniente, a tabela a seguir lista algumas combinações configuração comum e os correspondentes DWORD valor de DisabledComponents.
Configuration combination Configuração combinação DisabledComponents value DisabledComponents valor Disable all tunnel interfaces Desativar todas as interfaces túnel 0×1 0 × 1 Disable 6to4 Desativar 6to4 0×2 0 × 2 Disable ISATAP Desativar ISATAP 0×4 0 × 4 Disable Teredo Desativar Teredo 0×8 0 × 8 Disable Teredo and 6to4 Desativar Teredo e 6to4 0xA Disable all LAN and PPP interfaces Desativar todas as interfaces PPP e LAN 0×10 0 × 10 Disable all LAN, PPP, and tunnel interfaces Desativar todas as LAN, PPP, túneis e interfaces 0×11 0 × 11 Prefer IPv4 over IPv6 Prefiro IPv4 sobre IPv6 0×20 0 × 20 Disable IPv6 over all interfaces and prefer IPv4 to IPv6 Desabilitar IPv6 sobre todas as interfaces e prefiro IPv4 para o IPv6 0xFF 0xff As seen from table above, to disable IPv6 support globally on all interface, set the value data for DisabledComponents to 000000FF , or simply FF . Como observar no quadro acima, para desativar a IPv6 apoiar globalmente a todos os internautas, definir o valor de dados para DisabledComponents a 000000FF ou, simplesmente, FF. The registry entry will look like below: A secretaria irá ser a entrada abaixo:
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip6\Parameters][Hkey_Local_Machine \ SYSTEM \ CurrentControlSet \ Services \ Tcpip6 \ Parameters]
“DisabledComponents”=dword:000000ff"DisabledComponents" = dword: 000000ff - Restart the computer for changes to take effect. Reinicie o computador para as alterações tenham efeito.
- To revert and enable IPv6, delete “DisabledComponents” registry key or set its registry value to 0. Para reverter e permitir IPv6, excluir "DisabledComponents" chave Registo ou definir o seu valor para 0 registro.
More ways available to Outras formas disponíveis para disable Toredo for IPv4 and IPv6 bridge desativar Toredo para IPv4 e IPv6 ponte .
IMPORTANT : This is a machine translated page which is provided "as is" without warranty. IMPORTANTE: Esta é uma página traduzida máquina que é fornecida "como está" sem garantia. Machine translation may be difficult to understand. A tradução automática pode ser difícil de compreender. Please refer to Por favor, consulte a original English article Inglês original article whenever possible. sempre que possível.
Share and contribute or get technical support and help at Compartilhe e contribuir ou obter suporte técnico e ajudar a My Digital Life Forums Minha vida digital Fóruns .
Related Articles Artigos relacionados
- How to Disable TCP/IPv6 Teredo Tunneling in Vista Como desabilitar TCP/IPv6 Teredo tunelamento em Vista
- How to Enable and Turn On Hibernation Feature in Windows Vista Como ativar e girar em hibernação recurso no Windows Vista
- Temporarily Disable IE7 Protected Mode in Vista on Ad-hoc Basis Desativar temporariamente no IE7 Modo Protegido Vista em Ad-hoc
- Ways to Turn Off and Disable Vista IE 7 Protected Mode Formas de desligar e desabilitar Vista IE 7 modo protegido
- How to Disable or Enable Vista User Access Control in Command Prompt Como ativar ou desativar Vista usuário controle de acesso no prompt
- Disable Compressed (Zipped) Folder Feature in Windows XP and Windows Me Desativar Pasta compactada (zipada) Funcionalidade no Windows XP e Windows Me
- Disable and Turn Off ClearType Fonts in Windows Vista Desativar e desligar fontes ClearType no Windows Vista
- How to Disable and Turn Off Compressed Folder and ZIP Support in Vista (Including Cabinet File) Como desabilitar e desligar Comprimido pasta ZIP e Apoio na Vista (Incluindo Cabinet File)
- Emulate Expanded (EMS) Memory Support in Vista with EMS Magic Emular Expandida (EMS) Memória Suporte no Vista com SGA Magic
- Disable and Turn Off Highlight Newly Installed Programs Feature Desativar e desligar destacar recém-instalados programas característica









September 9th, 2007 23:50 9 de setembro de 2007 23:50
[...] is installed and enabled by default in Windows Vista, and users cannot uninstall them. [...] É instalado e ativado por padrão no Windows Vista, e os usuários não podem desinstalar eles. Users can turn off IPv6 support in Vista. Os usuários podem desligar IPv6 apoio no Vista. Teredo client in Windows Vista is enabled but inactive by default, but it will activate [...] Teredo cliente no Windows Vista está ativado mas inativo por defeito, mas irá ativar [...]