newsposter Posted June 7, 2014 Posted June 7, 2014 Every other 'net program on this particular computer can connect to the net, Opera, Firefox, FTP, uTorrent, POP/IMAP email, everything. IE 11 cannot. Removed and reinstalled IE 11, removed and reinstalled the tcp/ip stack, did the netsh int ip reset trick, net card drivers up to date, full malware scan using Avast, etc, etc. Anyone have any constructive ideas?
submix8c Posted June 8, 2014 Posted June 8, 2014 Maybe a rogue ActiveX within IE11? You've installed BOTH x86 -and- x64 versions (if your Win7 is x64)? Try using (e.g.) MalwareBytes and SpyBot against your installation. Something is not right! HTH
submix8c Posted June 8, 2014 Posted June 8, 2014 Sorry, but that didn't answer the first question I asked.It also didn't say whether you used the other two programs I suggested. Please give more details, e.g. did/does the PREVIOUS version work?http://homepage.ntlworld.com/jonathan.deboynepollard/FGA/put-down-the-chocolate-covered-banana.html You're initial post only saidEvery other 'net program on this particular computer can connect to the net, Opera, Firefox, FTP, uTorrent, POP/IMAP email, everything. IE 11 cannot. Removed and reinstalled IE 11, removed and reinstalled the tcp/ip stack, did the netsh int ip reset trick, net card drivers up to date, full malware scan using Avast, etc, etc.Does it even RUN and it just can't go to a WWW url? Elaboration does wonders. BTW, did you googleie 11 problemsbecause MS has several articles of items to try, including "Compatibility Mode". Have you tried ANY of those (because you didn't say). Doe ALL websites "not show" - SYMPTOMS, man, SYMPTOMS! I'm reluctant to upgrade my Win7 w/IE11 untill you've shown that you have indeed tried everything. LIST them, please, not "etc etc". Thank you and I will attempt to help once you've provided details.
Tripredacus Posted June 9, 2014 Posted June 9, 2014 Also test multiple connections with IE. HTTP URL, HTTPS URL, IP, local path and even an FTP address.
Ponch Posted June 9, 2014 Posted June 9, 2014 Removed and reinstalled IE 11So was it working when it reverted back to IE10 or IE9 ?
newsposter Posted June 9, 2014 Author Posted June 9, 2014 Won't revert, the machine is 'stuck' with an inop version of IE11. Tried to 'remove' it via the windows feature section of control panel, all that does is deactivate the s/w and remove links/icons, it doesn't really de-install any component of windows. I can't find any way to force-reinstall IE11 on top of itself. Because IE11 is installed and can't be wholly removed, IE10/9 will not install on top of it (a newer version of Internet Explorer is already installed). IE11 is wholly unresponsive, looking at open IP ports, it's not even attempting to hit the network. As I indicated in the first post, just about any program **other** then IE11 works fine on multiple protocols. IE11 once-upon-a-time worked on this particular machine. The user can't say when it stopped, other machines in the office have the same Microsoft Update logs and patches. Tried all of the techNet and Microsoft support forum articles on broken internet explorer including how ot install/re-install. Most of the articles consist of rookie MS staffers doing cut and paste of stock troubleshooting advice with no follow-up. It appears as though something is broken in the way IE11 talks to the OS tcp/ip stack.
nitroshift Posted June 9, 2014 Posted June 9, 2014 Let's slow down and take it step by step. Please run HiJackThis and post a copy of the log here. And a screenshot of the installed programs in Control Panel. Thank you. nitroshift
jaclaz Posted June 9, 2014 Posted June 9, 2014 Try a SFC /scannow and a reset as per:http://www.sevenforums.com/browsers-mail/313056-unable-uninstall-ie11-install-did-not-complete-3.html#post2684448then try this:http://www.sevenforums.com/browsers-mail/313056-unable-uninstall-ie11-install-did-not-complete.html#post2606775 jaclaz
jaclaz Posted June 9, 2014 Posted June 9, 2014 already done both of those suggestionsGood , then I won't provide any other one. jaclaz
submix8c Posted June 11, 2014 Posted June 11, 2014 Hmmm.... appears that the OP doesn't want to do what nitroshift suggested. Force Uninstall -http://social.technet.microsoft.com/Forums/ie/en-US/e3ea77ea-36b4-4e53-9c8a-f79a78e3779b/how-to-force-internet-explorer-11-reinstallation-after-failure-detection-issue?forum=ieitprocurrentver BTW, IE11 is not a "Feature", it's an Update. You're looking in the wrong place.Try looking for the Install here -http://www.lifehacker.com.au/2013/09/getting-rid-of-internet-explorer-11-in-windows-7-8-and-8-1/ HTH
newsposter Posted June 12, 2014 Author Posted June 12, 2014 (edited) Hi guys, I know that you're all trying to help and for that I'm very grateful. I'm constrained by some corp security challenges and being unable to put more than 3-4 hours a week into this for troubleshooting. I hope to be able to work the suggested anti-malware and logging requests sometime in the next 2-3 days. Also going to do he WMI checks (http://www.microsoft.com/en-us/download/details.aspx?id=7684) and patchregcleanup (http://www.microsoft.com/en-us/download/details.aspx?id=2698) as suggested by a member in IM. Edited June 12, 2014 by newsposter
newsposter Posted June 14, 2014 Author Posted June 14, 2014 (edited) Problem solved, First of all I took everyones advice from last week: Ran the free TrendMicro Hijack and rootkit finder/killer, no problems foundRan a full scan using both Avast and MalwareBytes, no problems foundRan the msft system upgrade compatibility tool (kb947821), some problems found with an old installation of office 2010, but nothing that would affect MSIERan the automated WMI diag tool from msft and wmimanage /verifyrepository, some WMI problems found with the same office 2010, again nothing that would put the zap on MSIE From an elevated command prompt, I ran the following one-liner I found on another forum from a user called 'archer'. This did the trick FORFILES /P %WINDIR%\servicing\Packages /M Microsoft-Windows-InternetExplorer-*11.*.mum /c "cmd /c echo Uninstalling package @fname && start /w pkgmgr /up:@fname /quiet /norestart" This apparently cleaned out a borked / aborted install of IE11 and rolled back to a previous, functioning install of IE8 (the factory default for Windows 7). Rebooted, verified that IE8 was still functional. Kicked off a fresh install of IE11, that ran fine, pointed the machine at MS Updates, those ran fine. We're going to run this on a similar machine in a test environment next week with a registry trace tool running to see exactly what it going on under the hood. Thanks to everyone for their help last week. Edited June 14, 2014 by newsposter
jaclaz Posted June 15, 2014 Posted June 15, 2014 From an elevated command prompt, I ran the following one-liner I found on another forum from a user called 'archer'. This did the trick FORFILES /P %WINDIR%\servicing\Packages /M Microsoft-Windows-InternetExplorer-*11.*.mum /c "cmd /c echo Uninstalling package @fname && start /w pkgmgr /up:@fname /quiet /norestart" This apparently cleaned out a borked / aborted install of IE11 and rolled back to a previous, functioning install of IE8 (the factory default for Windows 7).As a matter of fact, and just for the record, jaclaz found it, suggesting it to you: Try a SFC /scannow and a reset as per:http://www.sevenforums.com/browsers-mail/313056-unable-uninstall-ie11-install-did-not-complete-3.html#post2684448then try this:http://www.sevenforums.com/browsers-mail/313056-unable-uninstall-ie11-install-did-not-complete.html#post2606775 jaclaz and you affirmed how you had already tried it (without reporting about this attempt earlier) implying that it did not work. already done both of those suggestions jaclaz
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now