Latest update blocks IE9

Page 1 of 2 12 LastLast

  1. Posts : 5
    Microsoft Windows 7 Home Premium 64-bit 7601 Multiprocessor Free Service Pack 1
       #1

    Latest update blocks IE9


    When I install the latest Windows update (Cumulative Security Update for Internet Explorer 9 for Windows 7 for x64-based Systems [KB2719177]) and then reboot, it blocks IE9 and makes it freeze while loading, so that I am unable to access the internet. When I restore to a point before the update installation, IE9 works fine again. I am running Win 7 Home Premium 64.

    *and I'm not illiterate. For some reason this forum keeps spelling my title with "blockes."
    Last edited by churchilllafemm; 12 Jul 2012 at 14:39. Reason: Error
      My Computer


  2. Posts : 2,171
    Windows 7 Ultimate x64
       #2

    Welcome churchilllafemm!

    What happens if you try using the 64-bit version of IE?

    I've installed the recent updates on a few w7 64-bit machines and have not run into this issue. You might try rolling back to that restore point, follow the instructions in the tutorial below, and then reinstall the updates.

    SFC /SCANNOW Command - System File Checker

    By the way, your thread title appears to have been corrected. So I'll no longer question your level of literacy!
      My Computer


  3. Posts : 2,913
    Windows 7 Ultimate x64 SP1
       #3

    Please update your system specs and provide the model of your HP computer.
      My Computer


  4. Posts : 10,200
    MS Windows 7 Ultimate SP1 64-bit
       #4

    church,

    Here's how to update those specs. They will travel with you and always be available to us at each and every post. Very handy and very necessary.

    Update your SevenForums System Specs
    User CP (located on the top menu bar) |
    Your Profile | Edit System Spec
    (left-hand column)

    To gather info, use Speccy (my favorite) or SIW or System Info

    In the System Manufacturer Block, enter:
    Manufacturer and Model and
    ADD the word laptop, desktop, netbook or tablet.
    For example:
    Toshiba Satellite L305D notebook.

    Provide full windows version info, for example:
    MS Windows 7 Ultimate SP1 64-bit

    Use the “Other Info” block for Optical Reader,
    Mouse, touchpad, wifi adapter, speakers, monitor, etc

    Scroll down and click on SAVE CHANGES.

    You will find that in Speccy, you can select info from the display
    using your mouse/touchpad and then paste that info into your specs.

    SIW is a marvelous program, but the free version does not offer
    this capability.
      My Computer


  5. Posts : 5
    Microsoft Windows 7 Home Premium 64-bit 7601 Multiprocessor Free Service Pack 1
    Thread Starter
       #5

    Thank you, but scannow did not find any problems.
      My Computer


  6. Posts : 10,200
    MS Windows 7 Ultimate SP1 64-bit
       #6

    church,

    carry out following and upload the resulting computerinfo.txt file.

    # **********************INSTRUCTIONS**************************
    # STEP 1 ** RUN POWERSHELL AS ADMINISTRATOR ******************
    # ************************************************************
    #
    # WIN key | type POWERSHELL | do NOT hit ENTER |
    # in the PROGRAMS list, right-click on WINDOWS POWERSHELL |
    # choose "Run as administrator" |
    # Click on the YES button (if such appears)
    #
    # WIN key = key with Microsoft log on top
    #
    # for the guru:
    # WIN | type POWERSHELL | CTRL+SHIFT+ENTER key combo | ALT+Y keycombo
    # ************************************************************
    # STEP 2 ** COPY AND PASTE ***********************************
    # ************************************************************
    #
    # COPY the script using CTRL+C,
    # COPY every line of script down thru both EXIT statements
    #
    # PASTE into Powershell
    #----Right-Click at the PowerShell Prompt
    #----(Ctrl+V does not work)
    #
    # Start copying with first script line without a # at start of the line
    # Note: Actually, you can paste the entire file if you rather
    #-------Lines starting with a # are ignored by PowerShell
    # ************************************************************
    # STEP 3 ** SCRIPT OUTPUT & SCRIPT PURPOSE *******************
    # ************************************************************
    # --The script output and purpose is given at the very front of the script
    #
    # --The script output and purpose is given at the very front of the script
    #
    # ************************************************************
    # ***************** NOTE - POWERSHELL VERSION*****************
    # if you receive this error msg:
    #--The system can not find the path specified
    # you may need to update your PowerShell
    # you must be using Powershell 2.0 or later.
    #
    # To determine your Powershell version:
    #---Run PowerShell
    #---enter $host.version
    #---you should see at least:
    # Major Minor Build Revision
    # ----- ----- ----- --------
    # 2......0......-1.....-1
    #
    # If you do not see the above, update your Vista/Win 7.
    # ************************************************************
    # *************** NOTE - EXECUTION POLICY*********************
    # If you haven't set the execution policy, you may need to:
    #---Run PowerShell
    #---enter SET-EXECUTIONPOLICY -EXECUTIONPOLICY REMOTESIGNED
    # ************************************************************

    Script:
    function get-ID 
      
    param ([string]$title, [int]$arraycnt, [int]$arrayndx
      
    $id " " $title " "
      
    If ($arraycnt -ne 1) {$id $id + [string]$arrayndx " "}
      
    $id }
    function 
    get-title param ([string]$id
      
    $hashes = ([int](51 $id.length)/2)
      
    $hashstr '#' $hashes
      $title 
    $hashstr $id $hashstr
      
    If ($title.length -le 51) {$title += "#"}
      
    $title  }
    $sterne "*" 79
    $obj 
    = New-Object PSObject
    $bios 
    gwmi win32_bios
    $id 
    get-id "BIOS" 1 0
    $obj 
    Add-member -membertype noteproperty -name (Get-title $id ) -value $sterne
    $obj 
    add-member -membertype noteproperty -name ($id "Name") -value($bios.name)
    $obj add-member -membertype noteproperty -name ($id "Manufacturer") -value($bios.manufacturer)
    $obj add-member -membertype noteproperty -name ($id "Release Date") -value($bios.converttodatetime($bios.releasedate))
    $obj add-member -membertype noteproperty -name ($id "Serial Number") -value($bios.SerialNumber)
    $CS  gwmi Win32_ComputerSystem   
    $id 
    get-id "COMPUTER SYSTEM" 1 0
    $obj 
    Add-member -membertype noteproperty -name (Get-title $id) -value $sterne
    $obj 
    add-member -membertype noteproperty -name ($id "Manufacturer") -value($cs.manufacturer)
    $obj add-member -membertype noteproperty -name ($id "Model") -value($cs.model)
    $obj add-member -membertype noteproperty -name ($id "Primary Owner") -value($cs.primaryownername)
    $obj add-member -membertype noteproperty -name ($id "Type") -value($cs.systemtype)
    $obj add-member -membertype noteproperty -name ($id "Total Memory") -value(([string][int]($cs.totalphysicalmemory/1073741824) + " GB"))
    $obj add-member -membertype noteproperty -name ($id "User Name") -value($cs.username)
    $CSprod  gwmi Win32_ComputerSystemProduct 
    $obj 
    add-member -membertype noteproperty -name ($id "Product Name") -value($csprod.name)
    $obj add-member -membertype noteproperty -name ($id "Version") -value($csprod.version)
    $obj add-member -membertype noteproperty -name ($id "Identifying Number") -value($csprod.identifyingnumber)
    $obj add-member -membertype noteproperty -name ($id "Vendor") -value($csprod.vendor)
    $obj $env:userprofile\desktop\COMPUTERINFO.TXT

    EXIT
    EXIT 
      My Computer


  7. Posts : 5
    Microsoft Windows 7 Home Premium 64-bit 7601 Multiprocessor Free Service Pack 1
    Thread Starter
       #7

    karlsnooks said:
    church,

    carry out following and upload the resulting computerinfo.txt file.

    # **********************INSTRUCTIONS**************************
    # STEP 1 ** RUN POWERSHELL AS ADMINISTRATOR ******************
    # ************************************************************
    #
    # WIN key | type POWERSHELL | do NOT hit ENTER |
    # in the PROGRAMS list, right-click on WINDOWS POWERSHELL |
    # choose "Run as administrator" |
    [/php]
    When I do this, all I get is:
    PS C:\Users\John>

    No other script.
      My Computer


  8. Posts : 10,200
    MS Windows 7 Ultimate SP1 64-bit
       #8

    church,
    The script is the part in the box that is scrollable.

    You copy and paste the entire script into PowerShell.
      My Computer


  9. Posts : 297
    Microsoft Windows 7 Home Premium 64-bit Service Pack 1
       #9

    COMPUTERINFO.TXT is saved on the desktop. You only need to copy the script, and then right-click in PowerShell to execute it.

    It doesn't appear the Cumulative Security Update for Internet Explorer 9 for Windows 7 for x64-based Systems [KB2719177] isn't blocking access to IE9, unless you picked up a bit of malware, perhaps?

    Malwarebytes' Anti Malware
    Microsoft Security Essentials
    avast! Free Antivirus
      My Computer


  10. Posts : 5
    Microsoft Windows 7 Home Premium 64-bit 7601 Multiprocessor Free Service Pack 1
    Thread Starter
       #10

    karlsnooks said:
    church,
    The script is the part in the box that is scrollable.

    You copy and paste the entire script into PowerShell.
    There is nothing else in the box. I can scroll the whole length, and it's empty otherwise.
      My Computer


 
Page 1 of 2 12 LastLast

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 07:53.
Find Us