Şimdi Ara

Explorer 8 yeni sekme ve yeni pencerede aç çalışmazsa...

Daha Fazla
Bu Konudaki Kullanıcılar: Daha Az
2 Misafir - 2 Masaüstü
5 sn
9
Cevap
0
Favori
7.524
Tıklama
Daha Fazla
İstatistik
  • Konu İstatistikleri Yükleniyor
0 oy
Öne Çıkar
Sayfa: 1
Giriş
Mesaj
  • Merhaba arkadaşlar,

    Explorer 8'de yeni sekmede aç veya yeni pencerede aç tıklandığında sekme bağlanıyor yazıp bekliyor ise aşağıdaki işlemleri deneyebilirsiniz..

    Bu bilinen bir explorer 8 bug'ı.....

    Aşağıdaki satırları bir bat dosyası yaratıp içine kaydederek sorunu aşmanız mümkün ;

    1 - İlk önce explorer 8 üzerinde "Araçlar" kısmından "Eklentileri yönet"e gelerek tüm eklentileri devre dışı bırakın....

    2 - C:\ dizinine gidin (bu pencere açık kalsın)

    3 - Başlat > çalıştır > (veya klavyenizdeki windows tuşu (alt ile ctrl arasında) + R) bu kısımda Cmd yazıp komut konsoluna girin.
    Eğer bu şekilde komut konsolu açılmadıysa Başlat > tüm Programlar > donatılar > komut satırı > sağ tuş > yönetici olarak çalıştır'ı seçin...

    4 - komut konsolu açıldı ise dos ekranına benzeyen pencerede edit a.bat yazın ve enter'a basın..

    5 - Önünüze çıkan ekranda sadece "deneme" yazıp dosyayı file menusunden kaydedin ve çıkın. (C:\ dizini altında artık a.bat isimli bir dosya görebilmeniz gerek...)

    6 - Dosyaya sağ tuş yapıp "düzenle" seçeneğini seçin ve aşağıdaki kodlardan sizin işletim sisteminiz 32 veya 64 bit ise uygun olanı yazıp kaydedin ve çıkın.

    7 - C:\ dizini içerisindeki dosyayı sağ tuşla yönetici olarak çalıştırın...

    8 - Explorer'i yeniden açıp deneme yapabilirsiniz....


    Explorer 8 32 bit versiyonu için ;

    @echo off
    echo.
    echo IEREREG Version 1.07 for IE8 27.03.2009
    echo by Kai Schaetzlhttp://iefaq.info
    echo installs and registers (if suitable) all DLLs known to be used by IE8.
    echo should only take a few seconds, but please be patient
    echo.
    REM ******************************
    echo registering IE files
    REM IE files (= part of setup)
    regsvr32 /s /i browseui.dll
    REM regsvr32 /s /i browseui.dll,NI (unnecessary)
    regsvr32 /s corpol.dll
    regsvr32 /s dxtmsft.dll
    regsvr32 /s dxtrans.dll
    REM simple HTML Mail API
    regsvr32 /s "%ProgramFiles%\internet explorer\hmmapi.dll"
    REM group policy snap-in
    regsvr32 /s ieaksie.dll
    REM smart screen
    regsvr32 /s ieapfltr.dll
    REM ieak branding
    regsvr32 /s iedkcs32.dll
    REM dev tools
    regsvr32 /s "%ProgramFiles%\internet explorer\iedvtool.dll"
    regsvr32 /s iepeers.dll
    REM Symptom: IE8 closes immediately on launch, missing from IE7
    regsvr32 /s "%ProgramFiles%\internet explorer\ieproxy.dll"
    REM no install point anymore
    REM regsvr32 /s /i iesetup.dll
    REM no reg point anymore
    REM regsvr32 /s imgutil.dll
    regsvr32 /s /i /n inetcpl.cpl
    REM no install point anymore
    REM regsvr32 /s /i inseng.dll
    regsvr32 /s jscript.dll
    REM license manager
    regsvr32 /s licmgr10.dll
    REM regsvr32 /s msapsspc.dll
    REM regsvr32 /s mshta.exe
    REM VS debugger
    regsvr32 /s msdbg2.dll
    REM no install point anymore
    REM regsvr32 /s /i mshtml.dll
    regsvr32 /s mshtmled.dll
    regsvr32 /s msident.dll
    REM no reg point anymore
    REM regsvr32 /s msrating.dll
    REM multimedia timer
    regsvr32 /s mstime.dll
    REM no install point anymore
    REM regsvr32 /s /i occache.dll
    REM process debug manager
    regsvr32 /s "%ProgramFiles%\internet explorer\pdm.dll"
    REM no reg point anymore
    REM regsvr32 /s pngfilt.dll
    REM regsvr32 /s /i setupwbv.dll (not there anymore!)
    regsvr32 /s tdc.ocx
    regsvr32 /s /i urlmon.dll
    REM regsvr32 /s /i urlmon.dll,NI,HKLM
    regsvr32 /s vbscript.dll
    REM VML renderer
    regsvr32 /s "%CommonProgramFiles%\microsoft shared\vgx\vgx.dll"
    REM no install point anymore
    REM regsvr32 /s /i webcheck.dll
    regsvr32 /s /i /n wininet.dll
    REM ******************************
    echo registering system files
    REM additional system dlls known to be used by IE
    REM added 11.05.2006 Symptom: Add-Ons-Manager menu entry is present but nothing happens
    regsvr32 /s extmgr.dll
    REM added 12.05.2006 Symptom: Javascript links don't work (Robin Walker) .NET hub file
    regsvr32 /s mscoree.dll
    REM added 23.03.2009 Symptom: Find on this page is blank
    regsvr32 /s oleacc.dll
    REM added 24.03.2009 Symptom: Printing problems, open in new window
    regsvr32 /s ole32.dll
    REM mscorier.dll
    REM mscories.dll
    REM Symptom: open in new tab/window not working
    regsvr32 /s actxprxy.dll
    regsvr32 /s asctrls.ocx
    regsvr32 /s cdfview.dll
    regsvr32 /s comcat.dll
    regsvr32 /s /i /n comctl32.dll
    regsvr32 /s cryptdlg.dll
    regsvr32 /s /i /n digest.dll
    regsvr32 /s dispex.dll
    regsvr32 /s hlink.dll
    regsvr32 /s mlang.dll
    regsvr32 /s mobsync.dll
    regsvr32 /s /i msieftp.dll
    REM regsvr32 /s msnsspc.dll #no entry point
    regsvr32 /s msr2c.dll
    regsvr32 /s msxml.dll
    regsvr32 /s oleaut32.dll
    REM regsvr32 /s plugin.ocx #no entry point
    regsvr32 /s proctexe.ocx
    REM plus DllRegisterServerEx ExA ExW ... ?
    regsvr32 /s /i scrobj.dll
    REM shdocvw.dll hasn't been updated for IE7 and IE8, it still registers itself for the Windows Internet Controls
    regsvr32 /s /i shdocvw.dll
    regsvr32 /s sendmail.dll
    REM ******************************
    REM PKI/crypto functionality
    REM initpki can take very long to run and is rarely a problem
    REM if there are problems with crypto, SSL, certificates
    REM remove the three following REMs from the lines
    REM echo We are almost done except one crypto file
    REM echo but this will take very long, be patient!
    REM regsvr32 /s /i:A initpki.dll
    REM ******************************
    REM tabbed browser, do at the end, why originally with /n ?
    regsvr32 /s /i ieframe.dll
    REM ******************************
    echo correcting bugs in the registry
    REM do some corrective work
    REM Symptom: new tabs page cannot display content because it cannot access the controls (added 27. 3.2009)
    REM This is a result of a bug in shdocvw.dll (see above), probably only on Windows XP
    reg add "HKCR\TypeLib\{EAB22AC0-30C1-11CF-A7EB-0000C05BAE0B}\1.1\0\win32" /ve /t REG_SZ /d %systemroot%\system32\ieframe.dll /f
    REM ******************************
    echo all tasks have been finished
    echo.
    pause



    Eğer explorer 64 bit versiyonu kullanıyorsanız bu kısmı kullanın.....

    @echo off
    echo.
    echo IEREREG Version 1.07 for IE8 27.03.2009
    echo by Kai Schaetzlhttp://iefaq.info
    echo installs and registers (if suitable) all DLLs known to be used by IE8.
    echo should only take a few seconds, but please be patient
    echo.
    REM ******************************
    echo registering IE files
    REM IE files (= part of setup)
    regsvr32 /s /i browseui.dll
    REM regsvr32 /s /i browseui.dll,NI (unnecessary)
    regsvr32 /s corpol.dll
    regsvr32 /s dxtmsft.dll
    regsvr32 /s dxtrans.dll
    REM simple HTML Mail API
    regsvr32 /s "%ProgramFiles(x86)%\internet explorer\hmmapi.dll"
    REM group policy snap-in
    regsvr32 /s ieaksie.dll
    REM smart screen
    regsvr32 /s ieapfltr.dll
    REM ieak branding
    regsvr32 /s iedkcs32.dll
    REM dev tools
    regsvr32 /s "%ProgramFiles(x86)%\internet explorer\iedvtool.dll"
    regsvr32 /s iepeers.dll
    REM Symptom: IE8 closes immediately on launch, missing from IE7
    regsvr32 /s "%ProgramFiles(x86)%\internet explorer\ieproxy.dll"
    REM no install point anymore
    REM regsvr32 /s /i iesetup.dll
    REM no reg point anymore
    REM regsvr32 /s imgutil.dll
    regsvr32 /s /i /n inetcpl.cpl
    REM no install point anymore
    REM regsvr32 /s /i inseng.dll
    regsvr32 /s jscript.dll
    REM license manager
    regsvr32 /s licmgr10.dll
    REM regsvr32 /s msapsspc.dll
    REM regsvr32 /s mshta.exe
    REM VS debugger
    regsvr32 /s msdbg2.dll
    REM no install point anymore
    REM regsvr32 /s /i mshtml.dll
    regsvr32 /s mshtmled.dll
    regsvr32 /s msident.dll
    REM no reg point anymore
    REM regsvr32 /s msrating.dll
    REM multimedia timer
    regsvr32 /s mstime.dll
    REM no install point anymore
    REM regsvr32 /s /i occache.dll
    REM process debug manager
    regsvr32 /s "%ProgramFiles(x86)%\internet explorer\pdm.dll"
    REM no reg point anymore
    REM regsvr32 /s pngfilt.dll
    REM regsvr32 /s /i setupwbv.dll (not there anymore!)
    regsvr32 /s tdc.ocx
    regsvr32 /s /i urlmon.dll
    REM regsvr32 /s /i urlmon.dll,NI,HKLM
    regsvr32 /s vbscript.dll
    REM VML renderer
    regsvr32 /s "%CommonProgramFiles%\microsoft shared\vgx\vgx.dll"
    REM no install point anymore
    REM regsvr32 /s /i webcheck.dll
    regsvr32 /s /i /n wininet.dll
    REM ******************************
    echo registering system files
    REM additional system dlls known to be used by IE
    REM added 11.05.2006 Symptom: Add-Ons-Manager menu entry is present but nothing happens
    regsvr32 /s extmgr.dll
    REM added 12.05.2006 Symptom: Javascript links don't work (Robin Walker) .NET hub file
    regsvr32 /s mscoree.dll
    REM added 23.03.2009 Symptom: Find on this page is blank
    regsvr32 /s oleacc.dll
    REM added 24.03.2009 Symptom: Printing problems, open in new window
    regsvr32 /s ole32.dll
    REM mscorier.dll
    REM mscories.dll
    REM Symptom: open in new tab/window not working
    regsvr32 /s actxprxy.dll
    regsvr32 /s asctrls.ocx
    regsvr32 /s cdfview.dll
    regsvr32 /s comcat.dll
    regsvr32 /s /i /n comctl32.dll
    regsvr32 /s cryptdlg.dll
    regsvr32 /s /i /n digest.dll
    regsvr32 /s dispex.dll
    regsvr32 /s hlink.dll
    regsvr32 /s mlang.dll
    regsvr32 /s mobsync.dll
    regsvr32 /s /i msieftp.dll
    REM regsvr32 /s msnsspc.dll #no entry point
    regsvr32 /s msr2c.dll
    regsvr32 /s msxml.dll
    regsvr32 /s oleaut32.dll
    REM regsvr32 /s plugin.ocx #no entry point
    regsvr32 /s proctexe.ocx
    REM plus DllRegisterServerEx ExA ExW ... ?
    regsvr32 /s /i scrobj.dll
    REM shdocvw.dll hasn't been updated for IE7 and IE8, it still registers itself for the Windows Internet Controls
    regsvr32 /s /i shdocvw.dll
    regsvr32 /s sendmail.dll
    REM ******************************
    REM PKI/crypto functionality
    REM initpki can take very long to run and is rarely a problem
    REM if there are problems with crypto, SSL, certificates
    REM remove the three following REMs from the lines
    REM echo We are almost done except one crypto file
    REM echo but this will take very long, be patient!
    REM regsvr32 /s /i:A initpki.dll
    REM ******************************
    REM tabbed browser, do at the end, why originally with /n ?
    regsvr32 /s /i ieframe.dll
    REM ******************************
    echo correcting bugs in the registry
    REM do some corrective work
    REM Symptom: new tabs page cannot display content because it cannot access the controls (added 27. 3.2009)
    REM This is a result of a bug in shdocvw.dll (see above), probably only on Windows XP
    reg add "HKCR\TypeLib\{EAB22AC0-30C1-11CF-A7EB-0000C05BAE0B}\1.1\0\win32" /ve /t REG_SZ /d %systemroot%\system32\ieframe.dll /f
    REM ******************************
    echo all tasks have been finished
    echo.
    pause







  • Bunlara ek olarak yukarıdaki komut satırlarının altına şu satırlarıda ekleyebilirsiniz...

    regsvr32 urlmon.dll
    regsvr32 actxprxy.dll
    regsvr32 shdocvw.dll
    regsvr32 mshtml.dll
    regsvr32 Browseui.dll
    regsvr32 jscript.dll
    regsvr32 vbscript.dll
    regsvr32 oleaut32.dll

    Sorunun bu şekilde düzeleceğini umut ediyorum :) explorer 8'in bu tatsız durum için yeni güncellemesi inşallah çabuk çıkar...
  • Son olarak "Java" uygulamasını program ekle/kaldır'dan kaldırdıktan sonra Java sitesinden "jre-6u18-windows-i586-s" isimli yeni java versiyonunu kurdum ve benim tarafımda sorun tamamen ortadan kalkmış görünüyor...
  • bilgi için teşekkür bi dertten daha kurtulduk
  • a.bat komutunu geçmedim. Yardımınıza ihtiyacim var..

    Öncelikle eklentileri devre dışı bırakıp, notepad'a 64 bit işletim sistemi için yazılan kodu yapıştırdım..cmd ile komut satırında girdm..Varolan komut adresine bu notepadin ismini a, uzantısını bat yapıp yapıştırdım..komut satırında edit a.bat yazdım ama karşıma çıkan yazı

    " edit " iç ya da dış komut, calistirabilir program ya da toplu iş dosyası olarak tanınmıyor"

    diye yazı çıktı..

    Ne yapmalıyım..Internet explorer hiç kulanmak istemiyorum ama diğer tarayıcıları kullanmak engellenmiş, sekmesiz kullanmak berbat bir durum, sitenin linkine tıkladığımda yeni sayfa ya da sekmede açılan birşey ise bu sayfa bende hiç açılmıyor.sekme de problem oldugu icin...

    Burada ie9 kullanıyorum...
  • tamamdır sorun çözüldü..
  • quote:

    Orijinalden alıntı: icansu

    a.bat komutunu geçmedim. Yardımınıza ihtiyacim var..

    Öncelikle eklentileri devre dışı bırakıp, notepad'a 64 bit işletim sistemi için yazılan kodu yapıştırdım..cmd ile komut satırında girdm..Varolan komut adresine bu notepadin ismini a, uzantısını bat yapıp yapıştırdım..komut satırında edit a.bat yazdım ama karşıma çıkan yazı

    " edit " iç ya da dış komut, calistirabilir program ya da toplu iş dosyası olarak tanınmıyor"

    diye yazı çıktı..

    Ne yapmalıyım..Internet explorer hiç kulanmak istemiyorum ama diğer tarayıcıları kullanmak engellenmiş, sekmesiz kullanmak berbat bir durum, sitenin linkine tıkladığımda yeni sayfa ya da sekmede açılan birşey ise bu sayfa bende hiç açılmıyor.sekme de problem oldugu icin...

    Burada ie9 kullanıyorum...


    Aynı yerde aynı hatayı bende alıyorum sorunu nasıl çözdünüz ?




  • HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Session Manager\Environment

    Anahtarın türü REG_EXPAND_SZ olmasına ragmen böyle bir hata veriyor
  • dediklerinin hepsini yaptım sorun cözülmedi fakat explorer i yönetici olarak çalıştırınca hata vermiyor... bunu nasıl sağlarım dewamlı yönetici olarak çalışsın her defasında yönetici olarak çalıştır yapmama gerek kalmasın ?
  • 
Sayfa: 1
- x
Bildirim
mesajınız kopyalandı (ctrl+v) yapıştırmak istediğiniz yere yapıştırabilirsiniz.