There are two thing that I want to say from the minidump check
First, I would recommend you to remove kapersky antivirus just for testing, because it appear as process during BSODs occur.
One of the minidump check indicate memory corruption, if uninstalling kapersky doens't work, I would suggest to download third party called memtest86, burn it to cd and let it run for at least 7 passes
Here is the bugcheck
Code:
BugCheck 50, {ffffd80003250b00, 0, fffff800030c7d97, 7}
Could not read faulting driver name
Probably caused by : ntkrnlmp.exe ( nt!PspReturnQuota+47 )
Followup: MachineOwner
---------
2: kd> !analyze -v
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
PAGE_FAULT_IN_NONPAGED_AREA (50)
Invalid system memory was referenced. This cannot be protected by try-except,
it must be protected by a Probe. Typically the address is just plain bad or it
is pointing at freed memory.
Arguments:
Arg1: ffffd80003250b00, memory referenced.
Arg2: 0000000000000000, value 0 = read operation, 1 = write operation.
Arg3: fffff800030c7d97, If non-zero, the instruction address which referenced the bad memory
address.
Arg4: 0000000000000007, (reserved)
Debugging Details:
------------------
Could not read faulting driver name
READ_ADDRESS: GetPointerFromAddress: unable to read from fffff800032fa0e0
ffffd80003250b00
FAULTING_IP:
nt!PspReturnQuota+47
fffff800`030c7d97 488b5d00 mov rbx,qword ptr [rbp]
MM_INTERNAL_CODE: 7
CUSTOMER_CRASH_COUNT: 1
DEFAULT_BUCKET_ID: VISTA_DRIVER_FAULT
BUGCHECK_STR: 0x50
PROCESS_NAME: avp.exe
BugCheck 50, {ffffda8006c17738, 0, fffff800031c1cbf, 7}
Could not read faulting driver name
Probably caused by : memory_corruption ( nt!MiLogPageAccess+10f )
Followup: MachineOwner
--------- Let us know if you need help
T