Latest update blocks IE9

Page 2 of 2 FirstFirst 12

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

    HoneycombAG said:
    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
    No malware. I have run Malwarebytes and Norton.
      My Computer


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

    Church,

    did you know:
    a) click anywhere within the script (which I'm including here again for you).
    b) use your cursor to select everything within the script block
    c) use the CTRL + C key combo to copy the selected text.
    d) now go to PowerShell
    e) Right-click anywhere within Powershell
    f) now the script is pasted in there and will run and then will close PowerShell for you.

    Script:
    # ***********************************************************************
    # Puts COMPUTERINFO.TXT on your desktop
    # COMPUTERINFO.TXT contains info about your bios and your computer system
    # ***********************************************************************

    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
    $CS   
    gwmi Win32_ComputerSystem   
    $CSprod  
    gwmi Win32_ComputerSystemProduct 
    $id 
    get-id "BIOS" 1 0
    $csid 
    get-id "COMPUTER SYSTEM" 1 0
    $bios 
    gwmi win32_bios
    $obj 
    = new-object -typename PSobject
    $obj 
    Add-member -membertype noteproperty -name (Get-title $id ) -value $sterne -passthru |
     
    add-member -membertype noteproperty -name ($id "Name") -value($bios.name) -passthru |
     
    add-member -membertype noteproperty -name ($id "Manufacturer") -value($bios.manufacturer) -passthru|
     
    add-member -membertype noteproperty -name ($id "Release Date") -value($bios.converttodatetime($bios.releasedate)) -passthru |
     
    add-member -membertype noteproperty -name ($id "Serial Number") -value($bios.SerialNumber) -passthru |
     
    Add-member -membertype noteproperty -name (Get-title $csid) -value $sterne -passthru |
     
    add-member -membertype noteproperty -name ($csid "Manufacturer") -value($cs.manufacturer) -passthru |
     
    add-member -membertype noteproperty -name ($csid "Model") -value($cs.model) -passthru |
     
    add-member -membertype noteproperty -name ($csid "Primary Owner") -value($cs.primaryownername) -passthru |
     
    add-member -membertype noteproperty -name ($csid "Type") -value($cs.systemtype) -passthru |
     
    add-member -membertype noteproperty -name ($csid "Total Memory") -value(([string][int]($cs.totalphysicalmemory/1073741824) + " GB")) -passthru |
     
    add-member -membertype noteproperty -name ($csid "User Name") -value($cs.username) -passthru |
     
    add-member -membertype noteproperty -name ($csid "Product Name") -value($csprod.name) -passthru |
     
    add-member -membertype noteproperty -name ($csid "Version") -value($csprod.version) -passthru |
     
    add-member -membertype noteproperty -name ($csid "Identifying Number") -value($csprod.identifyingnumber) -passthru |
     
    add-member -membertype noteproperty -name ($csid "Vendor") -value($csprod.vendor)
    $obj  $env:userprofile\desktop\COMPUTERINFO.TXT

    EXIT
    EXIT 
      My Computer


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

    churchilllafemm said:
    When I do this, all I get is:

    No other script.
    churchilllafemm said:
    There is nothing else in the box. I can scroll the whole length, and it's empty otherwise.
    Don't tell me his Courier New font is missing.
    The only option at this point is to download the script as a text file, the copy it from there, and then run it from PowerShell.
    Latest update blocks IE9 Attached Files
      My Computer


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

    he could run Notepad, click format, then font and see if courier new is in the font box.

    Many thanks for posting as a text file for him.
      My Computer


  5. Posts : 25,847
    Windows 10 Pro. 64/ version 1709 Windows 7 Pro/64
       #15

    Church may I suggest that unplugging all those USB goodies while these fine people are trying to help you. It could help them help you.
      My Computer


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

    Layback Bear said:
    Church may I suggest that unplugging all those USB goodies while these fine people are trying to help you. It could help them help you.
    There should be at least 3 devices. One of those is probably built into the computer case.
    Latest update blocks IE9-foxconn-internal-7-1-usb-20-card-reader-black_iph3w0737308.jpg
       Note
    (2) Generic- Compact Flash USB Device (3) Generic- MS/MS-Pro USB Device (4) Generic- SD/MMC USB Device (5) Generic- SM/xD-Picture USB Device

    This is a single-unit 7-in-1 Memory Card Reader, either internal (connected to USB headers on the mainboard) or external (connected to the USB 2.0 bus). Some configurations will include a built-in card reader into their builds due to the wide variety of portable devices (cameras, cell phones, GPS, MP3 players, etc.) that will use different types of flash memory for it. It is not necessary to include a 7-in-1 card slot in your System Specs.
      My Computer


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

    church,
    I must take issue with Honeycomb. You can never put too much info into your specs. Everything there helps us to build a picture of the system you are working with.

    do let us hear from you.

    karl
      My Computer


 
Page 2 of 2 FirstFirst 12

  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 01:06.
Find Us