Hi Rock,
Apparently it's audio & video related based on this MS article
http://www.microsoft.com/whdc/device/audio/wdmaud-drv.mspx
which refers to this Microsoft WDM document
http://download.microsoft.com/download/5/b/5/5b5bec17-ea71-4653-9539-204a672f11cf/wdmaud-drv.doc
which is titled "Getting Started with WDM Audio Drivers".
From this, we see WDM stands for Windows Driver Model and "stream.sys"
is used for "kernel streaming" in non Windows XP systems (see the MS
article titled "Non-PCM Wave Formats and WDM Audio Drivers" at
http://www.microsoft.com/whdc/device/audio/Non-PCM.mspx
http://download.microsoft.com/download/5/b/5/5b5bec17-ea71-4653-9539-204a672f11cf/wdmaud-drv.doc
Specifically, Microsoft says, for non WinXP systems, "the Stream class
system driver (stream.sys) provides general streaming support for
audio and video devices.".
However, for Windows XP and later, Microsoft says "Stream has been
superseded by AVStream. Microsoft currently supports Stream on an
as-is basis for the benefit of existing Stream class minidrivers."
Hmmmmmmmm..... I wonder if this means instead of replacing the
stream.sys with a later driver, that maybe I should just delete it
since I'm on Windows XP and since Windows XP doesn't seem to need it
according to this document.
Maybe deletion is the solution here???
How does one eliminate a device driver such as stream.sys?
Do we just delete it and hope for the best?
Or is there a more proper way to eliminate device drivers?