WinDBG info on your BSOD:
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: fffffa6010b65610, memory referenced.
Arg2: 0000000000000008, value 0 = read operation, 1 = write operation.
Arg3: fffffa6010b65610, If non-zero, the instruction address which referenced the bad memory
address.
Arg4: 0000000000000002, (reserved)
Debugging Details:
WRITE_ADDRESS: fffffa6010b65610
FAULTING_IP:
+6630376636623862
fffffa60`10b65610 ?? ???
MM_INTERNAL_CODE: 2
DEFAULT_BUCKET_ID: VISTA_DRIVER_FAULT
BUGCHECK_STR: 0x50
PROCESS_NAME: System
CURRENT_IRQL: 0
TRAP_FRAME: fffffa600237ea70 – (.trap 0xfffffa600237ea70)
NOTE: The trap frame does not contain all registers.
Some register values may be zeroed or incorrect.
rax=0000000000000000 rbx=0000000000000000 rcx=fffffa6000f4c780
rdx=fffffa6000f4c000 rsi=0000000000000000 rdi=0000000000000000
rip=fffffa6010b65610 rsp=fffffa600237ec08 rbp=fffffa6000f4c790
r8=0000000000000001 r9=0000000000000000 r10=0000000000000006
r11=fffffa600237ec88 r12=0000000000000000 r13=0000000000000000
r14=0000000000000000 r15=0000000000000000
iopl=0 nv up ei ng nz na po nc
fffffa60`10b65610 ?? ???
Resetting default scope
LAST_CONTROL_TRANSFER: from fffff800076caa8a to fffff8000766a490
STACK_TEXT:
fffffa600237e988 fffff800
076caa8a : 0000000000000050 fffffa60
10b65610 0000000000000008 fffffa60
0237ea70 : nt!KeBugCheckEx
fffffa600237e990 fffff800
07669019 : 0000000000000008 00000000
00000000 ffffffdffcd4d800 fffffa60
00f4c6c0 : nt! ?? ::FNODOBFM::string'+0x2c465 fffffa60
0237ea70 fffffa6010b65610 : fffffa60
00b65545 fffffa80051d0138 fffffa60
0211e7f0 fffffa80051d0040 : nt!KiPageFault+0x119 fffffa60
0237ec08 fffffa6000b65545 : fffffa80
051d0138 fffffa600211e7f0 fffffa80
051d0040 fffff800077a18f8 : 0xfffffa60
10b65610
fffffa600237ec10 fffffa60
00b65c2e : 0000000000000000 00000000
00000000 fffffa6000f4c6c0 00000000
20206f49 : NETIO!WfpTimerWheelTimeoutHandler+0x175
fffffa600237ec90 fffff800
078cb203 : fffffa80063c24f0 fffff800
0779f520 0000000000000001 fffffa80
051d0040 : NETIO!WfpSysTimerNdisPassiveCallback+0x2e
fffffa600237ecc0 fffff800
076718c3 : fffff800079f0d70 fffff800
077a1801 fffffa80051d0000 00000000
00000000 : nt!IopProcessWorkItem+0x27
fffffa600237ecf0 fffff800
07874f77 : fffffa8006ba3c30 e80a7459
c085ffff fffffa80051d0040 00000000
00000080 : nt!ExpWorkerThread+0xfb
fffffa600237ed50 fffff800
076a7636 : fffffa600211e180 fffffa80
051d0040 fffffa6002127d40 fffffa80
051d3ca8 : nt!PspSystemThreadStartup+0x57
fffffa600237ed80 00000000
00000000 : 0000000000000000 00000000
00000000 0000000000000000 00000000
00000000 : nt!KiStartSystemThread+0x16
STACK_COMMAND: kb
FOLLOWUP_IP:
NETIO!WfpTimerWheelTimeoutHandler+175
fffffa60`00b65545 f0838668060000ff lock add dword ptr [rsi+668h],0FFFFFFFFh
SYMBOL_STACK_INDEX: 4
SYMBOL_NAME: NETIO!WfpTimerWheelTimeoutHandler+175
FOLLOWUP_NAME: MachineOwner
MODULE_NAME: NETIO
IMAGE_NAME: NETIO.SYS
DEBUG_FLR_IMAGE_TIMESTAMP: 49e02e06
FAILURE_BUCKET_ID: X64_0x50_NETIO!WfpTimerWheelTimeoutHandler+175
BUCKET_ID: X64_0x50_NETIO!WfpTimerWheelTimeoutHandler+175
Followup: MachineOwner
The debug points to your NETIO.sys which are network drivers…
Have you upgraded or installed a 3rd party driver for your network adapter, or has any s/w changed the network drivers?
Or, do you have any other s/w which is “managing” your network adapters?
First thing I’d do is find out what network adapter I had and update the drivers.
I’d uninstall Kaspersky as well, though not related.