Dan,
I used a piece of software called Process Explorer to find my high interrupt usage. It's a freebie and is safe to use.
I found out that you can't see the interrupts usage in Windows' standard task manager even if you select "all processes" on the usage tab. Process Explorer, however, will show all the "hidden" processes, including your interrupts. On Windows XP, it's just
called "interrupts" in Process Explorer, I've never seen "DLC_Interrupts" before, so that nomenclature is new to me, but is possibly in use in Win7 or higher.
Seems like there may be several solutions to high interrupt usage, but most of them lean toward replacing a driver for some piece of hardware. In the grand scheme of things, that makes perfect sense, since interrupts are dictated by how many devices are
attached to your motherboard and the demands made by the drivers for each of them. The new Windows architecture uses more than the standard 15 interrupts of old, namely because there are way more devices than that now on any given motherboard. So the OS
is managing the standrad 15 interrupts and sharing them with all your devices, which requires drivers that act as interpreters, which can lead to conflicts, which drives up interrupt usage when a driver is corrupt and can't "interpret" correctly for the given
device affected.
In my experience, a corrupt driver for a serious piece of hardware is causing this problem, like a hard drive, network card or video card, high interrupt usage is usually indicative of a corrupt driver in some high use device like any of the three I mentioned.
Something is struggling to balance itself out with system resources, and a corrupt hardware driver is probably the culprit.
To re-install drivers for the hard drives, use Windows Device Manager to remove the disk drives from you system (try one at a time) and reboot. Windows should reinstall the drivers on it's own from the CAB pool of drivers already on your PC. As for video
and sound, NIC, etc. make sure you have your drivers on hand for re-install when attempting to reload. Go through each system hardware device one-at-a-time, remove the device, reboot and reinstall the drivers, until your interrupt usage quiets down to a
nice 0% to 2% usage with a normal desktop with no other software running. I'd try the hard drives first, they are the easiest to get back up and running, since Windows already has the drivers for them. I was nervous, doing this myself for the first time,
since I've never uninstalled disk drive drivers before, but it did solve my problem.
Good luck! - radiocowboy10