lpzdlo1228, I've looked at some of your dump files and each one seems to give me a different reason for the crash. That is not really normal.
Code:
lmvm bflwfx64
start end module name
fffff880`03ead000 fffff880`04000000 bflwfx64 T (no symbols)
Loaded symbol image file: bflwfx64.sys
Image path: \SystemRoot\system32\DRIVERS\bflwfx64.sys
Image name: bflwfx64.sys
Timestamp: Wed [COLOR=red]Feb 13 11:04:08 2013[/COLOR] (511BC788)
CheckSum: 0001B330
ImageSize: 00153000
Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4
That is your Bigfoot Networks Bandwidth Control Wireless NDIS Light Weight Filter driver. There is no way I have found to update that driver. The bigfoot web site is not in service, so it seems they have either gone out of business or someone else has taken them over, which I can't find yet. Or if it is a part of your Motherboard, your motherboard web site may have an updated driver.
Code:
lmvm tap0901
start end module name
fffff880`11200000 fffff880`1120d000 tap0901 T (no symbols)
Loaded symbol image file: tap0901.sys
Image path: \SystemRoot\system32\DRIVERS\tap0901.sys
Image name: tap0901.sys
Timestamp: [COLOR=red]Thu Nov 24 12:50:27 2011[/COLOR] (4ECE91F3)
CheckSum: 000154D4
ImageSize: 0000D000
Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4
That could be several things but I think most likely it is a P2P VPN UTorrent application
Code:
lmvm avgtdia
start end module name
fffff880`04294000 fffff880`042d9000 avgtdia T (no symbols)
Loaded symbol image file: avgtdia.sys
Image path: \SystemRoot\system32\DRIVERS\avgtdia.sys
Image name: avgtdia.sys
Timestamp: Tue Jun 17 09:06:51 2014 (53A04B7B)
CheckSum: 000462A1
ImageSize: 00045000
Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4
That is AVG TDI driver
lmvm atikmpag
start end module name
fffff880`04d4f000 fffff880`04df2000 atikmpag T (no symbols)
Loaded symbol image file: atikmpag.sys
Image path: \SystemRoot\system32\DRIVERS\atikmpag.sys
Image name: atikmpag.sys
Timestamp: Thu Apr 17 20:07:07 2014 (53507ABB)
CheckSum: 000A6939
ImageSize: 000A3000
Translations: 0000.04b0 0000.04e4 0409.04b0 0409.04e4
Your graphics driver. Download the latest WHQL driver from
http://www.sevenforums.com/graphic-cards/329659-latest-amd-catalyst-video-driver-windows-7-a.html or if it is the same, redownload it. Uninstall the current driver then follow these instructions onlt selecting ATI Display Drivers
http://www.sevenforums.com/tutorials/83814-drivers-clean-left-over-files-after-uninstalling.html the install the new drivers, selecting custom install and only install the components you normally use. Nothing is required other than the display driver. CCC is not required as the audio/HDMI drivers are not required as your motherboard has those drivers and it just adds drivers that may conflict with each other.
Open a elevated command prompt ( click start, type
cmd in the search box,
right click on the cmd entry and select run as administrator) in the black box that opens, copy/paste
sfc /scannow. If you decide to type it, notice the space between the sfc and the /. It is a system file checker which will scan your system files and attempt to correct any missing or corrupt files. What we want are the results to say windows found no integrity violations. If it says files were found but could not be repaired, close the box, reboot and run it again, after opening the administrative command prompt. You may have to reboot and run it three times for it to repair all system files. If it can't repair them after 3 reboots, let us know.