Por que o Internet Explorer às vezes não consegue se conectar a nada até que eu o reinicie?

11

O IE tem um problema chato no meu PC (XP SP3). Eu começo e tento ir ao Google (por exemplo) e ele fica lá dizendo "Conectando" mas nada vai acontecer e não importa quantas vezes eu tente, ele não vai se conectar a nada.

Descobri que, se eu eliminar o IE e reiniciá-lo, ele poderá começar a funcionar (e depois funcionará sempre). Pode levar 3-4 reinicializações (do IE, não do PC) para obter um IE funcionando.

Agora, eu normalmente não me importo com isso, já que uso o Chrome, mas muitas coisas usam o IE por padrão, como o Windows Update, e a ajuda online do Office 2003, então gostaria de corrigi-lo.

Curiosamente, meu laptop de trabalho, que está executando o Windows 7 RC 64 bits, tem exatamente o mesmo problema (rede completamente diferente e tudo mais). Estou totalmente convencido de que não é um problema de rede ou hardware, mas algum problema de software.

Editar: mais informações.

  • É o IE8;
  • Sem complementos;
  • Detectar automaticamente as configurações não está ativado.
  • Está definido para "Nunca marcar uma ligação".
por cletus 26.07.2009 / 06:23

10 respostas

4

O mais provável é que você tenha a opção "Detectar automaticamente configurações" selecionada em > Opções da Internet - > conexões. Ele sai e tenta decidir por si mesmo a melhor maneira de levá-lo à internet. Ele pode ficar preso por um tempo tentando encontrar um proxy para conversar. Remover essa opção fará com que ela acelere.

Outra observação aqui é que, se o seu computador estiver configurado para discar uma conexão, ele também pode desligar assim enquanto decide o que fazer. Definir suas conexões como "Estou em uma rede local" pode corrigir esse problema também.

Isso não soa como um navegador no modo off-line, pois geralmente é gentil o suficiente para informá-lo sobre isso.

    
por 26.07.2009 / 06:48
1

Pode ser uma pesquisa de DNS lenta.

Se o problema persistir quando você tentar acessar google.com, tente acessar o link que é um dos muitos endereços IP do google . Isso irá ignorar a pesquisa de DNS. Se a página for carregada rapidamente, saberemos investigar o DNS.

    
por 18.08.2009 / 15:21
1

Eu teria que concordar com a opção "detectar automaticamente as configurações" postada anteriormente. 9 de 10 vezes este é o culpado. Certifique-se de que isso não está marcado.

    
por 18.08.2009 / 23:57
0

Você começa a digitar na barra de endereço assim que o IE é carregado? Acho que preciso esperar alguns segundos - às vezes, meio minuto e só depois tentar usá-lo ...

    
por 18.08.2009 / 10:13
0

Pode ser um problema de DNS ...

Ir para o prompt de comando Digite ipconfig / flushdns (faça isso várias vezes, só para ter certeza) então digite ipconfig / registerdns

Veja se funciona

Você pode ter que fechar ou seja, abrir novamente após a limpeza do dns.

    
por 18.08.2009 / 15:35
0

Você tentou remover a atualização do IE8 e reinstalá-la.

Além disso, para as páginas que exigem o IE, você pode usar o Firefox com o IE Tab ou fazer isso no Chrome:

Old 04-16-2009, 06:32 PM klliopatra klliopatra is offline Junior Member Join Date: Apr 2009 Posts: 1 Lightbulb IE Tab Instructions in Everday Language Hi everyone,

I just figured it out by putting together the various instructions. Here are instructions in everyday non-techie language:

  1. Go to http://www.meadroid.com/neptune/ and click D-LOAD to install the software.

  2. After it is done installing, open the folder C:\Program Files\MeadCo Neptune. You will see a file called npmeadax.dll.

  3. Right-click and copy npmeadax.dll.

  4. Open the following folder (enter your Windows username where it says [$username]):

    • In XP -- C:\Documents and Settings[$username]\Local Settings\Application Data\Google\Chrome\User Data\Default\Plugin Data\

    • In Vista -- C:\Users[$username]\AppData\Local\Google\Chrome\User Data\Default\Plugin Data

  5. Paste npmeadax.dll into this folder.

  6. Click Start --> Run.

  7. Type cmd and press enter. A black and white window will pop up with C:> and a blinking cursor.

  8. Type the following command starting with cd and including the quotation marks and press enter (enter your Windows username where it says [$username]):

    • In XP -- cd "C:\Documents and Settings[$username]\Local Settings\Application Data\Google\Chrome\User Data\Default\Plugin Data"

    • In Vista -- cd "C:\Users[$username]\AppData\Local\Google\Chrome\User Data\Default\Plugin Data"

