I put two 1-gig sticks (from my ex-Dell Latitude D820), and ran MemTest for around 2 passes, all good
And there were no errors at all.
I booted into Win7 and ran DriverAgent (just to check), and I received a blue screen shortly after.
BSOD hit me not long after running DriverAgent. ALSO, the lappy still seems oddly sluggish.
Maybe the old glitchy memory corrupted my install?
Here is the dump log from WinDbg.
That doesn't look like corrupted memory to me

(hopefully)
Should I load up Win7 again? Or just run sfc /scannow ?
Thanks to all, for the help and advice so far.
Also, I turned verifier off. Now there is no more sluggishness.
http://www.mediafire...k8zmmip6rin52r0Microsoft ® Windows Debugger Version 6.12.0002.633 AMD64
Copyright © Microsoft Corporation. All rights reserved.
Loading Dump File [C:\Users\Rueal Connell\Desktop\Minidump\012511-25443-01.dmp]
Mini Kernel Dump File: Only registers and stack trace are available
Symbol search path is: SRV*your local folder for symbols*http://msdl.microsoft.com/download/symbols
Executable search path is:
Windows 7 Kernel Version 7600 MP (2 procs) Free x64
Product: WinNt, suite: TerminalServer SingleUserTS
Built by: 7600.16617.amd64fre.win7_gdr.100618-1621
Machine Name:
Kernel base = 0xfffff800`02a19000 PsLoadedModuleList = 0xfffff800`02c56e50
Debug session time: Tue Jan 25 22:00:00.837 2011 (UTC - 5:00)
System Uptime: 0 days 0:14:03.772
Loading Kernel Symbols
...............................................................
................................................................
...........................
Loading User Symbols
Loading unloaded module list
.......
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
Use !analyze -v to get detailed debugging information.
BugCheck C4, {f6, 26c, fffffa80030b8620, fffff88003815512}
Unable to load image \??\C:\Windows\SysWOW64\Drivers\DrvAgent64.SYS, Win32 error 0n2
*** WARNING: Unable to verify timestamp for DrvAgent64.SYS
*** ERROR: Module load completed but symbols could not be loaded for DrvAgent64.SYS
Probably caused by : DrvAgent64.SYS ( DrvAgent64+2512 )
Followup: MachineOwner
---------
0: kd> !analyze -v
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
DRIVER_VERIFIER_DETECTED_VIOLATION (c4)
A device driver attempting to corrupt the system has been caught. This is
because the driver was specified in the registry as being suspect (by the
administrator) and the kernel has enabled substantial checking of this driver.
If the driver attempts to corrupt the system, bugchecks 0xC4, 0xC1 and 0xA will
be among the most commonly seen crashes.
Arguments:
Arg1: 00000000000000f6, Referencing user handle as KernelMode.
Arg2: 000000000000026c, Handle value being referenced.
Arg3: fffffa80030b8620, Address of the current process.
Arg4: fffff88003815512, Address inside the driver that is performing the incorrect reference.
Debugging Details:
------------------
BUGCHECK_STR: 0xc4_f6
CUSTOMER_CRASH_COUNT: 1
DEFAULT_BUCKET_ID: VERIFIER_ENABLED_VISTA_MINIDUMP
PROCESS_NAME: driveragent.ex
CURRENT_IRQL: 0
LAST_CONTROL_TRANSFER: from fffff80002f133dc to fffff80002a89740
STACK_TEXT:
fffff880`0208f538 fffff800`02f133dc : 00000000`000000c4 00000000`000000f6 00000000`0000026c fffffa80`030b8620 : nt!KeBugCheckEx
fffff880`0208f540 fffff800`02f28ae4 : 00000000`0000026c fffffa80`030b8620 00000000`00000002 00000000`00000000 : nt!VerifierBugCheckIfAppropriate+0x3c
fffff880`0208f580 fffff800`02ce4b40 : fffff880`0208f6c0 fffff880`0208f7b0 00000000`00000000 fffff980`44554f00 : nt!VfCheckUserHandle+0x1b4
fffff880`0208f660 fffff800`02d605f5 : 00000000`00000000 00000000`000f001f 00000000`00000000 fffff800`02a29900 : nt! ?? ::NNGAKEGL::`string'+0x20e2e
fffff880`0208f730 fffff800`02f28878 : fffff980`44554fe0 00000000`00000000 fffff880`0208f8d8 fffff800`02a84f30 : nt!ObReferenceObjectByHandle+0x25
fffff880`0208f780 fffff880`03815512 : 00000000`000f0000 00000000`00000000 fffff980`44554fe0 fffff880`02090000 : nt!VerifierObReferenceObjectByHandle+0x48
fffff880`0208f7d0 00000000`000f0000 : 00000000`00000000 fffff980`44554fe0 fffff880`02090000 fffff880`0208f840 : DrvAgent64+0x2512
fffff880`0208f7d8 00000000`00000000 : fffff980`44554fe0 fffff880`02090000 fffff880`0208f840 00000000`00000000 : 0xf0000
STACK_COMMAND: kb
FOLLOWUP_IP:
DrvAgent64+2512
fffff880`03815512 85c0 test eax,eax
SYMBOL_STACK_INDEX: 6
SYMBOL_NAME: DrvAgent64+2512
FOLLOWUP_NAME: MachineOwner
MODULE_NAME: DrvAgent64
IMAGE_NAME: DrvAgent64.SYS
DEBUG_FLR_IMAGE_TIMESTAMP: 4b26121e
FAILURE_BUCKET_ID: X64_0xc4_f6_VRF_DrvAgent64+2512
BUCKET_ID: X64_0xc4_f6_VRF_DrvAgent64+2512
Followup: MachineOwner
---------
Edited by TheRagnarok, 25 January 2011 - 09:35 PM.