+ Reply to Thread
Results 1 to 7 of 7

Thread: Error logs in Windows 7

  1. #1
    Administrator Jeremy's Avatar
    Join Date
    Mar 2007
    Location
    Newport Beach
    Posts
    3,803

    Default Error logs in Windows 7

    Hey Mike

    Recently my computer seems to lock up out of nowhere. Can happen anywhere from 2 minutes to 2 days after a reboot. I can be doing anything from viewing a video to clicking a link to scratching my butt.

    Where in Windows can I view what happened right before the crash so I can hopefully figure out whats causing this?
    Jeremy
    06 TRX450ER
    08 TRX450ER
    08 CRF450 #46

    Newport Beach Orange County Web Design
    Online Pick-N-Pull

  2. #2
    Senior Member
    Join Date
    Jun 2009
    Posts
    1,063

    Default

    Quote Originally Posted by Jeremy View Post
    Hey Mike

    Recently my computer seems to lock up out of nowhere. Can happen anywhere from 2 minutes to 2 days after a reboot. I can be doing anything from viewing a video to clicking a link to scratching my butt.

    Where in Windows can I view what happened right before the crash so I can hopefully figure out whats causing this?
    Jeremy, you can do a couple of things. If your computer runs long enough, you can goto "Start, and in the "Search Programs and Files" box, just type "Event Viewer" - It will start pre-populating itself -

    From there under "Windows Logs", check your Application and System events - You can look at the times your computer shut down, or sort by Level - Look for anything labled "Error" - Most of the times the errors are rather vague, so you may have to google search them.

    If your computer will not run long enough to do this, we can export the logs using Powershell - I think Windows 7 has it installed by default now -

    Goto "Start -> All Programs -> look for "Windows Powershell" - You may have verison 1 or 2, doesnt matter -

    Right click on "Windows Powershell" from the menu and slecet "Run as Administrator" (you will need to do this in order to be able to export the files)

    This should bring up a big blue screen, looks like a DOS prompt, but better...

    Type or paste this in -

    This one will pull the System logs and export them to a text file called systemlogs.txt on the root of C.

    get-eventlog -logname system -newest 1000 | Export-Csv c:\systemlogs.txt

    This one will pull the Application logs and export them to a text file called applicationslogs.txt on the root of C.

    get-eventlog -logname system -newest 1000 | Export-Csv c:\applicationslogs.txt

    You can then email those files to one of us and we can look at them also. Let me know if this helps or not.

  3. #3
    The Voice of Experience ElderGeek's Avatar
    Join Date
    Aug 2007
    Location
    In front of a monitor....
    Posts
    2,058

    Default

    So I am sure, it is locking up as in the mouse and KB stop working, screen stays where its at. No blue screens?
    ...

    I'll be at Camp2........ Its Dune Season........

    ATG-Arizona Technology Group, Inc.

  4. #4
    Administrator Jeremy's Avatar
    Join Date
    Mar 2007
    Location
    Newport Beach
    Posts
    3,803

    Default

    Correct. And if I'm playing music it just goes to DDNNNNNNN through the speakers. No blue screen.
    Jeremy
    06 TRX450ER
    08 TRX450ER
    08 CRF450 #46

    Newport Beach Orange County Web Design
    Online Pick-N-Pull

  5. #5
    The Voice of Experience ElderGeek's Avatar
    Join Date
    Aug 2007
    Location
    In front of a monitor....
    Posts
    2,058

    Default

    Just a few things to think about while reading the system logs:

    You didn't change or add any hardware or update any drivers about the time this started? Did it do this from the beginning?

    Did you test the Ram?

    Hopefully the reports will point us in a direction.
    ...

    I'll be at Camp2........ Its Dune Season........

    ATG-Arizona Technology Group, Inc.

  6. #6
    The Voice of Experience ElderGeek's Avatar
    Join Date
    Aug 2007
    Location
    In front of a monitor....
    Posts
    2,058

    Default

    What do the reports tell you??
    ...

    I'll be at Camp2........ Its Dune Season........

    ATG-Arizona Technology Group, Inc.

  7. #7
    Senior Member Sazjun's Avatar
    Join Date
    Nov 2009
    Location
    Desert Hills, AZ
    Posts
    136

    Default

    If nothing shows up in the event logs that relates to the problem, just the note that the last shutdown was unexpected followed by the usual startup events, and you have to reboot every time. This might be a hard drive issue too. Make a backup copy of everything that matters to you then run the usual error checking and defrag tools found by right-clicking the Hard Drive Icon in My Computer and choosing Properties, then the Tools tab. When asked, let it do the "run the chkdsk /f at next startup" option.

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts