Help!!! Bsod system_service_exceptions!

Page 6 of 9 FirstFirst ... 45678 ... LastLast

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

    Be sure to update your System Specs to reflect that Service Pack #1 (SP1) is installed.
    Go to a command prompt, type in following and hit enter
    chkdsk /R c:

    You will get a msg about the chkdsk be carried out on the next reboot. Go ahead and reboot.

    After the reboot, run that script which generates chkdsklogs.txt once again.
      My Computer


  2. Posts : 71
    Window 7 home premium 64 bit
    Thread Starter
       #52

    Okay i will do that and i followed the instructions really carefully and it said windows is up to date. Now i will do the disk check brb
      My Computer


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

    Jerry,
    You are moving right along.

    This script will let me know what is installed and what is not installed so that we can see if you have an update problem.

    Just attach the two files mentioned at the first of the script to your next post.
    thanks, karl

    Script:
    # ************************************************************
    # Places InstalledUpdates.txt on your DESKTOP
    # Places NotInstalledUpdates.TXT on your DESKTOP
    #
    # Hidden updates are ignored.
    # ************************************************************

    Try
    {
       
    $error.clear()
       
    $file "$env:userprofile\Desktop\InstalledUpdates.TXT"
       
    If (test-path -path $file) {del $file}
       
    $update = new-object -com Microsoft.update.Session
       $searcher 
    $update.CreateUpdateSearcher()
       
    write-host "`n`n Patience. I'm slowly, but steadily working on fetching the list of installed updates.`n`n"
       
    $pending $searcher.Search("IsInstalled=1"
       foreach(
    $entry in $pending.Updates) {
         IF (
    $entry.IsHidden -ne $true) {
           
    "Title: " $entry.Title Out-file -append $File
           
    "Downloaded? " $entry.IsDownloaded Out-file -append $File
           
    "Description: " $entry.Description Out-file -append $File
           
    foreach($category in $entry.Categories) {
               
    $d "Category: " $category.name Out-file -append $File }
           
    "" Out-file -append $file } }
       If ((
    Test-Path -path $file) -eq $false) {"No updates have been installed." Out-file $file
    # Now to check the uninstalled updates that aren't hidden
       
    $file "$env:userprofile\Desktop\NotInstalledUpdates.TXT"
       
    If (test-path -path $file) {del $file}
       
    $update = new-object -com Microsoft.update.Session
       $searcher 
    $update.CreateUpdateSearcher()
       
    write-host "`n`n Patience. I'm slowly, but steadily working on fetching the list of uninstalled updates.`n`n"
       
    $pending $searcher.Search("IsInstalled=0"
       foreach(
    $entry in $pending.Updates) {
       IF (
    $entry.IsHidden -ne $true) {
           
    "Title: " $entry.Title Out-file -append $File
           
    "Downloaded? " $entry.IsDownloaded Out-file -append $File
           
    "Description: " $entry.Description Out-file -append $File
           
    foreach($category in $entry.Categories) {
             
    $d "Category: " $category.name Out-file -append $File }
           
    "" Out-file -append $file } }
       If (-
    not(Test-Path -path -$file)) {"There are no uninstalled updates which are unhidden." Out-file $file
    }
    Catch { 
    "Unable to fetch update list from Microsoft site" }
    Finally { 
    "End of script"; EXIT }

    EXIT
    EXIT 
      My Computer


  4. Posts : 71
    Window 7 home premium 64 bit
    Thread Starter
       #54

    okay i just finiosh the chkdsk and ill attach you to it and sure ill post the attackments:
      My Computer


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

    Jerry
    Run chkdsk /r c: once again and once again post the results.

    I fear that you have a hard disk that is going out.

    karl
      My Computer


  6. Posts : 71
    Window 7 home premium 64 bit
    Thread Starter
       #56

    karlsnooks said:
    Jerry
    Run chkdsk /r c: once again and once again post the results.

    I fear that you have a hard disk that is going out.

    karl
    sure ill run it again but what makes you think its a hdd failure?
      My Computer


  7. Posts : 71
    Window 7 home premium 64 bit
    Thread Starter
       #57

    Hey!! it couldn't finish the disk check.. it siad not enough disk space or w/e to finish the verify scan? and it just crash and i had to restart it...
      My Computer


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

    you are continuing to get bad sectors which is why I was asking for another run chkdsk.

    Backup all data dear to your heart.

    Run the cleaner part of CClearer (link in my signature)

    Run cleanmgr.exe (a program in your win 7)

    HOW TO POST A SNAPSHOT OF DISK MANAGEMENT DISPLAY
    Run disk management:
    WIN |
    type DISKMGMT.MSC | ENTER
    This method gives you a display without the unneeded navigation pane.
    WIN=key with Microsoft logo on top.

    Maximize the output of Disk Management:
    Maximize the output of Disk Management:
    ALT-Spacebar key combo | X key (selects Maximize) |
    Drag the field separators (such as between Status and Capacity) to show entire field.


    Make a snapshot:
    WIN |
    type SNIPPING | ENTER | New
    Drag the cursor around the area you want to snip.
    File | Save as | select save location and name | Save


    Post the snapshot:
    Post a File or Screenshot in Seven Forums
      My Computer


  9. Posts : 71
    Window 7 home premium 64 bit
    Thread Starter
       #59

    okay so i take the snapshot after i run cleanmgr.exe?
      My Computer


  10. Posts : 71
    Window 7 home premium 64 bit
    Thread Starter
       #60

    hey!! help me please. yesterday i havent gotten any BSOD but today i got another system service exception... here is the mini dump
      My Computer


 
Page 6 of 9 FirstFirst ... 45678 ... LastLast

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 22:40.
Find Us