Well, it depends, is your phone plugged in?
Code:
BugCheck [COLOR="Red"]F4[/COLOR], {[COLOR="Blue"]3[/COLOR], fffffa800eaad120, fffffa800eaad400, fffff80002b94270}
Probably caused by : [COLOR="Green"]csrss.exe[/COLOR]
This bugcheck indicates that a critical process has been terminated or exited. The first parameter which I have marked in blue indicates a process has terminated, the process is marked in green.
csrss.exe is the Windows Subsystem that provides callable routines to the other subsystems to perform things like Display I/Os where needed etc.
It's very difficult to track down the cause of this, sometimes, not always it can be caused by memory leakages causing the memory resource pools to run dry.
Lets take a look.
Code:
NonPagedPool Usage: [COLOR="Purple"]15192[/COLOR] ( 60768 Kb)
NonPagedPool Max: [COLOR="Red"]3116636[/COLOR] ( 12466544 Kb)
Nope, everything looks fine here.
It may well be another faulty HDD but given that you've already replaced it, it would look more like a faulty motherboard.
That being said, with nothing appearing for 2 weeks I have my doubts.
Can you upload all new files using the DM Log Collector.
Strangely enough, I had one last idea by dumping the raw stack, I found your Nvidia driver being blamed...
Code:
*** ERROR: Symbol file could not be found. Defaulted to export symbols for nvlddmkm.sys -
[COLOR="Red"]nvlddmkm+0xd7599[/COLOR]
Lets take a look at the timestamp.
Code:
3: kd> [COLOR="Green"]lmvm nvlddmkm[/COLOR]
start end module name
fffff880`0f055000 fffff880`0fcb9000 nvlddmkm (export symbols) nvlddmkm.sys
Loaded symbol image file: nvlddmkm.sys
Image path: \SystemRoot\system32\DRIVERS\nvlddmkm.sys
Image name: nvlddmkm.sys
Timestamp: [COLOR="red"]Tue May 20 00:08:44 2014[/COLOR] (537A8EFC)
CheckSum: 00C1EA41
ImageSize: 00C64000
Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4
These latest versions have caused quite a few issues.
I recommend rolling back to an earlier version (Late last year).
These instructions are useful.
http://www.sevenforums.com/tutorials/327414-nvidia-drivers-avoid-problems.html?filter
Run a Disk Check to scan for errors
Note
Afterwards go into an Elevated Command Prompt (Run as administrator) and type in sfc /scannow
If it finds errors reboot and run the scan two more times
Run SeaTools to see if your HDD or SSD is failing
Post back the results.