Random BSOD while computer IDLE and Gaming

Page 5 of 7 FirstFirst ... 34567 LastLast

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

    vehement:

    This script puts three files on your desktop. Attach all three.

    Script:
    # *******************************************************************************
    # Places 3RD PARTY DRIVERS.TXT on your desktop
    # Places 3RD Party DRIVERS.CSV on your desktop

    # Places FULL DRIVER INFO.CSV on you desktop.
    #
    # All are sorted by the driver creation date
    #
    # CSV files can be viewed, sorted, etc. using Microsoft EXCEL
    # *******************************************************************************

    # Create an array of gwmi objects
    $a gwmi win32_systemdriver select namedescriptionstatestartmode,pathname

    # Create an array of pathnameobjects
    $b $a | foreach { (gi $_.pathname) } | 
    select creationtimelastaccesstime,lastwritetimebasenamedirectoryname

    # Create an array of FileVersionInfo objects using the array you just created
    $c $a | foreach { (gi $_.pathname).versioninfo } | 
    select companyname,filedescription,filename,internalname,productversion,fileversion


    # Create an empty array to hold objects
    $arr = @()
    $i # initialize index
    ForEach ($aobj in $a) {
    $obj = new-object system.object # Create a new system object
    #  add members using the names and values from the two arrays of objects
    $obj add-member -type noteproperty -name Name  -value $aobj.name
    $obj 
    add-member -type noteproperty -name State -value $aobj.state
    $obj 
    add-member -type noteproperty -name "Start Mode" -value $aobj.startmode

    $obj 
    add-member -type noteproperty -name "creationtime" -value ($b[$i].creationtime)
    $obj add-member -type noteproperty -name "Created" -value ($b[$i].creationtime).toshortdatestring()
    $obj add-member -type noteproperty -name "Last Accessed" -value $b[$i].lastaccesstime
    $obj 
    add-member -type noteproperty -name "Last Written" -value $b[$i].lastwritetime
    $obj 
    add-member -type noteproperty -name "Directory" -value $b[$i].directory

    $obj 
    add-member -type noteproperty -name "Company Name" -value $c[$i].companyname
    $obj 
    add-member -type noteproperty -name "Description" -value $c[$i].filedescription
    $obj 
    add-member -type noteproperty -name "File Name" -value $c[$i].filename
    $obj 
    add-member -type noteproperty -name "Internal Name" -value $c[$i].internalname
    $obj 
    add-member -type noteproperty -name "Product Version" -value $c[$i].productversion
    $obj 
    add-member -type noteproperty -name "File Version" -value $c[$i].fileversion
    $arr 
    += $obj
    $i 
    ++
    }

    $barr $arr | ? {($_.state -eq "Running") -AND ($_."Company Name" -ne "Microsoft Corporation")} | 
    sort creationtime select  nameDescription"Created""File Version""Company Name"
    # $barr | ft -wrap -auto > $env:userprofile\desktop\"3RD PARTY DRIVERS.TXT"
    $barr fl  $env:userprofile\desktop\"3RD PARTY DRIVERS.TXT"


    $barr export-csv -notypeinformation $env:userprofile\desktop\"3RD PARTY DRIVERS.CSV"

    $arr sort creationtime |
    select  nameDescription"Created""File Version""Company Name"State"Start Mode", `
    "Last Accessed", "Last Written", "File Name", "Internal Name", Directory, "Product Version" |
    export-csv -notypeinformation 
    $env:userprofile\desktop\"FULL DRIVER INFO.CSV" 

    EXIT
    EXIT 
      My Computer


  2. Posts : 31
    Windows 7 Home 64 bit
    Thread Starter
       #42

    I cannot upload the other 2 files. They end in .CSV
      My Computer


  3. Posts : 31
    Windows 7 Home 64 bit
    Thread Starter
       #43

    I saved it as a .txt file. But it looks like I have two of the same files, 3rd party drivers. One in .txt and the other in .csv
      My Computer


  4. Posts : 15,026
    Windows 10 Home 64Bit
       #44

    I hope the stress test of prime95 is done now.

    Now stress your video card with furmark:
    Video Card - Stress Test with Furmark

    Please uninstall AVG and use MSE for a test:
    Microsoft Security Essentials - Free Antivirus for Windows


    Please ignore as you've already done that.
    Last edited by koolkat77; 06 Sep 2012 at 00:33.
      My Computer


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

    vehement said:
    I saved it as a .txt file. But it looks like I have two of the same files, 3rd party drivers. One in .txt and the other in .csv
    My oversight. Just zip up the CSV files and upload them.
    thanks,
    karl
      My Computer


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

    koolkat77 said:
    I hope the stress test of prime95 is done now.

    Now stress your video card with furmark:
    Video Card - Stress Test with Furmark

    Please uninstall AVG and use MSE for a test:
    Microsoft Security Essentials - Free Antivirus for Windows

    Take a look at his msinfo.nfo file in the zip file he submitted.
      My Computer


  7. Posts : 15,026
    Windows 10 Home 64Bit
       #47

    I did. One of his dump showed processes from avg so posted again.
      My Computer


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

    vehement,
    Due to some irregularities in the 3rd party drivers file which point to malware, I'm going to need you to carry out following:
    HOW TO USE MICROSOFT'S OFFLINE MALWARE REMOVER
    Windows Defender Offline
    · performs an offline scan of an infected PC to remove viruses, rootkits and other advanced malware.
    · is a free standalone, bootable malware and virus remover from Microsoft.

    Download Windows Defender Offline (about 785 kB)
    You will have the choice of downloading the 32bit version (x86) or the 64 bit version (x64).
    The link will help you determine whether you are running a 32 bit version or 64 bit version of Windows

    NOTE!! You can download and prepare a 32 bit version using a 64 bit version of Windows
    NOTE!! You can download and prepare a 64 bit version using a 32bit version of Windows.

    You run the 32 bit version on a 32 bit version of Windows.
    You run the 64 bit version on a 64 bit version of Windows.

    The 32 bit download file name is: mssstool32.exe
    The 64 bit download file name is: mssstool64.exe

    For the curious, this program was originally name Microsoft Standalone System Sweeper.


    INSTALLATION:
    · Requires an Internet Connection.
    · Insert 512 mB or larger USB stick into a usb port.
    · Run the downloaded program--mssstool64.exe or mssstool32.exe
    · NEXT button
    · Choose the option On a USB flash drive that is not password protected
    · NEXT button
    · NEXT button
    .
    The install program will:
    · format the usb stick using the NTFS format.
    · download less than 230 mB.
    · name the USB stick WDO_Media32 or WDO_Media64
    · use less than 300 mB.

    How to UPDATE the Windows Defender Offline USB stick:
    · reinsert the usb stick
    · run the installation program, mssstool64.exe or mssstool32.exe, again.
    · the update will download less than 65 mB.

    Since the malware database is sometimes updated several times in a day, always update before running.

    PERFORM AN OFFLINE SCAN
    Bootup your computer from the USB stick
    Windows Defender Offline will automatically perform a quick scan.
    After the quick scan finishes, Choose Full Scan
    Select all of your drives

    The initial, full scan can easily take several hours, but
    Remember, your computer is being very thoroughly checked for all types of malware.
      My Computer


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

    koolkat77 said:
    I did. One of his dump showed processes from avg so posted again.
    I looked at his latest. I must have overlooked something.
    Which process are you referencing? We should see an entry in the list of running services.
      My Computer


  10. Posts : 15,026
    Windows 10 Home 64Bit
       #50

    Oops my bad, that process was in his earlier dumps.
    Sorry Karl.
      My Computer


 
Page 5 of 7 FirstFirst ... 34567 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 09:23.
Find Us