Win7 64 bit with frequent BSOD - ntoskrnl.exe

Page 1 of 3 123 LastLast

  1. Posts : 9
    Win 7 64bit
       #1

    Win7 64 bit with frequent BSOD - ntoskrnl.exe


    Hi,

    I have a system with Win 7 64bit Home Premium and very frequently I'm having BSOD's and the system rebooting afterwards. I have updated all the drivers and ran Windows update but the problem still persists.

    Any help would be appreciated. Attached the minidump file

    Thanks
      My Computer


  2. Posts : 6,885
    Windows 7 Ultimate x64, Mint 9
       #2

    It appears that all of them are more or less the same. They all have the same bug check code at least.

    There is a update, KB 979762, that you should install that might solve it.

    The dump files were not very descriptive, unfortunately. If you are OCing, STOP. Update drivers (as you have done), and open an elevated command prompt (right click, run as admin) and type sfc /scannow

    Code:
    Microsoft (R) Windows Debugger Version 6.12.0002.633 AMD64
    Copyright (c) Microsoft Corporation. All rights reserved.
    
    
    Loading Dump File [C:\Users\David\AppData\Local\Temp\Temp6_Minidump.zip\Minidump\072510-25506-01.dmp]
    Mini Kernel Dump File: Only registers and stack trace are available
    
    Symbol search path is: SRV*c:\symbols*http://msdl.microsoft.com/download/symbols
    Executable search path is: 
    Windows 7 Kernel Version 7600 MP (4 procs) Free x64
    Product: WinNt, suite: TerminalServer SingleUserTS Personal
    Built by: 7600.16539.amd64fre.win7_gdr.100226-1909
    Machine Name:
    Kernel base = 0xfffff800`02e01000 PsLoadedModuleList = 0xfffff800`0303ee50
    Debug session time: Sun Jul 25 19:57:29.246 2010 (UTC - 7:00)
    System Uptime: 0 days 0:12:20.853
    Loading Kernel Symbols
    ...............................................................
    ................................................................
    ..............................
    Loading User Symbols
    Loading unloaded module list
    ......
    *******************************************************************************
    *                                                                             *
    *                        Bugcheck Analysis                                    *
    *                                                                             *
    *******************************************************************************
    
    Use !analyze -v to get detailed debugging information.
    
    BugCheck 7F, {10, 80050033, 6f8, 71f2a03e}
    
    Probably caused by : ntkrnlmp.exe ( nt!KiFloatingErrorFault+16a )
    
    Followup: MachineOwner
    ---------
    
    2: kd> !analyze -v
    *******************************************************************************
    *                                                                             *
    *                        Bugcheck Analysis                                    *
    *                                                                             *
    *******************************************************************************
    
    UNEXPECTED_KERNEL_MODE_TRAP (7f)
    This means a trap occurred in kernel mode, and it's a trap of a kind
    that the kernel isn't allowed to have/catch (bound trap) or that
    is always instant death (double fault).  The first number in the
    bugcheck params is the number of the trap (8 = double fault, etc)
    Consult an Intel x86 family manual to learn more about what these
    traps are. Here is a *portion* of those codes:
    If kv shows a taskGate
            use .tss on the part before the colon, then kv.
    Else if kv shows a trapframe
            use .trap on that value
    Else
            .trap on the appropriate frame will show where the trap was taken
            (on x86, this will be the ebp that goes with the procedure KiTrap)
    Endif
    kb will then show the corrected stack.
    Arguments:
    Arg1: 0000000000000010, EXCEPTION_NPX_ERROR
    Arg2: 0000000080050033
    Arg3: 00000000000006f8
    Arg4: 0000000071f2a03e
    
    Debugging Details:
    ------------------
    
    
    BUGCHECK_STR:  0x7f_10
    
    CUSTOMER_CRASH_COUNT:  1
    
    DEFAULT_BUCKET_ID:  VERIFIER_ENABLED_VISTA_MINIDUMP
    
    PROCESS_NAME:  iexplore.exe
    
    CURRENT_IRQL:  0
    
    LAST_CONTROL_TRANSFER:  from fffff80002e70b69 to fffff80002e71600
    
    STACK_TEXT:  
    fffff880`0aebcad8 fffff800`02e70b69 : 00000000`0000007f 00000000`00000010 00000000`80050033 00000000`000006f8 : nt!KeBugCheckEx
    fffff880`0aebcae0 fffff800`02e6faaa : fffffa80`05e5cb60 00000000`00001024 fffff880`0aebcbf8 fffffa80`0a8f1700 : nt!KiBugCheckDispatch+0x69
    fffff880`0aebcc20 00000000`71f2a03e : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : nt!KiFloatingErrorFault+0x16a
    00000000`0e91fa6c 00000000`00000000 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : 0x71f2a03e
    
    
    STACK_COMMAND:  kb
    
    FOLLOWUP_IP: 
    nt!KiFloatingErrorFault+16a
    fffff800`02e6faaa 90              nop
    
    SYMBOL_STACK_INDEX:  2
    
    SYMBOL_NAME:  nt!KiFloatingErrorFault+16a
    
    FOLLOWUP_NAME:  MachineOwner
    
    MODULE_NAME: nt
    
    IMAGE_NAME:  ntkrnlmp.exe
    
    DEBUG_FLR_IMAGE_TIMESTAMP:  4b88cfeb
    
    FAILURE_BUCKET_ID:  X64_0x7f_10_VRF_nt!KiFloatingErrorFault+16a
    
    BUCKET_ID:  X64_0x7f_10_VRF_nt!KiFloatingErrorFault+16a
    
    Followup: MachineOwner
    ---------
    ~Lordbob
      My Computer


  3. Posts : 13,354
    Windows 7 Professional x64
       #3
      My Computer


  4. Posts : 9
    Win 7 64bit
    Thread Starter
       #4

    Lordbob75: Thanks for the help, but this update is available only for Win Vista. My system is Win 7 64 bit. I couldn't install.

    Jonathan_King: I have enabled driver verifier, no issues were identified so far.

    Thanks
      My Computer


  5. Posts : 4,772
    Windows 7 Ultimate - 64-bit | Windows 8 Pro - 64-bit
       #5

    Fabiad said:
    Lordbob75: Thanks for the help, but this update is available only for Win Vista. My system is Win 7 64 bit. I couldn't install.

    Jonathan_King: I have enabled driver verifier, no issues were identified so far.

    Thanks
    Hello,

    Please follow this and post us the logs https://www.sevenforums.com/crashes-d...tructions.html

    - Captain
      My Computer


  6. Posts : 9
    Win 7 64bit
    Thread Starter
       #6

    Capt. Jack Sparrow,

    Attached the log as BSOD instructions.

    Thanks,
      My Computer


  7. Posts : 13,354
    Windows 7 Professional x64
       #7

    Strange...the scripts did not collect the dumps. Did you run it as administrator?

    Go ahead and upload the dumps manually. See this tutorial: https://www.sevenforums.com/tutorials...en-forums.html
      My Computer


  8. Posts : 9
    Win 7 64bit
    Thread Starter
       #8

    Jonathan_King: I have run the scripts as administrator. Please find it attached, as well as minidump files and link to memory.dmp

    Memory.dmp link - MEGAUPLOAD - The leading online storage and file delivery service

    Thanks!
      My Computer


  9. Posts : 1,598
    Microsoft Window 7 Professional 32 bit
       #9

    Fabiad said:
    Jonathan_King: I have run the scripts as administrator. Please find it attached, as well as minidump files and link to memory.dmp

    Memory.dmp link - MEGAUPLOAD - The leading online storage and file delivery service

    Thanks!
    First of all, your intel wifi adapter driver was blamed, which is NETw5s64.sys, I would suggest to go to manufacture site (intel), download and install fresh copy of it.
    STOP 0x0000007F: UNEXPECTED_KERNEL_MODE_TRAP

    Usual causes: Memory corruption, Hardware (memory in particular), Installing a faulty or mismatched hardware (especially memory) or a failure after installing it, 3rd party firewall, Device drivers, SCSI/network/BIOS updates needed, Improperly seated cards, Incompatible storage devices, Overclocking, Virus scanner, Backup tool, Bad motherboard, Missing Service Pack
    Do you overclock anything?
    Download a copy of Memtest86 and burn the ISO to a CD using Iso Recorder or another ISO burning program. Boot from the CD, and leave it running for at least 5 or 6 passes.

    Code:
    Microsoft (R) Windows Debugger Version 6.12.0002.633 X86
    Copyright (c) Microsoft Corporation. All rights reserved.
    
    
    Loading Dump File [C:\Users\TUANTR~1\AppData\Local\Temp\Rar$DI02.764\072710-34710-01.dmp]
    Mini Kernel Dump File: Only registers and stack trace are available
    
    Symbol search path is: SRV*e:\symbols*http://msdl.microsoft.com/download/symbols
    Executable search path is: 
    Windows 7 Kernel Version 7600 MP (4 procs) Free x64
    Product: WinNt, suite: TerminalServer SingleUserTS Personal
    Built by: 7600.16539.amd64fre.win7_gdr.100226-1909
    Machine Name:
    Kernel base = 0xfffff800`02e09000 PsLoadedModuleList = 0xfffff800`03046e50
    Debug session time: Wed Jul 28 09:17:29.729 2010 (UTC + 7:00)
    System Uptime: 0 days 2:10:39.336
    Loading Kernel Symbols
    ...............................................................
    ................................................................
    .............................
    Loading User Symbols
    Loading unloaded module list
    .............
    *******************************************************************************
    *                                                                             *
    *                        Bugcheck Analysis                                    *
    *                                                                             *
    *******************************************************************************
    
    Use !analyze -v to get detailed debugging information.
    
    BugCheck 7F, {10, 80050033, 6f8, 43c776}
    
    Probably caused by : ntkrnlmp.exe ( nt!KiFloatingErrorFault+16a )
    
    Followup: MachineOwner
    ---------
    BugCheck D1, {fffff98015c7cec2, 2, 1, fffff880058ba627}
    
    Unable to load image \SystemRoot\system32\DRIVERS\NETw5s64.sys, Win32 error 0n2
    *** WARNING: Unable to verify timestamp for NETw5s64.sys
    *** ERROR: Module load completed but symbols could not be loaded for NETw5s64.sys
    Probably caused by : NETw5s64.sys ( NETw5s64+3c627 )
    
    Followup: MachineOwner
    ---------
    Please run system file check:
    SFC /SCANNOW Command - System File Checker

    What third party antivirus program are you using?

    Regard,

    Tuan
      My Computer


  10. Posts : 13,354
    Windows 7 Professional x64
       #10

    It appears uTorrent is causing the problem, be it directly or indirectly.

    Perhaps a thorough uninstall/reinstall will do the trick. Try using Revo Uninstaller on Advanced mode to remove uTorrent, and then install a fresh copy

    Maybe uTorrent is not to blame, but another network-related thing. I would not be surprised at all if your February 2009 Realtek Wireless drivers are the cause. You should be able to find an update for that here: Model Content Page

    Code:
    Microsoft (R) Windows Debugger Version 6.11.0001.404 X86
    Copyright (c) Microsoft Corporation. All rights reserved.
    
    
    Loading Dump File [C:\DOCUME~1\JK\LOCALS~1\Temp\Temporary Directory 4 for Minidump (1).zip\Minidump\072710-34710-01.dmp]
    Mini Kernel Dump File: Only registers and stack trace are available
    
    Symbol search path is: SRV*C:\symbols*http://msdl.microsoft.com/download/symbols
    Executable search path is: 
    Windows 7 Kernel Version 7600 MP (4 procs) Free x64
    Product: WinNt, suite: TerminalServer SingleUserTS Personal
    Built by: 7600.16539.amd64fre.win7_gdr.100226-1909
    Machine Name:
    Kernel base = 0xfffff800`02e09000 PsLoadedModuleList = 0xfffff800`03046e50
    Debug session time: Tue Jul 27 22:17:29.729 2010 (GMT-4)
    System Uptime: 0 days 2:10:39.336
    Loading Kernel Symbols
    ...............................................................
    ................................................................
    .............................
    Loading User Symbols
    Loading unloaded module list
    .............
    *******************************************************************************
    *                                                                             *
    *                        Bugcheck Analysis                                    *
    *                                                                             *
    *******************************************************************************
    
    Use !analyze -v to get detailed debugging information.
    
    BugCheck 7F, {10, 80050033, 6f8, 43c776}
    
    Probably caused by : ntkrnlmp.exe ( nt!KiFloatingErrorFault+16a )
    
    Followup: MachineOwner
    ---------
    
    2: kd> !analyze -v
    *******************************************************************************
    *                                                                             *
    *                        Bugcheck Analysis                                    *
    *                                                                             *
    *******************************************************************************
    
    UNEXPECTED_KERNEL_MODE_TRAP (7f)
    This means a trap occurred in kernel mode, and it's a trap of a kind
    that the kernel isn't allowed to have/catch (bound trap) or that
    is always instant death (double fault).  The first number in the
    bugcheck params is the number of the trap (8 = double fault, etc)
    Consult an Intel x86 family manual to learn more about what these
    traps are. Here is a *portion* of those codes:
    If kv shows a taskGate
            use .tss on the part before the colon, then kv.
    Else if kv shows a trapframe
            use .trap on that value
    Else
            .trap on the appropriate frame will show where the trap was taken
            (on x86, this will be the ebp that goes with the procedure KiTrap)
    Endif
    kb will then show the corrected stack.
    Arguments:
    Arg1: 0000000000000010, EXCEPTION_NPX_ERROR
    Arg2: 0000000080050033
    Arg3: 00000000000006f8
    Arg4: 000000000043c776
    
    Debugging Details:
    ------------------
    
    
    BUGCHECK_STR:  0x7f_10
    
    CUSTOMER_CRASH_COUNT:  1
    
    DEFAULT_BUCKET_ID:  VERIFIER_ENABLED_VISTA_MINIDUMP
    
    PROCESS_NAME:  uTorrent.exe
    
    CURRENT_IRQL:  0
    
    LAST_CONTROL_TRANSFER:  from fffff80002e78b69 to fffff80002e79600
    
    STACK_TEXT:  
    fffff880`0b3e9ad8 fffff800`02e78b69 : 00000000`0000007f 00000000`00000010 00000000`80050033 00000000`000006f8 : nt!KeBugCheckEx
    fffff880`0b3e9ae0 fffff800`02e77aaa : 00000000`00000001 fffff880`0b3e9ca0 00000000`03888000 00000000`7efaa000 : nt!KiBugCheckDispatch+0x69
    fffff880`0b3e9c20 00000000`0043c776 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : nt!KiFloatingErrorFault+0x16a
    00000000`0334fe98 00000000`00000000 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : 0x43c776
    
    
    STACK_COMMAND:  kb
    
    FOLLOWUP_IP: 
    nt!KiFloatingErrorFault+16a
    fffff800`02e77aaa 90              nop
    
    SYMBOL_STACK_INDEX:  2
    
    SYMBOL_NAME:  nt!KiFloatingErrorFault+16a
    
    FOLLOWUP_NAME:  MachineOwner
    
    MODULE_NAME: nt
    
    IMAGE_NAME:  ntkrnlmp.exe
    
    DEBUG_FLR_IMAGE_TIMESTAMP:  4b88cfeb
    
    FAILURE_BUCKET_ID:  X64_0x7f_10_VRF_nt!KiFloatingErrorFault+16a
    
    BUCKET_ID:  X64_0x7f_10_VRF_nt!KiFloatingErrorFault+16a
    
    Followup: MachineOwner
    ---------
    
    2: kd> lmtsmn
    start             end                 module name
    fffff880`00f8e000 fffff880`00fe5000   ACPI     ACPI.sys     Mon Jul 13 19:19:34 2009 (4A5BC106)
    fffff880`05854000 fffff880`0585e000   acpials  acpials.sys  Mon Jul 13 20:00:24 2009 (4A5BCA98)
    fffff880`04052000 fffff880`040dc000   afd      afd.sys      Mon Jul 13 19:21:40 2009 (4A5BC184)
    fffff880`051e0000 fffff880`051f6000   AgileVpn AgileVpn.sys Mon Jul 13 20:10:24 2009 (4A5BCCF0)
    fffff880`012ac000 fffff880`012b7000   amdxata  amdxata.sys  Tue May 19 13:56:59 2009 (4A12F2EB)
    fffff880`0126e000 fffff880`01277000   atapi    atapi.sys    Mon Jul 13 19:19:47 2009 (4A5BC113)
    fffff880`01277000 fffff880`012a1000   ataport  ataport.SYS  Mon Jul 13 19:19:52 2009 (4A5BC118)
    fffff880`00dbc000 fffff880`00dc8000   BATTC    BATTC.SYS    Mon Jul 13 19:31:01 2009 (4A5BC3B5)
    fffff880`0435d000 fffff880`04364000   Beep     Beep.SYS     Mon Jul 13 20:00:13 2009 (4A5BCA8D)
    fffff880`02f69000 fffff880`02f7a000   blbdrive blbdrive.sys Mon Jul 13 19:35:59 2009 (4A5BC4DF)
    fffff880`029ba000 fffff880`029d8000   bowser   bowser.sys   Mon Jul 13 19:23:50 2009 (4A5BC206)
    fffff960`00730000 fffff960`00757000   cdd      cdd.dll      Wed May 19 15:48:26 2010 (4BF4408A)
    fffff880`042fd000 fffff880`04327000   cdrom    cdrom.sys    Mon Jul 13 19:19:54 2009 (4A5BC11A)
    fffff880`00ece000 fffff880`00f8e000   CI       CI.dll       Mon Jul 13 21:32:13 2009 (4A5BE01D)
    fffff880`01bb6000 fffff880`01be6000   CLASSPNP CLASSPNP.SYS Mon Jul 13 19:19:58 2009 (4A5BC11E)
    fffff880`00d16000 fffff880`00d74000   CLFS     CLFS.SYS     Mon Jul 13 19:19:57 2009 (4A5BC11D)
    fffff880`05831000 fffff880`05835500   CmBatt   CmBatt.sys   Mon Jul 13 19:31:03 2009 (4A5BC3B7)
    fffff880`01381000 fffff880`013f4000   cng      cng.sys      Mon Jul 13 19:49:40 2009 (4A5BC814)
    fffff880`00ec0000 fffff880`00ec9000   compbatt compbatt.sys Mon Jul 13 19:31:02 2009 (4A5BC3B6)
    fffff880`045ec000 fffff880`045fc000   CompositeBus CompositeBus.sys Mon Jul 13 20:00:33 2009 (4A5BCAA1)
    fffff880`046a0000 fffff880`046ae000   crashdmp crashdmp.sys Mon Jul 13 20:01:01 2009 (4A5BCABD)
    fffff880`02f4b000 fffff880`02f69000   dfsc     dfsc.sys     Mon Jul 13 19:23:44 2009 (4A5BC200)
    fffff880`02f3c000 fffff880`02f4b000   discache discache.sys Mon Jul 13 19:37:18 2009 (4A5BC52E)
    fffff880`01ba0000 fffff880`01bb6000   disk     disk.sys     Mon Jul 13 19:19:57 2009 (4A5BC11D)
    fffff880`0463d000 fffff880`0465f000   drmk     drmk.sys     Mon Jul 13 21:01:25 2009 (4A5BD8E5)
    fffff880`046ae000 fffff880`046c1000   dump_dumpfve dump_dumpfve.sys Mon Jul 13 19:21:51 2009 (4A5BC18F)
    fffff880`040dc000 fffff880`042e4000   dump_iaStor dump_iaStor.sys Fri Oct 02 15:58:50 2009 (4AC65B7A)
    fffff880`079f3000 fffff880`079ff000   Dxapi    Dxapi.sys    Mon Jul 13 19:38:28 2009 (4A5BC574)
    fffff880`0447b000 fffff880`0456f000   dxgkrnl  dxgkrnl.sys  Thu Oct 01 21:00:14 2009 (4AC5509E)
    fffff880`0456f000 fffff880`045b5000   dxgmms1  dxgmms1.sys  Mon Jul 13 19:38:32 2009 (4A5BC578)
    fffff880`01303000 fffff880`01317000   fileinfo fileinfo.sys Mon Jul 13 19:34:25 2009 (4A5BC481)
    fffff880`012b7000 fffff880`01303000   fltmgr   fltmgr.sys   Mon Jul 13 19:19:59 2009 (4A5BC11F)
    fffff880`0142b000 fffff880`01435000   Fs_Rec   Fs_Rec.sys   Mon Jul 13 19:19:45 2009 (4A5BC111)
    fffff880`01b66000 fffff880`01ba0000   fvevol   fvevol.sys   Fri Sep 25 22:34:26 2009 (4ABD7DB2)
    fffff880`02fa7000 fffff880`02faf000   FwLnk    FwLnk.sys    Mon Jul 06 20:51:41 2009 (4A529C1D)
    fffff880`0162b000 fffff880`01675000   fwpkclnt fwpkclnt.sys Mon Jul 13 19:21:08 2009 (4A5BC164)
    fffff880`05800000 fffff880`0580d000   GEARAspiWDM GEARAspiWDM.sys Mon May 18 08:17:04 2009 (4A1151C0)
    fffff800`033e5000 fffff800`0342e000   hal      hal.dll      Mon Jul 13 21:27:36 2009 (4A5BDF08)
    fffff880`04456000 fffff880`0447a000   HDAudBus HDAudBus.sys Mon Jul 13 20:06:13 2009 (4A5BCBF5)
    fffff880`045b5000 fffff880`045c6000   HECIx64  HECIx64.sys  Thu Sep 17 15:54:16 2009 (4AB293E8)
    fffff880`028f2000 fffff880`029ba000   HTTP     HTTP.sys     Mon Jul 13 19:22:16 2009 (4A5BC1A8)
    fffff880`01b5d000 fffff880`01b66000   hwpolicy hwpolicy.sys Mon Jul 13 19:19:22 2009 (4A5BC0FA)
    fffff880`05836000 fffff880`05854000   i8042prt i8042prt.sys Mon Jul 13 19:19:57 2009 (4A5BC11D)
    fffff880`01066000 fffff880`0126e000   iaStor   iaStor.sys   Fri Oct 02 15:58:50 2009 (4AC65B7A)
    fffff880`04a35000 fffff880`051df6c0   igdkmd64 igdkmd64.sys Fri Dec 18 14:38:51 2009 (4B2BDA4B)
    fffff880`04a00000 fffff880`04a25180   Impcd    Impcd.sys    Mon Oct 26 16:39:41 2009 (4AE6090D)
    fffff880`0465f000 fffff880`046a0000   IntcDAud IntcDAud.sys Fri Nov 27 08:15:13 2009 (4B0FD0E1)
    fffff880`0580d000 fffff880`05823000   intelppm intelppm.sys Mon Jul 13 19:19:25 2009 (4A5BC0FD)
    fffff880`05fce000 fffff880`05fdd000   kbdclass kbdclass.sys Mon Jul 13 19:19:50 2009 (4A5BC116)
    fffff800`00baf000 fffff800`00bb9000   kdcom    kdcom.dll    Mon Jul 13 21:31:07 2009 (4A5BDFDB)
    fffff880`046f1000 fffff880`04734000   ks       ks.sys       Mon Jul 13 20:00:31 2009 (4A5BCA9F)
    fffff880`01400000 fffff880`0141a000   ksecdd   ksecdd.sys   Mon Jul 13 19:20:54 2009 (4A5BC156)
    fffff880`01600000 fffff880`0162b000   ksecpkg  ksecpkg.sys  Fri Dec 11 01:03:32 2009 (4B21E0B4)
    fffff880`079ed000 fffff880`079f2200   ksthunk  ksthunk.sys  Mon Jul 13 20:00:19 2009 (4A5BCA93)
    fffff880`045d7000 fffff880`045ec000   L1C62x64 L1C62x64.sys Fri Nov 27 02:47:56 2009 (4B0F842C)
    fffff880`0285f000 fffff880`02874000   lltdio   lltdio.sys   Mon Jul 13 20:08:50 2009 (4A5BCC92)
    fffff880`02ea9000 fffff880`02ecc000   luafv    luafv.sys    Mon Jul 13 19:26:13 2009 (4A5BC295)
    fffff880`00cbe000 fffff880`00d02000   mcupdate_GenuineIntel mcupdate_GenuineIntel.dll Mon Jul 13 21:29:10 2009 (4A5BDF66)
    fffff880`046de000 fffff880`046ec000   monitor  monitor.sys  Mon Jul 13 19:38:52 2009 (4A5BC58C)
    fffff880`05fdf000 fffff880`05fee000   mouclass mouclass.sys Mon Jul 13 19:19:50 2009 (4A5BC116)
    fffff880`00c5c000 fffff880`00c76000   mountmgr mountmgr.sys Mon Jul 13 19:19:54 2009 (4A5BC11A)
    fffff880`04327000 fffff880`04354000   MpFilter MpFilter.sys Sat Mar 20 01:58:08 2010 (4BA463F0)
    fffff880`08783000 fffff880`08793000   MpNWMon  MpNWMon.sys  Sat Mar 20 01:58:00 2010 (4BA463E8)
    fffff880`029d8000 fffff880`029f0000   mpsdrv   mpsdrv.sys   Mon Jul 13 20:08:25 2009 (4A5BCC79)
    fffff880`02800000 fffff880`0282d000   mrxsmb   mrxsmb.sys   Sat Feb 27 02:52:19 2010 (4B88CF33)
    fffff880`03ada000 fffff880`03b28000   mrxsmb10 mrxsmb10.sys Sat Feb 27 02:52:28 2010 (4B88CF3C)
    fffff880`03b28000 fffff880`03b4b000   mrxsmb20 mrxsmb20.sys Sat Feb 27 02:52:26 2010 (4B88CF3A)
    fffff880`012a1000 fffff880`012ac000   msahci   msahci.sys   Mon Jul 13 20:01:01 2009 (4A5BCABD)
    fffff880`043c2000 fffff880`043cd000   Msfs     Msfs.SYS     Mon Jul 13 19:19:47 2009 (4A5BC113)
    fffff880`00fee000 fffff880`00ff8000   msisadrv msisadrv.sys Mon Jul 13 19:19:26 2009 (4A5BC0FE)
    fffff880`01323000 fffff880`01381000   msrpc    msrpc.sys    Mon Jul 13 19:21:32 2009 (4A5BC17C)
    fffff880`02f31000 fffff880`02f3c000   mssmbios mssmbios.sys Mon Jul 13 19:31:10 2009 (4A5BC3BE)
    fffff880`01b4b000 fffff880`01b5d000   mup      mup.sys      Mon Jul 13 19:23:45 2009 (4A5BC201)
    fffff880`01699000 fffff880`0178b000   ndis     ndis.sys     Mon Jul 13 19:21:40 2009 (4A5BC184)
    fffff880`05823000 fffff880`0582f000   ndistapi ndistapi.sys Mon Jul 13 20:10:00 2009 (4A5BCCD8)
    fffff880`028c7000 fffff880`028da000   ndisuio  ndisuio.sys  Mon Jul 13 20:09:25 2009 (4A5BCCB5)
    fffff880`02e24000 fffff880`02e53000   ndiswan  ndiswan.sys  Mon Jul 13 20:10:11 2009 (4A5BCCE3)
    fffff880`047b0000 fffff880`047c5000   NDProxy  NDProxy.SYS  Mon Jul 13 20:10:05 2009 (4A5BCCDD)
    fffff880`01a3c000 fffff880`01a4b000   netbios  netbios.sys  Mon Jul 13 20:09:26 2009 (4A5BCCB6)
    fffff880`0400d000 fffff880`04052000   netbt    netbt.sys    Mon Jul 13 19:21:28 2009 (4A5BC178)
    fffff880`0178b000 fffff880`017eb000   NETIO    NETIO.SYS    Mon Jul 13 19:21:46 2009 (4A5BC18A)
    fffff880`0585e000 fffff880`05fc0000   NETw5s64 NETw5s64.sys Mon May 31 15:05:02 2010 (4C04085E)
    fffff880`043cd000 fffff880`043de000   Npfs     Npfs.SYS     Mon Jul 13 19:19:48 2009 (4A5BC114)
    fffff880`02f25000 fffff880`02f31000   nsiproxy nsiproxy.sys Mon Jul 13 19:21:02 2009 (4A5BC15E)
    fffff800`02e09000 fffff800`033e5000   nt       ntkrnlmp.exe Sat Feb 27 02:55:23 2010 (4B88CFEB)
    fffff880`01447000 fffff880`015ea000   Ntfs     Ntfs.sys     Mon Jul 13 19:20:47 2009 (4A5BC14F)
    fffff880`04354000 fffff880`0435d000   Null     Null.SYS     Mon Jul 13 19:19:37 2009 (4A5BC109)
    fffff880`02874000 fffff880`028c7000   nwifi    nwifi.sys    Mon Jul 13 20:07:23 2009 (4A5BCC3B)
    fffff880`01a00000 fffff880`01a26000   pacer    pacer.sys    Mon Jul 13 20:09:41 2009 (4A5BCCC5)
    fffff880`00da7000 fffff880`00dbc000   partmgr  partmgr.sys  Mon Jul 13 19:19:58 2009 (4A5BC11E)
    fffff880`00d74000 fffff880`00da7000   pci      pci.sys      Mon Jul 13 19:19:51 2009 (4A5BC117)
    fffff880`00ff8000 fffff880`00fff000   pciide   pciide.sys   Mon Jul 13 19:19:49 2009 (4A5BC115)
    fffff880`00c76000 fffff880`00c86000   PCIIDEX  PCIIDEX.SYS  Mon Jul 13 19:19:48 2009 (4A5BC114)
    fffff880`0141a000 fffff880`0142b000   pcw      pcw.sys      Mon Jul 13 19:19:27 2009 (4A5BC0FF)
    fffff880`03b4b000 fffff880`03bf1000   peauth   peauth.sys   Mon Jul 13 21:01:19 2009 (4A5BD8DF)
    fffff880`047f3000 fffff880`047f9e80   pgeffect pgeffect.sys Mon Jun 22 05:00:11 2009 (4A3F481B)
    fffff880`04600000 fffff880`0463d000   portcls  portcls.sys  Mon Jul 13 20:06:27 2009 (4A5BCC03)
    fffff880`00d02000 fffff880`00d16000   PSHED    PSHED.dll    Mon Jul 13 21:32:23 2009 (4A5BE027)
    fffff880`01317000 fffff880`01322e00   PxHlpa64 PxHlpa64.sys Tue Jun 23 19:16:35 2009 (4A416253)
    fffff880`02e00000 fffff880`02e24000   rasl2tp  rasl2tp.sys  Mon Jul 13 20:10:11 2009 (4A5BCCE3)
    fffff880`02e53000 fffff880`02e6e000   raspppoe raspppoe.sys Mon Jul 13 20:10:17 2009 (4A5BCCE9)
    fffff880`02e6e000 fffff880`02e8f000   raspptp  raspptp.sys  Mon Jul 13 20:10:18 2009 (4A5BCCEA)
    fffff880`02e8f000 fffff880`02ea9000   rassstp  rassstp.sys  Mon Jul 13 20:10:25 2009 (4A5BCCF1)
    fffff880`02ed4000 fffff880`02f25000   rdbss    rdbss.sys    Mon Jul 13 19:24:09 2009 (4A5BC219)
    fffff880`043a7000 fffff880`043b0000   RDPCDD   RDPCDD.sys   Mon Jul 13 20:16:34 2009 (4A5BCE62)
    fffff880`043b0000 fffff880`043b9000   rdpencdd rdpencdd.sys Mon Jul 13 20:16:34 2009 (4A5BCE62)
    fffff880`043b9000 fffff880`043c2000   rdprefmp rdprefmp.sys Mon Jul 13 20:16:35 2009 (4A5BCE63)
    fffff880`01b11000 fffff880`01b4b000   rdyboost rdyboost.sys Mon Jul 13 19:34:34 2009 (4A5BC48A)
    fffff880`028da000 fffff880`028f2000   rspndr   rspndr.sys   Mon Jul 13 20:08:50 2009 (4A5BCC92)
    fffff880`07800000 fffff880`079ec180   RTKVHD64 RTKVHD64.sys Mon Nov 02 05:44:45 2009 (4AEEB81D)
    fffff880`03bf1000 fffff880`03bfc000   secdrv   secdrv.SYS   Wed Sep 13 09:18:38 2006 (4508052E)
    fffff880`01b09000 fffff880`01b11000   spldr    spldr.sys    Mon May 11 12:56:27 2009 (4A0858BB)
    fffff880`0867a000 fffff880`08712000   srv      srv.sys      Tue Dec 08 03:32:55 2009 (4B1E0F37)
    fffff880`03a3f000 fffff880`03aa8000   srv2     srv2.sys     Mon Jul 13 19:25:02 2009 (4A5BC24E)
    fffff880`03a00000 fffff880`03a2d000   srvnet   srvnet.sys   Tue Dec 08 03:32:26 2009 (4B1E0F1A)
    fffff880`0582f000 fffff880`05830480   swenum   swenum.sys   Mon Jul 13 20:00:18 2009 (4A5BCA92)
    fffff880`02faf000 fffff880`03000000   SynTP    SynTP.sys    Thu Oct 15 22:28:35 2009 (4AD7DA53)
    fffff880`01802000 fffff880`019ff000   tcpip    tcpip.sys    Mon Jul 13 19:25:34 2009 (4A5BC26E)
    fffff880`03a2d000 fffff880`03a3f000   tcpipreg tcpipreg.sys Mon Jul 13 20:09:49 2009 (4A5BCCCD)
    fffff880`05fee000 fffff880`05ff8000   tdcmdpst tdcmdpst.sys Thu Jul 30 04:39:35 2009 (4A715C47)
    fffff880`04000000 fffff880`0400d000   TDI      TDI.SYS      Mon Jul 13 19:21:18 2009 (4A5BC16E)
    fffff880`043de000 fffff880`043fc000   tdx      tdx.sys      Mon Jul 13 19:21:15 2009 (4A5BC16B)
    fffff880`01a66000 fffff880`01a7a000   termdd   termdd.sys   Mon Jul 13 20:16:36 2009 (4A5BCE64)
    fffff880`01afd000 fffff880`01b09000   thpdrv   thpdrv.sys   Sun Jun 28 22:02:56 2009 (4A4820D0)
    fffff880`01afb000 fffff880`01afcf80   Thpevm   Thpevm.SYS   Mon Jun 29 04:15:37 2009 (4A487829)
    fffff880`01a81000 fffff880`01afb000   tos_sps64 tos_sps64.sys Wed Jun 24 01:31:09 2009 (4A41BA1D)
    fffff960`005d0000 fffff960`005da000   TSDDD    TSDDD.dll    unavailable (00000000)
    fffff880`02f7a000 fffff880`02fa0000   tunnel   tunnel.sys   Mon Jul 13 20:09:37 2009 (4A5BCCC1)
    fffff880`0167d000 fffff880`01681e00   TVALZ_O  TVALZ_O.SYS  Mon Jul 13 22:19:26 2009 (4A5BEB2E)
    fffff880`02fa0000 fffff880`02fa7000   TVALZFL  TVALZFL.sys  Fri Jun 19 06:05:44 2009 (4A3B62F8)
    fffff880`04734000 fffff880`04746000   umbus    umbus.sys    Mon Jul 13 20:06:56 2009 (4A5BCC20)
    fffff880`046c1000 fffff880`046de000   usbccgp  usbccgp.sys  Mon Jul 13 20:06:45 2009 (4A5BCC15)
    fffff880`05fdd000 fffff880`05fdef00   USBD     USBD.SYS     Mon Jul 13 20:06:23 2009 (4A5BCBFF)
    fffff880`045c6000 fffff880`045d7000   usbehci  usbehci.sys  Mon Jul 13 20:06:30 2009 (4A5BCC06)
    fffff880`04756000 fffff880`047b0000   usbhub   usbhub.sys   Mon Jul 13 20:07:09 2009 (4A5BCC2D)
    fffff880`04400000 fffff880`04456000   USBPORT  USBPORT.SYS  Mon Jul 13 20:06:31 2009 (4A5BCC07)
    fffff880`047c5000 fffff880`047f2100   usbvideo usbvideo.sys Mon Jul 13 20:07:00 2009 (4A5BCC24)
    fffff880`00eb3000 fffff880`00ec0000   vdrvroot vdrvroot.sys Mon Jul 13 20:01:31 2009 (4A5BCADB)
    fffff880`04364000 fffff880`04372000   vga      vga.sys      Mon Jul 13 19:38:47 2009 (4A5BC587)
    fffff880`04372000 fffff880`04397000   VIDEOPRT VIDEOPRT.SYS Mon Jul 13 19:38:51 2009 (4A5BC58B)
    fffff880`00dc8000 fffff880`00ddd000   volmgr   volmgr.sys   Mon Jul 13 19:19:57 2009 (4A5BC11D)
    fffff880`00c00000 fffff880`00c5c000   volmgrx  volmgrx.sys  Mon Jul 13 19:20:33 2009 (4A5BC141)
    fffff880`01000000 fffff880`0104c000   volsnap  volsnap.sys  Mon Jul 13 19:20:08 2009 (4A5BC128)
    fffff880`087aa000 fffff880`087b7000   vwifibus vwifibus.sys Mon Jul 13 20:07:21 2009 (4A5BCC39)
    fffff880`01a26000 fffff880`01a3c000   vwififlt vwififlt.sys Mon Jul 13 20:07:22 2009 (4A5BCC3A)
    fffff880`087b7000 fffff880`087c1000   vwifimp  vwifimp.sys  Mon Jul 13 20:07:28 2009 (4A5BCC40)
    fffff880`01a4b000 fffff880`01a66000   wanarp   wanarp.sys   Mon Jul 13 20:10:21 2009 (4A5BCCED)
    fffff880`04397000 fffff880`043a7000   watchdog watchdog.sys Mon Jul 13 19:37:35 2009 (4A5BC53F)
    fffff880`01675000 fffff880`0167d000   wd       wd.sys       Mon Jul 13 19:19:55 2009 (4A5BC11B)
    fffff880`00e00000 fffff880`00ea4000   Wdf01000 Wdf01000.sys Mon Jul 13 19:22:07 2009 (4A5BC19F)
    fffff880`00ea4000 fffff880`00eb3000   WDFLDR   WDFLDR.SYS   Mon Jul 13 19:19:54 2009 (4A5BC11A)
    fffff880`04746000 fffff880`04756000   WDKMD    WDKMD.sys    Fri Jun 04 07:50:51 2010 (4C08E89B)
    fffff880`01bf4000 fffff880`01bfd000   wfplwf   wfplwf.sys   Mon Jul 13 20:09:26 2009 (4A5BCCB6)
    fffff960`00070000 fffff960`0037f000   win32k   win32k.sys   Sat May 01 11:06:30 2010 (4BDC4376)
    fffff880`00fe5000 fffff880`00fee000   WMILIB   WMILIB.SYS   Mon Jul 13 19:19:51 2009 (4A5BC117)
    fffff880`00c86000 fffff880`00ca7000   WudfPf   WudfPf.sys   Mon Jul 13 20:05:37 2009 (4A5BCBD1)
    fffff880`0282e000 fffff880`0285f000   WUDFRd   WUDFRd.sys   Mon Jul 13 20:06:06 2009 (4A5BCBEE)
    
    Unloaded modules:
    fffff880`087c1000 fffff880`087c9000   cpudrv64.sys
        Timestamp: unavailable (00000000)
        Checksum:  00000000
    fffff880`08793000 fffff880`087a0000   vwifibus.sys
        Timestamp: unavailable (00000000)
        Checksum:  00000000
    fffff880`0585e000 fffff880`05fc0000   NETw5s64.sys
        Timestamp: unavailable (00000000)
        Checksum:  00000000
    fffff880`087a0000 fffff880`087aa000   vwifimp.sys
        Timestamp: unavailable (00000000)
        Checksum:  00000000
    fffff880`05fc1000 fffff880`05fce000   vwifibus.sys
        Timestamp: unavailable (00000000)
        Checksum:  00000000
    fffff880`05862000 fffff880`05fc1000   NETw5s64.sys
        Timestamp: unavailable (00000000)
        Checksum:  00000000
    fffff880`03aa8000 fffff880`03ab2000   vwifimp.sys
        Timestamp: unavailable (00000000)
        Checksum:  00000000
    fffff880`08712000 fffff880`08783000   spsys.sys
        Timestamp: unavailable (00000000)
        Checksum:  00000000
    fffff880`01be6000 fffff880`01bf4000   crashdmp.sys
        Timestamp: unavailable (00000000)
        Checksum:  00000000
    fffff880`040e2000 fffff880`042ea000   dump_iaStor.
        Timestamp: unavailable (00000000)
        Checksum:  00000000
    fffff880`042ea000 fffff880`042fd000   dump_dumpfve
        Timestamp: unavailable (00000000)
        Checksum:  00000000
    fffff880`05fce000 fffff880`05fd8000   acpials.sys
        Timestamp: unavailable (00000000)
        Checksum:  00000000
    fffff880`05800000 fffff880`05831000   WUDFRd.sys
        Timestamp: unavailable (00000000)
        Checksum:  00000000
      My Computer


 
Page 1 of 3 123 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 21:08.
Find Us