If you do it currectly then that long string of the folder path will appear in front of the > character next to the blinking cursor.

  1. Type dir and press enter.

  2. You should see npmeadax.dll in the list on the right (probably listed under Google Gears). If you don't see it, then you didn't copy it correctly. Go back and copy it again.

  3. Type regsvr32 npmeadax.dll and press enter.

  4. You should receive a message saying that it was successful. Click ok.

  5. Go into Google Chrome.

  6. Turn on the bookmark bar by typing CTRL+B while in Google Chrome (if it's not on already).

  7. Create a bookmarklet by dragging the text in the box below to the toolbar:

Code:

javascript:(function (){var lh=location.href; if( !lh || lh.match(/^(javascript|about):/i) )return; document.write(''+(document.title?document.title:lh).replace(//g,'>')+' - using Internet Explorer rendering</title></head>var script = document.createElement(\'script\'); var embed = \'</embed>\'; script.setAttribute(\'src\',\'data:text/javascript,document.write(embed);\'); document.body.appendChild(script);</script></body></html>'); })();

The default name will be "Untitled" but you probably want to rename it something like "IE Tab."

  1. Go to a website that only works with IE, click your IE Tab button, and try it out!

Hope this helps!

Klliopatra Last edited by klliopatra; 04-17-2009 at 12:07 AM.. Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post! Reply With Quote #18 Old 04-22-2009, 08:06 PM Leeoniya Leeoniya is offline Junior Member Join Date: Apr 2009 Posts: 1 Unhappy i rewrote the script to act as a render switch button if anyone wants:

if you want it readable: Code:

javascript:( function (){ var lh = location.href; if (!lh || lh.match(/^(javascript|about):/i)) return; if (document.getElementById("_nept") !== null) location = location; else { var embed = '', html = '' + document.title + ' - using Internet Explorer rendering' + embed + ''; document.write(html); } } )();

compressed for usage: Code:

javascript:(function(){var lh=location.href;if(!lh||lh.match(/^(javascript|about):/i))return;if(document.getElementById("_nept")!==null)location=location;else{var embed='',html=''+document.title+' - using Internet Explorer rendering'+embed+'';document.write(html);}})();

click once to switch to IE render, click another time to go back to chrome. It just does a page reload, so you will lose any form info between switches. also Ctrl+T doesnt work when in IE mode.

i'd like to point out that the plugin is wierd. I expected it to use the IE that i have installed on the system, however this is not the case. they have a version of IE embedded in the dll file and the rendering is not like any version of IE...not 6, not 7, not 8. checked via Acid2 and Acid3. they must be embedding/using some different version of Microsoft Webbrowser Control. so this pretty much fails if you want to use it to stay out of IE for checking CSS issues within chrome : (

hope this helps someone, Leon Last edited by Leeoniya; 04-22-2009 at 08:18 PM.. Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post! Reply With Quote

    
por 19.08.2009 / 00:02
0

Já tentou executar o IE em modo de segurança, eliminando assim todos os addons e lixo desnecessário para ver se o IE funciona sozinho?

clique em Iniciar, aponte para Todos os Programas, aponte para Acessórios, aponte para Ferramentas do Sistema e clique em Internet Explorer (Sem Complementos)

    
por 19.08.2009 / 00:31
0

Isso também pode estar relacionado a malware. Alguns malwares sequestram o DNS ou simplesmente o direcionam para outros sites.

Pegue uma cópia do Malwarebytes de www.malwarebytes.org e instale-o - melhor para executá-lo no modo de segurança.

    
por 21.08.2009 / 13:31
0

Opções da Internet > Ligações > Configurações da LAN

Verifique se não há proxy marcado.

Eu também suspeito que possa ser um problema adicional. Veja se isso acontece com as extensões desativadas, execute > iexplore -extoff

    
por 21.08.2009 / 13:54
0

Eu tenho o IE9 e ele não abriria um link, a menos que eu clicasse com o botão direito e abrisse uma nova guia. Estava ficando pior, então fui para Ferramentas → Opções da Internet → Avançado → Redefinir o IE para a condição padrão. Funciona bem agora.

    
por 18.10.2011 / 18:27