| Windows 7: Latest update blocks IE9 |
20 Jul 2012
|
| | Microsoft Windows 7 Home Premium 64-bit 7601 Multiprocessor Free Service Pack 1 5 posts |

Quote: Originally Posted by HoneycombAG 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 System Specs |
| System Manufacturer/Model Number HP OS Microsoft Windows 7 Home Premium 64-bit 7601 Multiprocessor Free Service Pack 1 CPU Intel(R) Core(TM) i7-2600 CPU @ 3.40GHz Motherboard PEGATRON CORPORATION 2AC2 Memory 8.00 GB Graphics Card AMD Radeon HD 6570 Sound Card (1) AMD High Definition Audio Device (2) Realtek High Defi Screen Resolution 1920 x 1080 x 32 bits (4294967296 colors) @ 60 Hz Hard Drives (1) ST31000524AS (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 (6) HP photosmart 7700 USB Device (7) WD 15EARS External USB Device |
20 Jul 2012
|
| | MS Windows 7 Ultimate SP1 64-bit 10,288 posts Austin, Texas |
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 System Specs | | System Manufacturer/Model Number Toshiba Satellite S875D-S7239 laptop OS MS Windows 7 Ultimate SP1 64-bit CPU AMD A10-4600M Motherboard AMD Pumori (Socket FT1) Memory 6.00 GB Dual-Channel DDR3 @ 798MHz (11-11-12-28) Graphics Card AMD Radeon HD 7660G Sound Card High Definition Audio Device Monitor(s) Displays Generic PnP Monitor (1600x900@60Hz) Screen Resolution 1600x900@60Hz Keyboard Standard PS/2 Keyboard Mouse HP Wireless Optical Mobile Mouse Model FHA-3410 Hard Drives SSD 119GB Corsair CSSD-V128GB2 ATA Device Internet Speed What the local pub, local coffee shop offers. Other Info Optical Drive:MATSHITA BD-CMB UJ160B ATA Device
Also have an Asus ha1002xp netbook with Win 7 Ultimate installed. |
20 Jul 2012
|
| | Windows 7 Home Premium x64 86 posts |

Quote: Originally Posted by churchilllafemm When I do this, all I get is:
No other script. 
Quote: Originally Posted by churchilllafemm 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. | My System Specs | | Computer type PC/Desktop OS Windows 7 Home Premium x64 CPU AMD A4-5300 Trinity Series APU, 3.4Ghz Stock Motherboard ASRock FM2A85X Extreme 4-M Memory (1) 8 GB G.Skill RIPJAWS, DDR3-1600, PC3-12800, XMP 1.2 Graphics Card AMD Radeon 7480D (on APU) Sound Card Realtek HD Audio Monitor(s) Displays Acer AL2016W Screen Resolution 1680x1050@60Hz PSU Rocketfish RF-550WPS Case Generic tower case Cooling 2 x 80mm + 1 x 120mm cooling fans and stock CPU cooler Hard Drives Seagate Barracuda 7200.12, 1.0 TB, ST31000528AS
(Plus 1 external USB 3.0 hard drive) Internet Speed 1500 / 640 Other Info X-BOOST mode: ON (~3.7 GHz CPU)
Fans are set for silent running.
Tower case has considerable amount of damage. |
20 Jul 2012
|
| | MS Windows 7 Ultimate SP1 64-bit 10,288 posts Austin, Texas |
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 System Specs | | System Manufacturer/Model Number Toshiba Satellite S875D-S7239 laptop OS MS Windows 7 Ultimate SP1 64-bit CPU AMD A10-4600M Motherboard AMD Pumori (Socket FT1) Memory 6.00 GB Dual-Channel DDR3 @ 798MHz (11-11-12-28) Graphics Card AMD Radeon HD 7660G Sound Card High Definition Audio Device Monitor(s) Displays Generic PnP Monitor (1600x900@60Hz) Screen Resolution 1600x900@60Hz Keyboard Standard PS/2 Keyboard Mouse HP Wireless Optical Mobile Mouse Model FHA-3410 Hard Drives SSD 119GB Corsair CSSD-V128GB2 ATA Device Internet Speed What the local pub, local coffee shop offers. Other Info Optical Drive:MATSHITA BD-CMB UJ160B ATA Device
Also have an Asus ha1002xp netbook with Win 7 Ultimate installed. |
20 Jul 2012
|
| | Windows 7 Home Premium 64 bit. SP-1 8,758 posts Northern Ohio |
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 System Specs | | Computer type PC/Desktop System Manufacturer/Model Number Home made Desktop OS Windows 7 Home Premium 64 bit. SP-1 CPU Intel i7-960-3.2 @ 4.25 Motherboard ASUS P6X58D-E Memory KINGSTON KHX2000C9, Hyper X,12 GIGS Graphics Card MSI/Nvidia/460GTX-Cyclone 1GD5/OC Monitor(s) Displays DYNEX 40 IN. Screen Resolution 1920-1080 or 1280-720 HDMI Keyboard M/S 3000 v 2.0 wireless Mouse M/S 5000 wireless PSU Corsair AX-850 Plus Gold Case Corsair 600T (Black) + side panel with 2 140 mm Noctua fans Cooling Corsair H50/2 Noctua NF-P12 (120 mm) Push/Pull- Hard Drives INTEL SSD 120GB-SER 510
Seagate 1TB SATA 600 7200 rpm Hard Drive Internet Speed 3.0 mb Antivirus Microsoft Security Eesentials Browser I.E. 10 default/Firefox Other Info LG BluRay-Read/Write
Sound system
KLipsch-THX
Asus Router RTN-12
2 Noctua 140 added on top of 600t case
Malwarebytes Anti Malware Professional
Windows 7 Firewall |
20 Jul 2012
|
| | Windows 7 Home Premium x64 86 posts |

Quote: Originally Posted by Layback Bear 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.  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 System Specs | | Computer type PC/Desktop OS Windows 7 Home Premium x64 CPU AMD A4-5300 Trinity Series APU, 3.4Ghz Stock Motherboard ASRock FM2A85X Extreme 4-M Memory (1) 8 GB G.Skill RIPJAWS, DDR3-1600, PC3-12800, XMP 1.2 Graphics Card AMD Radeon 7480D (on APU) Sound Card Realtek HD Audio Monitor(s) Displays Acer AL2016W Screen Resolution 1680x1050@60Hz PSU Rocketfish RF-550WPS Case Generic tower case Cooling 2 x 80mm + 1 x 120mm cooling fans and stock CPU cooler Hard Drives Seagate Barracuda 7200.12, 1.0 TB, ST31000528AS
(Plus 1 external USB 3.0 hard drive) Internet Speed 1500 / 640 Other Info X-BOOST mode: ON (~3.7 GHz CPU)
Fans are set for silent running.
Tower case has considerable amount of damage. |
20 Jul 2012
|
| | MS Windows 7 Ultimate SP1 64-bit 10,288 posts Austin, Texas |
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 System Specs | | System Manufacturer/Model Number Toshiba Satellite S875D-S7239 laptop OS MS Windows 7 Ultimate SP1 64-bit CPU AMD A10-4600M Motherboard AMD Pumori (Socket FT1) Memory 6.00 GB Dual-Channel DDR3 @ 798MHz (11-11-12-28) Graphics Card AMD Radeon HD 7660G Sound Card High Definition Audio Device Monitor(s) Displays Generic PnP Monitor (1600x900@60Hz) Screen Resolution 1600x900@60Hz Keyboard Standard PS/2 Keyboard Mouse HP Wireless Optical Mobile Mouse Model FHA-3410 Hard Drives SSD 119GB Corsair CSSD-V128GB2 ATA Device Internet Speed What the local pub, local coffee shop offers. Other Info Optical Drive:MATSHITA BD-CMB UJ160B ATA Device
Also have an Asus ha1002xp netbook with Win 7 Ultimate installed. Latest update blocks IE9 problems? All times are GMT -5. The time now is 04:51 PM. | |