Ive had the same thing happen a few times lately, but most of them have been on one of the CVs in the CT. After trying several things last night I think I finally found that WMP10 process everyone was complaining about ( I dont know why it never affected me before, but now it is).
WDFMGR.exe
I took it out and no more problems no matter how hard I stress the system.
I also found instructions for disabling it.
"Go to control panel, administrative tools> services> find windows user mode framework (near the bottom of the list) and right click this and select the startup type of disabled. "
----------------------------------------------------------------------------------
[ Note here, I did not write this batch file, it was posted in the same thread I found the rest from, I'm only including it for the sake of completeness. I just did a copy/paste to here.]
U can also run this as a .bat file:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\UMWdf]
"Start"=dword:00000004
----------------------------------------------------------------------------------
They also had this info on WDF files in general......
"The Windows Driver Foundation (WDF) is the Microsoft strategy for the next generation of Microsoft® Windows® drivers. WDF addresses driver reliability problems and simplifies the development and support of Windows drivers.
WDF includes several components:
• Kernel-mode driver framework
• User-mode driver framework
• Driver verification tools
From the Windows Driver Foundation white paper
User-Mode Driver Framework
The user-mode driver framework implements a subset of the kernel-mode framework functionality, including support for Plug and Play, power management, and asynchronous I/O.
Using the user-mode framework, developers can create drivers for network-connected devices and some USB devices, such as portable media players, cameras, and cell phones. Although these drivers run in user mode, they will be standard Plug and Play drivers that the system finds and installs in the same way as kernel-mode Plug and Play drivers.
The user-mode driver framework will be supported on Windows Longhorn. "
-----------------------------------------------------------------------------------
A good all around info page on this stuff........
http://www.microsoft.com/whdc/driver/wdf/wdf-intro.mspx-----------------------------------------------------------------------------------
Most if not all of the information above can be found on the BBS at freedomlist.com.
Hope this helps!
SA2