windows 7 - IE 10 open tabs AND PDFs -


i having lot of issues ie 10, first issue had ie10 did not want open links in new tabs. found solution creating registry entry:

hkey_current_user/software/microsoft/internet explorer/main/tabprocgrowth value of 0 

some people said should 1 but, me 0 fixed new tab issue. next, opening pdf... when trying open pdfs small black box x in it. researched issue , everywhere found said solution create:

hkey_current_user/software/microsoft/internet explorer/main/tabprocgrowth value of 1 

so, changed 1 , sure enough pdfs working now, new tab doesn't work.

so question is: missing? need both of these features work. has else encountered issue.

this ie10 on windows 7.

update

so, had no other choice called microsoft. got of solution still not resolved 100%. apparently don't need above registry entry @ all. preliminary solution has been given is:

open regedit , go below registry,

hkey_classes_root\interface\{79eac9c5-baf9-11ce-8c82-00aa004ba90b}\proxystubclsid32

the problematic value: {79eac9d0-baf9-11ce-8c82-00aa004ba90b}

the correct value: {a4a1a128-768f-41e0-bf75-e4fddd701cba}

also rid of tabprocgrowth registry entry. resolved opening new tabs , opening pdf "files". means if trying open "test.pdf" work champ. if clicking on link sends service, servlet or else dynamically renders pdf using content type "application/pdf" wont render @ all.

i still working them , update resolved.

new update

just give update on issue. continue experience issue new computers setup here in our office. have had adjust registry every time. took time , took new computer setup 1 step @ time see part of our setup messes registry. @ end found installing product called imaging professional, right after install registry got messed again.

we unfortunately installing this, because of our older software uses it. working on new enhanced version of application , no longer need install imaging professional anymore.

fyi, if remove registry still messed up. manual fix must applied.

just close question , let know. fix given microsoft in fact work. thing missing instructions restart windows.

so complete solution:

open regedit , go below registry,

hkey_classes_root\interface{79eac9c5-baf9-11ce-8c82-00aa004ba90b}\proxystubclsid32

the problematic value: {79eac9d0-baf9-11ce-8c82-00aa004ba90b} (or other value other correct one)

the correct value: {a4a1a128-768f-41e0-bf75-e4fddd701cba}

delete/remove registry entry tabprocgrowth

restart pc!

hope helps other people.


Comments

Popular posts from this blog

c# - How Configure Devart dotConnect for SQLite Code First? -

java - Copying object fields -

c++ - Clear the memory after returning a vector in a function -