Flash Player MP3

Hello,
When I use the following code in a standalone flash app its
works fine. When I export it onto my computer, it works fine. When
I publish it to the internet the XML works... but the music no
longer plays. Why is this and how can I fix this?
Many Thanks
Hugh
*Code is attatched*

//Stream
var stream = "
http://server52111.uk2net.com:8000";
System.security.allowDomain(stream, "
http://ravedock.com");
System.security.allowInsecureDomain(stream, "
http://ravedock.com");
ravedock = new Sound();
ravedock.loadSound(stream + "/;",true);
ravedock.start();

Similar Messages

  • Flash Player-MP3 Compatibility Issue

    Does Flash Player 10 hav any compatibility issues in Playing CBR MP3. The reason why I am asking is because of the observation which I made (Given  Below)
    I am right now working  on a module "Live Streaming Codecs" for an e-learning application. I used Adobe Flash Media Live Encoder to encode my Live Class using VP6/MP3 & streamed it using Flash media server 3.5. During Testing I observerd a  few hitches and breaks in 'Audio' (Streamed at 56kbps @44.1Khz Sample Rate encoded using ) in the client machine. However the video was fine. The Flash player version is 10. The same problem was there on all clients. But if I used AAC for audio (Encoded using VLC & streamed using Wowza Media Server) the audio was fine. So does this prove that Flash Player does have some Compatibility Issues with MP3 or is it some problem with my settings?
    Please help me out to resolve this issue !
    -Prem

    Please some body ... help me out....

  • MP3 Flash player is not working in webpage.

    I have a NOKIA 5800 express music set. I have implemented a flash player(for MP3) in my website which is running in normal browser but in my mobile this player is not working..showing NaN error.
    Please suggest what to do.
    Is there any option to embed MP3 player in webpage in NOKIA phones?

    gave up on flash player 15 - installed flash player 11 .msi package - works straight away.
    http://dwaves.de/index.php/2014/11/11/install-flash-player-11-on-windows-8-embedded/

  • MP3 flash player not displaying in IE

    Hi all, I'm pretty new to flash and I'm unsure why this mp3 player isn't displaying on IE. It works fine on Firefox. I didn't originally create this, but am working on it after it was built. The code looks somewhat old and different to me, so I'm not sure if that's the reason it's breaking in IE. Usually when I see code for flash I see an <embed> tag. The code goes like this:
    <table>
                    <tr>
                        <td><h4>Audio Clips</h4></td>
                        <td width="60px;"><object type="application/x-shockwave-flash" data="LWMusicPlayer.swf" width="45" height="21" id="player-holder" style="visibility: visible;"><param name="allowScriptAccess" value="always"><param name="flashvars" value="mediaPath=CityofJazz.mp3"></object></td>
                            <td width="100px">City of Jazz</td>
                        <td width="60px;"><object type="application/x-shockwave-flash" data="LWMusicPlayer.swf" width="45" height="21" id="player-holder" style="visibility: visible; "><param name="allowScriptAccess" value="always"><param name="flashvars" value="mediaPath=HappyDays-GetHappy.mp3"></object></td>
                            <td>Happy Days - Get Happy</td>
                        </tr>
                    </table>
    Does anyone know offhand what could be causing the problem?

    You mention Flash, but you are actually posting in the Flash Player forum.
    You would get more help if you posed in the Flash developers forum.

  • Mp3s playback broken in newest flash player

    Hi
    I've been developing flash sites for many years. Many of them
    are dynamic.
    Recently since upgrading the Flash Player (9,0,115,0
    installed) in my Firefox browser, a flash site I've built for my
    university work has broken. But the same site works fine in IE with
    Version 9,0,60,235 installed.
    Mp3s that are loaded dynamically from a separate folder do
    not play. They worked fine before christmas, they played fine; the
    swf has not changed; the files have not moved; the code is the
    same. They simply do not play.
    Have there been changes to the flash player security that
    would disable playing mp3s that exist on the same server?
    Do I now need a crossdomain file for my own mp3s on my own
    server?
    I feel strongly that Adobe must begin to respect and ensure
    backward compatibility or risk losing its customers. I will have no
    interest in developing in Flash if my sites could all suddenly
    collapse. (Another example of dead flash files due to change in
    code:
    http://theflashblog.com/?p=197
    All help appreciated, David
    The broken-audio site is :
    http://www.year01.com/jhave/Concordia_phd/HUMA888/

    Hi Tiago,
    Very basic setup.
    Since I want the capability of using the page locally (not
    always on a server with php) I generate a list of mps and write
    that to a txt file using php once.
    Then each time page loads, read in the mp3s.txt file and
    assign a property "mp3" to a button-movieclip, then use a hitarea
    rectangle mc within that button-mc to call on the first press of
    the rect button :
    this._parent.son.loadSound("mp3s/"+this._parent.mp3, true);
    Since the buttons appear, i know the txt file is being read
    correctly....
    Since the sound plays in IE browser with the other version of
    player i know the basic setup is correct.
    all suggestions welcome,
    david

  • Flash Player doesn't work to play Amazon MP3 sample files

    Amazon says you need to have Flash Player to play their sample mp3 files. I downloaded latest version of Flash Player on Windows 8 and 8.1 desktop PCs using Firefox browser (Shockwave flash set to always on). Software confirms latest is installed....I can even see the clouds moving in the help html file. BUT, Amazon sample  mp3 files still don't play!!!!!!!!!!!!!!!.

    Do you use Windows 7?
    Please check the following post: http://forums.adobe.com/message/4323109#4323109
    Thanks,
    Sunil

  • Flash Player 10 crashing while streaming an MP3

    I am currently building a streaming MP3 application, but have run into a problem.  If I stream my MP3 using Flash Player 10.0.12 or older it works great.  However, if I use Flash Player 10.0.22 or newer, Flash Player is crashing.  It is happening primarily in IE, but I have had it crash in FireFox and Chrome as well.  IE 6 is crashing almost instantly in my XP scenario.  When I use Flash 10.0.12 the MP3 streams flawlessly in all of my test environments.  Has anyone encountered similar problems while streaming an MP3 using the latest Flash player?
    My test scenarios:
    Vista Ultimate
    IE7 / FireFox 3.5 / Chrome 3.0
    Flash 10.0.32 (fail) / Flash 10.0.22 (fail) / Flash 10.0.12 (success) / 9.0.246 (success)
    XP (32-bit)
    IE 6 / FireFox 3.0 / Chome 3.0
    Flash 10.0.32 (fail) / Flash 10.0.22 (fail) / Flash 10.0.12 (success) / 9.0.246 (success)
    I am using the SWF Sound project in my solution: http://code.google.com/p/swfsound/
    I have been able to capture several debug logs per Adobe's support instructions, but am still awaiting approval to submit them to the bug database.  Any help or information is greatly appreciated.
    Sincerely,
    Jeremy Tolsdorf

    Hi, The only general information that I could give you is to try turning off the hardware acceleration feature, which is turned on by default. You right click any video, Settings, Display Settings and UN check the H.A. It has also been recommended to update the graphic and video drivers to the latest versions. If that doesn't work, then there is some other conflict on the system. Anti-Virus and or add ons in the browsers(s) Now this is assuming that Flash Player is Installed correctly, along with the IE and non-IE browsers that Flash Player supports.
    This site explains the hardware acceleration:
    http://www.macromedia.com/support/documentation/en/flashplayer/help/help01.html
    Hope this helps.
    Thanks,
    eidnolb

  • Flash Player 10.1 crashes accessing streaming MP3 from FMIS

    We used Flex Builder 3 to build a Flash-based streaming MP3 client which connects to FMIS.
    The client can be seen at www.radiospirits.com and click Listen Now at top-right of page.
    It has worked flawlessly for as long as we've had it, until now.
    As people upgrade to Flash Player 10.1, we are seeing many complaints of it actually locking up and crashing the browser.
    We have been able to reproduce this problem in Windows IE 8, as well as Mac Safari, and have had reports of crashes in other browsers and OSes.
    Rolling back to Flash Player 10.0 or earlier fixes problem.
    Using FMIS 3.5.4

    Hi, The only general information that I could give you is to try turning off the hardware acceleration feature, which is turned on by default. You right click any video, Settings, Display Settings and UN check the H.A. It has also been recommended to update the graphic and video drivers to the latest versions. If that doesn't work, then there is some other conflict on the system. Anti-Virus and or add ons in the browsers(s) Now this is assuming that Flash Player is Installed correctly, along with the IE and non-IE browsers that Flash Player supports.
    This site explains the hardware acceleration:
    http://www.macromedia.com/support/documentation/en/flashplayer/help/help01.html
    Hope this helps.
    Thanks,
    eidnolb

  • Audio problems in Flash Player and Firefox

    Hi everyone!
    I have a problem that has been plagueing me for nearly a year now, all audio in all videos i play in Firefox goes out of synch, the video will start ok then at around the two minute mark the audio starts to lag until it's completely left the visual playback behind, the only solution is to keep clicking the video back a few seconds to re-align the audio, this is temp as the audio will slowly drop out of synch again!
    This problem has been driving me crazy!
    It doesn't happen in Chrome or IE only Firefox. I have posted thread after thread on tech forums but nobody has yet been been able to help, i'm using the latest Firefox. the latest Flash Player (uninstalled and re-installed properly) all my drivers are bang up to date, all caches cleared all....in fact you name it iv'e done it!
    This was never an issue until about a year ago, nothing has been installed hardware wise and the only software installed has been updates for ongoing programmes!
    Help me Adobey wan kenobi, your my only hope!
    Windows Vista 32 bit
    Complete DX Diag below:
    System Information
    Time of this report: 1/5/2012, 11:43:35
           Machine name: HAL
       Operating System: Windows Vista™ Home Premium (6.0, Build 6002) Service Pack 2 (6002.vistasp2_gdr.111025-0338)
               Language: English (Regional Setting: English)
    System Manufacturer: To Be Filled By O.E.M.
           System Model: To Be Filled By O.E.M.
                   BIOS: Default System BIOS
              Processor: Intel(R) Core(TM)2 Duo CPU     E8500  @ 3.16GHz (2 CPUs), ~3.8GHz
                 Memory: 3070MB RAM
              Page File: 1119MB used, 5244MB available
            Windows Dir: C:\Windows
        DirectX Version: DirectX 11
    DX Setup Parameters: Not found
         DxDiag Version: 7.00.6002.18107 32bit Unicode
    DxDiag Notes
          Display Tab 1: No problems found.
            Sound Tab 1: No problems found.
            Sound Tab 2: No problems found.
              Input Tab: No problems found.
    DirectX Debug Levels
    Direct3D:    0/4 (retail)
    DirectDraw:  0/4 (retail)
    DirectInput: 0/5 (retail)
    DirectMusic: 0/5 (retail)
    DirectPlay:  0/9 (retail)
    DirectSound: 0/5 (retail)
    DirectShow:  0/6 (retail)
    Display Devices
            Card name: NVIDIA GeForce 9600 GSO
         Manufacturer: NVIDIA
            Chip type: GeForce 9600 GSO
             DAC type: Integrated RAMDAC
           Device Key: Enum\PCI\VEN_10DE&DEV_0610&SUBSYS_00000000&REV_A2
       Display Memory: 2031 MB
    Dedicated Memory: 751 MB
        Shared Memory: 1279 MB
         Current Mode: 1280 x 720 (32 bit) (60Hz)
              Monitor: Generic PnP Monitor
          Driver Name: nvd3dum.dll,nvwgf2um.dll,nvwgf2um.dll
       Driver Version: 8.17.0012.8562 (English)
          DDI Version: 10
       BGRA Supported: Yes
    Driver Attributes: Final Retail
    Driver Date/Size: 10/15/2011 08:53:00, 13205312 bytes
          WHQL Logo'd: Yes
      WHQL Date Stamp:
    Device Identifier: {D7B71E3E-4550-11CF-C242-0C201CC2C535}
            Vendor ID: 0x10DE
            Device ID: 0x0610
            SubSys ID: 0x00000000
          Revision ID: 0x00A2
          Revision ID: 0x00A2
          Video Accel: ModeMPEG2_A ModeMPEG2_C ModeVC1_C ModeWMV9_C
    Deinterlace Caps: {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                       {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
                       {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
                       {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                       {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                       {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
                       {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
                       {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                       {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(YV12,0x32315659) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                       {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(YV12,0x32315659) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
                       {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YV12,0x32315659) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
                       {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(YV12,0x32315659) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                       {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                       {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
                       {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
                       {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                       {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(IMC1,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                       {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(IMC1,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                       {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC1,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                       {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC1,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                       {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(IMC2,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                       {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(IMC2,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                       {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC2,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                       {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC2,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                       {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(IMC3,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                       {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(IMC3,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                       {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC3,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                       {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC3,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                       {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(IMC4,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                       {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(IMC4,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                       {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC4,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                       {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC4,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                       {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(S340,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                       {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(S340,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                       {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(S340,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                       {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(S340,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                       {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(S342,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                       {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(S342,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                       {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(S342,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                       {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(S342,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
         DDraw Status: Enabled
           D3D Status: Enabled
           AGP Status: Enabled
    Sound Devices
                Description: Speakers (High Definition Audio Device)
    Default Sound Playback: Yes
    Default Voice Playback: Yes
                Hardware ID: HDAUDIO\FUNC_01&VEN_10EC&DEV_0888&SUBSYS_18491E01&REV_1000
            Manufacturer ID: 1
                 Product ID: 100
                       Type: WDM
                Driver Name: HdAudio.sys
             Driver Version: 6.00.6002.18005 (English)
          Driver Attributes: Final Retail
                WHQL Logo'd: Yes
              Date and Size: 4/11/2009 04:43:02, 236544 bytes
                Other Files:
            Driver Provider: Microsoft
             HW Accel Level: Basic
                  Cap Flags: 0xF1F
        Min/Max Sample Rate: 100, 200000
    Static/Strm HW Mix Bufs: 1, 0
    Static/Strm HW 3D Bufs: 0, 0
                  HW Memory: 0
           Voice Management: No
    EAX(tm) 2.0 Listen/Src: No, No
       I3DL2(tm) Listen/Src: No, No
    Sensaura(tm) ZoomFX(tm): No
                Description: Digital Output Device (SPDIF) (High Definition Audio Device)
    Default Sound Playback: No
    Default Voice Playback: No
                Hardware ID: HDAUDIO\FUNC_01&VEN_10EC&DEV_0888&SUBSYS_18491E01&REV_1000
            Manufacturer ID: 1
                 Product ID: 100
                       Type: WDM
                Driver Name: HdAudio.sys
             Driver Version: 6.00.6002.18005 (English)
          Driver Attributes: Final Retail
                WHQL Logo'd: Yes
              Date and Size: 4/11/2009 04:43:02, 236544 bytes
                Other Files:
            Driver Provider: Microsoft
             HW Accel Level: Basic
                  Cap Flags: 0xF1F
        Min/Max Sample Rate: 100, 200000
    Static/Strm HW Mix Bufs: 1, 0
    Static/Strm HW 3D Bufs: 0, 0
                  HW Memory: 0
           Voice Management: No
    EAX(tm) 2.0 Listen/Src: No, No
       I3DL2(tm) Listen/Src: No, No
    Sensaura(tm) ZoomFX(tm): No
    Sound Capture Devices
                Description: Microphone (High Definition Audio Device)
      Default Sound Capture: Yes
      Default Voice Capture: Yes
                Driver Name: HdAudio.sys
             Driver Version: 6.00.6002.18005 (English)
          Driver Attributes: Final Retail
              Date and Size: 4/11/2009 04:43:02, 236544 bytes
                  Cap Flags: 0x1
               Format Flags: 0xFFFFF
                Description: Line In (High Definition Audio Device)
      Default Sound Capture: No
      Default Voice Capture: No
                Driver Name: HdAudio.sys
             Driver Version: 6.00.6002.18005 (English)
          Driver Attributes: Final Retail
              Date and Size: 4/11/2009 04:43:02, 236544 bytes
                  Cap Flags: 0x1
               Format Flags: 0xFFFFF
    DirectInput Devices
          Device Name: Mouse
             Attached: 1
        Controller ID: n/a
    Vendor/Product ID: n/a
            FF Driver: n/a
          Device Name: Keyboard
             Attached: 1
        Controller ID: n/a
    Vendor/Product ID: n/a
            FF Driver: n/a
          Device Name: HID Keyboard Hot Keys
             Attached: 1
        Controller ID: 0x0
    Vendor/Product ID: 0x0E6A, 0x6001
            FF Driver: n/a
          Device Name: HID Keyboard Hot Keys
             Attached: 1
        Controller ID: 0x0
    Vendor/Product ID: 0x0E6A, 0x6001
            FF Driver: n/a
    Poll w/ Interrupt: No
    USB Devices
    + USB Root Hub
    | Vendor/Product ID: 0x8086, 0x3A36
    | Matching Device ID: usb\root_hub
    | Service: usbhub
    | Driver: usbhub.sys, 4/11/2009 04:43:16, 196096 bytes
    | Driver: usbd.sys, 1/21/2008 02:23:03, 5888 bytes
    Gameport Devices
    PS/2 Devices
    + HID Keyboard Device
    | Vendor/Product ID: 0x0E6A, 0x6001
    | Matching Device ID: hid_device_system_keyboard
    | Service: kbdhid
    | Driver: kbdhid.sys, 4/11/2009 04:38:40, 17408 bytes
    | Driver: kbdclass.sys, 1/21/2008 02:23:23, 35384 bytes
    |
    + Terminal Server Keyboard Driver
    | Matching Device ID: root\rdp_kbd
    | Upper Filters: kbdclass
    | Service: TermDD
    | Driver: i8042prt.sys, 1/21/2008 02:23:20, 54784 bytes
    | Driver: kbdclass.sys, 1/21/2008 02:23:23, 35384 bytes
    |
    + HID-compliant mouse
    | Vendor/Product ID: 0x06A3, 0x0CCC
    | Matching Device ID: hid_device_system_mouse
    | Service: mouhid
    | Driver: mouhid.sys, 1/21/2008 02:23:20, 15872 bytes
    | Driver: mouclass.sys, 1/21/2008 02:23:20, 34360 bytes
    |
    + Terminal Server Mouse Driver
    | Matching Device ID: root\rdp_mou
    | Upper Filters: mouclass
    | Service: TermDD
    | Driver: termdd.sys, 4/11/2009 06:32:52, 53224 bytes
    | Driver: sermouse.sys, 1/21/2008 02:23:20, 19968 bytes
    | Driver: mouclass.sys, 1/21/2008 02:23:20, 34360 bytes
    Disk & DVD/CD-ROM Drives
          Drive: C:
    Free Space: 38.2 GB
    Total Space: 152.6 GB
    File System: NTFS
          Model: MAXTOR STM3160215AS ATA Device
          Drive: D:
          Model: Optiarc DVD RW AD-7200S ATA Device
         Driver: c:\windows\system32\drivers\cdrom.sys, 6.00.6002.18005 (English), 4/11/2009 04:39:17, 67072 bytes
    System Devices
         Name: Intel(R) ICH10 Family PCI Express Root Port 6 - 3A4A
    Device ID: PCI\VEN_8086&DEV_3A4A&SUBSYS_3A4A1849&REV_00\3&11583659&0&E5
       Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.00.6002.18005 (English), 4/11/2009 06:32:55, 149480 bytes
         Name: Intel(R) ICH10 Family PCI Express Root Port 4 - 3A46
    Device ID: PCI\VEN_8086&DEV_3A46&SUBSYS_3A461849&REV_00\3&11583659&0&E3
       Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.00.6002.18005 (English), 4/11/2009 06:32:55, 149480 bytes
         Name: Intel(R) ICH10 Family PCI Express Root Port 3 - 3A44
    Device ID: PCI\VEN_8086&DEV_3A44&SUBSYS_3A441849&REV_00\3&11583659&0&E2
       Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.00.6002.18005 (English), 4/11/2009 06:32:55, 149480 bytes
         Name: Intel(R) ICH10 Family PCI Express Root Port 2 - 3A42
    Device ID: PCI\VEN_8086&DEV_3A42&SUBSYS_3A421849&REV_00\3&11583659&0&E1
       Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.00.6002.18005 (English), 4/11/2009 06:32:55, 149480 bytes
         Name: Intel(R) ICH10 Family PCI Express Root Port 1 - 3A40
    Device ID: PCI\VEN_8086&DEV_3A40&SUBSYS_3A401849&REV_00\3&11583659&0&E0
       Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.00.6002.18005 (English), 4/11/2009 06:32:55, 149480 bytes
         Name: High Definition Audio Controller
    Device ID: PCI\VEN_8086&DEV_3A3E&SUBSYS_08881849&REV_00\3&11583659&0&D8
       Driver: C:\Windows\system32\DRIVERS\hdaudbus.sys, 6.00.6002.18005 (English), 4/11/2009 04:42:42, 561152 bytes
         Name: Intel(R) ICH10 Family USB Enhanced Host Controller - 3A3C
    Device ID: PCI\VEN_8086&DEV_3A3C&SUBSYS_3A3C1849&REV_00\3&11583659&0&D7
       Driver: C:\Windows\system32\drivers\usbehci.sys, 6.00.6002.18005 (English), 4/11/2009 04:42:52, 39936 bytes
       Driver: C:\Windows\system32\drivers\usbport.sys, 6.00.6002.18005 (English), 4/11/2009 04:42:57, 226304 bytes
       Driver: C:\Windows\system32\drivers\usbhub.sys, 6.00.6002.18005 (English), 4/11/2009 04:43:16, 196096 bytes
       Driver: C:\Windows\system32\hccoin.dll, 6.00.6000.16386 (English), 11/2/2006 09:46:05, 8704 bytes
       Driver: C:\Windows\system32\hcrstco.dll, 6.00.6001.18000 (English), 1/21/2008 02:23:03, 15872 bytes
         Name: Intel(R) ICH10 Family USB Enhanced Host Controller - 3A3A
    Device ID: PCI\VEN_8086&DEV_3A3A&SUBSYS_3A3A1849&REV_00\3&11583659&0&EF
       Driver: C:\Windows\system32\drivers\usbehci.sys, 6.00.6002.18005 (English), 4/11/2009 04:42:52, 39936 bytes
       Driver: C:\Windows\system32\drivers\usbport.sys, 6.00.6002.18005 (English), 4/11/2009 04:42:57, 226304 bytes
       Driver: C:\Windows\system32\drivers\usbhub.sys, 6.00.6002.18005 (English), 4/11/2009 04:43:16, 196096 bytes
       Driver: C:\Windows\system32\hccoin.dll, 6.00.6000.16386 (English), 11/2/2006 09:46:05, 8704 bytes
       Driver: C:\Windows\system32\hcrstco.dll, 6.00.6001.18000 (English), 1/21/2008 02:23:03, 15872 bytes
         Name: Intel(R) ICH10 Family USB Universal Host Controller - 3A39
    Device ID: PCI\VEN_8086&DEV_3A39&SUBSYS_3A391849&REV_00\3&11583659&0&D2
       Driver: C:\Windows\system32\drivers\usbuhci.sys, 6.00.6001.18000 (English), 1/21/2008 02:23:03, 23552 bytes
       Driver: C:\Windows\system32\drivers\usbport.sys, 6.00.6002.18005 (English), 4/11/2009 04:42:57, 226304 bytes
       Driver: C:\Windows\system32\drivers\usbhub.sys, 6.00.6002.18005 (English), 4/11/2009 04:43:16, 196096 bytes
         Name: Intel(R) ICH10 Family USB Universal Host Controller - 3A38
    Device ID: PCI\VEN_8086&DEV_3A38&SUBSYS_3A381849&REV_00\3&11583659&0&D1
       Driver: C:\Windows\system32\drivers\usbuhci.sys, 6.00.6001.18000 (English), 1/21/2008 02:23:03, 23552 bytes
       Driver: C:\Windows\system32\drivers\usbport.sys, 6.00.6002.18005 (English), 4/11/2009 04:42:57, 226304 bytes
       Driver: C:\Windows\system32\drivers\usbhub.sys, 6.00.6002.18005 (English), 4/11/2009 04:43:16, 196096 bytes
         Name: Intel(R) ICH10 Family USB Universal Host Controller - 3A37
    Device ID: PCI\VEN_8086&DEV_3A37&SUBSYS_3A371849&REV_00\3&11583659&0&D0
       Driver: C:\Windows\system32\drivers\usbuhci.sys, 6.00.6001.18000 (English), 1/21/2008 02:23:03, 23552 bytes
       Driver: C:\Windows\system32\drivers\usbport.sys, 6.00.6002.18005 (English), 4/11/2009 04:42:57, 226304 bytes
       Driver: C:\Windows\system32\drivers\usbhub.sys, 6.00.6002.18005 (English), 4/11/2009 04:43:16, 196096 bytes
         Name: Intel(R) ICH10 Family USB Universal Host Controller - 3A36
    Device ID: PCI\VEN_8086&DEV_3A36&SUBSYS_3A361849&REV_00\3&11583659&0&EA
       Driver: C:\Windows\system32\drivers\usbuhci.sys, 6.00.6001.18000 (English), 1/21/2008 02:23:03, 23552 bytes
       Driver: C:\Windows\system32\drivers\usbport.sys, 6.00.6002.18005 (English), 4/11/2009 04:42:57, 226304 bytes
       Driver: C:\Windows\system32\drivers\usbhub.sys, 6.00.6002.18005 (English), 4/11/2009 04:43:16, 196096 bytes
         Name: Intel(R) ICH10 Family USB Universal Host Controller - 3A35
    Device ID: PCI\VEN_8086&DEV_3A35&SUBSYS_3A351849&REV_00\3&11583659&0&E9
       Driver: C:\Windows\system32\drivers\usbuhci.sys, 6.00.6001.18000 (English), 1/21/2008 02:23:03, 23552 bytes
       Driver: C:\Windows\system32\drivers\usbport.sys, 6.00.6002.18005 (English), 4/11/2009 04:42:57, 226304 bytes
       Driver: C:\Windows\system32\drivers\usbhub.sys, 6.00.6002.18005 (English), 4/11/2009 04:43:16, 196096 bytes
         Name: Intel(R) ICH10 Family USB Universal Host Controller - 3A34
    Device ID: PCI\VEN_8086&DEV_3A34&SUBSYS_3A341849&REV_00\3&11583659&0&E8
       Driver: C:\Windows\system32\drivers\usbuhci.sys, 6.00.6001.18000 (English), 1/21/2008 02:23:03, 23552 bytes
       Driver: C:\Windows\system32\drivers\usbport.sys, 6.00.6002.18005 (English), 4/11/2009 04:42:57, 226304 bytes
       Driver: C:\Windows\system32\drivers\usbhub.sys, 6.00.6002.18005 (English), 4/11/2009 04:43:16, 196096 bytes
         Name: Intel(R) ICH10 Family SMBus Controller - 3A30
    Device ID: PCI\VEN_8086&DEV_3A30&SUBSYS_3A301849&REV_00\3&11583659&0&FB
       Driver: n/a
         Name: Intel(R) ICH10 Family 2 port Serial ATA Storage Controller 2 - 3A26
    Device ID: PCI\VEN_8086&DEV_3A26&SUBSYS_3A261849&REV_00\3&11583659&0&FD
       Driver: C:\Windows\system32\DRIVERS\pciide.sys, 6.00.6002.18005 (English), 4/11/2009 06:32:49, 14312 bytes
       Driver: C:\Windows\system32\DRIVERS\pciidex.sys, 6.00.6002.18005 (English), 4/11/2009 06:32:52, 43496 bytes
       Driver: C:\Windows\system32\DRIVERS\atapi.sys, 6.00.6002.18005 (English), 4/11/2009 06:32:26, 19944 bytes
       Driver: C:\Windows\system32\DRIVERS\ataport.sys, 6.00.6002.18005 (English), 4/11/2009 06:32:42, 109032 bytes
         Name: Intel(R) ICH10 Family 4 port Serial ATA Storage Controller 1 - 3A20
    Device ID: PCI\VEN_8086&DEV_3A20&SUBSYS_3A201849&REV_00\3&11583659&0&FA
       Driver: C:\Windows\system32\DRIVERS\pciide.sys, 6.00.6002.18005 (English), 4/11/2009 06:32:49, 14312 bytes
       Driver: C:\Windows\system32\DRIVERS\pciidex.sys, 6.00.6002.18005 (English), 4/11/2009 06:32:52, 43496 bytes
       Driver: C:\Windows\system32\DRIVERS\atapi.sys, 6.00.6002.18005 (English), 4/11/2009 06:32:26, 19944 bytes
       Driver: C:\Windows\system32\DRIVERS\ataport.sys, 6.00.6002.18005 (English), 4/11/2009 06:32:42, 109032 bytes
         Name: Intel(R) ICH10 LPC Interface Controller - 3A18
    Device ID: PCI\VEN_8086&DEV_3A18&SUBSYS_3A181849&REV_00\3&11583659&0&F8
       Driver: C:\Windows\system32\DRIVERS\msisadrv.sys, 6.00.6001.18000 (English), 1/21/2008 02:23:01, 16440 bytes
         Name: Intel(R) 4 Series Chipset PCI Express Root Port - 2E21
    Device ID: PCI\VEN_8086&DEV_2E21&SUBSYS_2E211849&REV_03\3&11583659&0&08
       Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.00.6002.18005 (English), 4/11/2009 06:32:55, 149480 bytes
         Name: Intel(R) 4 Series Chipset Processor to I/O Controller - 2E20
    Device ID: PCI\VEN_8086&DEV_2E20&SUBSYS_2E201849&REV_03\3&11583659&0&00
       Driver: n/a
         Name: Intel(R) 82801 PCI Bridge - 244E
    Device ID: PCI\VEN_8086&DEV_244E&SUBSYS_244E1849&REV_90\3&11583659&0&F0
       Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.00.6002.18005 (English), 4/11/2009 06:32:55, 149480 bytes
         Name: Standard Dual Channel PCI IDE Controller
    Device ID: PCI\VEN_197B&DEV_2368&SUBSYS_23681849&REV_00\4&2F320AFA&0&00E3
       Driver: C:\Windows\system32\DRIVERS\pciide.sys, 6.00.6002.18005 (English), 4/11/2009 06:32:49, 14312 bytes
       Driver: C:\Windows\system32\DRIVERS\pciidex.sys, 6.00.6002.18005 (English), 4/11/2009 06:32:52, 43496 bytes
       Driver: C:\Windows\system32\DRIVERS\atapi.sys, 6.00.6002.18005 (English), 4/11/2009 06:32:26, 19944 bytes
       Driver: C:\Windows\system32\DRIVERS\ataport.sys, 6.00.6002.18005 (English), 4/11/2009 06:32:42, 109032 bytes
         Name: Realtek RTL8168C(P)/8111C(P) Family PCI-E Gigabit Ethernet NIC (NDIS 6.0)
    Device ID: PCI\VEN_10EC&DEV_8168&SUBSYS_81681849&REV_02\4&7F30B43&0&00E5
       Driver: C:\Windows\system32\DRIVERS\Rtlh86.sys, 6.213.1110.2008 (English), 11/10/2008 12:26:00, 135680 bytes
       Driver: C:\Windows\system32\RtNicProp32.dll, 1.01.0716.2008 (English), 7/21/2008 05:08:40, 9728 bytes
         Name: NVIDIA GeForce 9600 GSO
    Device ID: PCI\VEN_10DE&DEV_0610&SUBSYS_00000000&REV_A2\4&26D0AE83&0&0008
       Driver: C:\Program Files\NVIDIA Corporation\Drs\dbInstaller.exe, 8.17.0012.8562 (English), 10/15/2011 08:53:00, 192320 bytes
       Driver: C:\Program Files\NVIDIA Corporation\Drs\nvdrsdb.bin, 10/15/2011 08:53:00, 316496 bytes
       Driver: C:\Program Files\NVIDIA Corporation\license.txt, 10/22/2010 06:23:02, 15511 bytes
       Driver: C:\Windows\system32\DRIVERS\nvlddmkm.sys, 8.17.0012.8562 (English), 10/15/2011 08:53:00, 10327360 bytes
       Driver: C:\Windows\system32\OpenCL.dll, 1.00.0000.0000 (English), 10/15/2011 08:53:00, 61248 bytes
       Driver: C:\Windows\system32\nvapi.dll, 8.17.0012.8562 (English), 10/15/2011 08:53:00, 2458432 bytes
       Driver: C:\Windows\system32\nvcompiler.dll, 8.17.0012.8562 (English), 10/15/2011 08:53:00, 17248576 bytes
       Driver: C:\Windows\system32\nvcuda.dll, 8.17.0012.8562 (English), 10/15/2011 08:53:00, 5578560 bytes
       Driver: C:\Windows\system32\nvcuvenc.dll, 8.17.0012.8562 (English), 10/15/2011 08:53:00, 2099520 bytes
       Driver: C:\Windows\system32\nvcuvid.dll, 8.17.0012.8562 (English), 10/15/2011 08:53:00, 2401088 bytes
       Driver: C:\Windows\system32\nvd3dum.dll, 8.17.0012.8562 (English), 10/15/2011 08:53:00, 13205312 bytes
       Driver: C:\Windows\system32\nvinfo.pb, 10/15/2011 08:53:00, 4359 bytes
       Driver: C:\Windows\system32\nvoglv32.dll, 8.17.0012.8562 (English), 10/15/2011 08:53:00, 18871616 bytes
       Driver: C:\Windows\system32\nvwgf2um.dll, 8.17.0012.8562 (English), 10/15/2011 08:53:00, 7041856 bytes
       Driver: C:\Windows\system32\nvdispco32.dll, 2.00.0018.0000 (English), 10/15/2011 08:53:00, 919872 bytes
       Driver: C:\Windows\system32\nvgenco32.dll, 2.00.0013.0000 (English), 10/15/2011 08:53:00, 877376 bytes
    DirectShow Filters
    DirectShow Filters:
    QuickTime Audio Decoder Filter,0x00600800,1,1,,
    WMAudio Decoder DMO,0x00800800,1,1,,
    WMAPro over S/PDIF DMO,0x00600800,1,1,,
    WMSpeech Decoder DMO,0x00600800,1,1,,
    MP3 Decoder DMO,0x00600800,1,1,,
    Mpeg4s Decoder DMO,0x00800001,1,1,,
    WMV Screen decoder DMO,0x00600800,1,1,,
    WMVideo Decoder DMO,0x00800001,1,1,,
    QuickTime Video Decoder Filter,0x00600800,1,1,,
    Mpeg43 Decoder DMO,0x00800001,1,1,,
    Mpeg4 Decoder DMO,0x00800001,1,1,,
    Full Screen Renderer,0x00200000,1,0,,6.06.6002.18158
    WMT VIH2 Fix,0x00200000,1,1,WLXVAFilt.dll,15.04.3538.0513
    Record Queue,0x00200000,1,1,WLXVAFilt.dll,15.04.3538.0513
    WMT Switch Filter,0x00200000,1,1,WLXVAFilt.dll,15.04.3538.0513
    WMT Virtual Renderer,0x00200000,1,0,WLXVAFilt.dll,15.04.3538.0513
    WMT DV Extract,0x00200000,1,1,WLXVAFilt.dll,15.04.3538.0513
    WMT Virtual Source,0x00200000,0,1,WLXVAFilt.dll,15.04.3538.0513
    WMT Sample Information Filter,0x00200000,1,1,WLXVAFilt.dll,15.04.3538.0513
    RealPlayer Video Filter,0x00200000,1,1,rdsf3260.dll,12.00.0001.0647
    Multiple File Output,0x00200000,2,2,WMM2FILT.dll,
    WMT Black Frame Generator,0x00200000,1,1,WMM2FILT.dll,
    WMT Import Filter,0x00200000,0,1,WMM2FILT.dll,
    DV Muxer,0x00400000,0,0,,6.06.6001.18000
    Color Space Converter,0x00400001,1,1,,6.06.6002.18158
    WMT Interlacer,0x00200000,1,1,WMM2FILT.dll,
    WM ASF Reader,0x00400000,0,0,,11.00.6001.7000
    Screen Capture filter,0x00200000,0,1,wmpsrcwp.dll,11.00.6001.7000
    AVI Splitter,0x00600000,1,1,,6.06.6002.18158
    VGA 16 Color Ditherer,0x00400000,1,1,,6.06.6002.18158
    Microsoft MPEG-2 Video Decoder,0x005fffff,2,4,msmpeg2vdec.dll,11.00.6001.7110
    AC3 Parser Filter,0x00600000,1,1,mpg2splt.ax,6.06.6002.18363
    MACSReaderMP3 Filter,0x00200000,0,1,MACSReaderAVI.ax,1.00.2006.0804
    WMT Format Conversion,0x00200000,1,1,WMM2FILT.dll,
    9x8Resize,0x00200000,1,1,WMM2FILT.dll,
    DivX AAC Decoder,0x00800000,1,1,,
    StreamBufferSink,0x00200000,0,0,sbe.dll,6.06.6002.18363
    WMT Virtual Source,0x00200000,0,1,WMM2FILT.dll,
    Microsoft TV Caption Decoder,0x00200001,1,0,MSTVCapn.dll,6.00.6001.18000
    MJPEG Decompressor,0x00600000,1,1,,6.06.6002.18158
    CBVA DMO wrapper filter,0x00200000,1,1,cbva.dll,6.00.6002.18242
    MPEG-I Stream Splitter,0x00600000,1,2,,6.06.6002.18158
    SAMI (CC) Parser,0x00400000,1,1,,6.06.6002.18158
    VBI Codec,0x00600000,1,4,VBICodec.ax,6.06.6001.18000
    MPEG-2 Splitter,0x005fffff,1,0,mpg2splt.ax,6.06.6002.18363
    WMT AudioAnalyzer,0x00200000,1,1,WMM2FILT.dll,
    Microsoft MPEG-2 Video Encoder,0x00200000,2,0,msmpeg2enc.dll,11.00.6001.7000
    Stretch Video,0x00200000,1,1,WMM2FILT.dll,
    SelfMusicVideo Dump Filter,0x00200000,1,0,TG_Dump0708.DLL,8.01.2008.5200
    Internal Script Command Renderer,0x00800001,1,0,,6.06.6002.18158
    MPEG Audio Decoder,0x03680001,1,1,,6.06.6002.18158
    DV Splitter,0x00600000,1,2,,6.06.6001.18000
    Video Mixing Renderer 9,0x00200000,1,0,,6.06.6002.18158
    Microsoft MPEG-2 Encoder,0x00200000,2,1,msmpeg2enc.dll,11.00.6001.7000
    Frame Eater,0x00200000,1,1,WMM2FILT.dll,
    Allocator Fix,0x00200000,1,1,WMM2FILT.dll,
    ACM Wrapper,0x00600000,1,1,,6.06.6002.18158
    Video Renderer,0x00800001,1,0,,6.06.6002.18158
    MPEG-2 Video Stream Analyzer,0x00200000,0,0,sbe.dll,6.06.6002.18363
    Capture ASF Writer,0x00200000,0,0,WMM2FILT.dll,
    Line 21 Decoder,0x00600000,1,1,,6.06.6002.18005
    Video Port Manager,0x00600000,2,1,,6.06.6002.18158
    DivX H.264 Decoder,0x00800000,1,1,,
    Video Renderer,0x00400000,1,0,,6.06.6002.18158
    DivX Demux Filter,0x00600000,0,1,,
    Bitmap Generate,0x00200000,1,1,WMM2FILT.dll,
    Proxy Sink,0x00200000,1,0,WMM2FILT.dll,
    File Writer,0x00200000,1,0,WLXVAFilt.dll,15.04.3538.0513
    DivX Decoder Filter,0x00800000,1,1,,
    Proxy Source,0x00200000,0,1,WMM2FILT.dll,
    WM ASF Writer,0x00400000,0,0,,11.00.6001.7000
    DivX Demux Filter (Unrestricted Edition),0x00600000,0,1,,
    VBI Surface Allocator,0x00600000,1,1,vbisurf.ax,6.00.6001.18000
    WMT Sample Information Filter,0x00200000,1,1,WMM2FILT.dll,
    File writer,0x00200000,1,0,,6.06.6001.18000
    Bandisoft MPEG-1 Video Decoder,0xff800001,1,1,bdfilters.dll,1.00.0003.0012
    SpatialStereo Filter,0x00200000,1,1,3DAudio.ax,
    WAV Dest,0x00000000,0,0,,
    DVD Navigator,0x00200000,0,3,,6.06.6002.18005
    WMT DV Extract,0x00200000,1,1,WMM2FILT.dll,
    Overlay Mixer2,0x00200000,1,1,,6.06.6002.18005
    NEDFilter4Samsung Filter,0x00200000,0,1,NEDFilter4Samsung.ax,8.01.0000.0000
    AVI Draw,0x00600064,9,1,,6.06.6002.18158
    Microsoft MPEG-2 Audio Encoder,0x00200000,2,0,msmpeg2enc.dll,11.00.6001.7000
    WST Pager,0x00800000,1,1,WSTPager.ax,6.06.6001.18000
    MPEG-2 Demultiplexer,0x00600000,1,1,mpg2splt.ax,6.06.6002.18363
    Record Queue,0x00200000,1,1,WMM2FILT.dll,
    DV Video Decoder,0x00800000,1,1,,6.06.6001.18000
    RealPlayer Transcode Filter,0x00600000,0,0,rdsf3260.dll,12.00.0001.0647
    P3Sourcer,0x00600000,0,1,muzaf1.dll,1.00.0000.60410
    SampleGrabber,0x00200000,1,1,qedit.dll,6.06.6002.18005
    Null Renderer,0x00200000,1,0,qedit.dll,6.06.6002.18005
    WMT Log Filter,0x00200000,1,1,WMM2FILT.dll,
    MPEG-2 Sections and Tables,0x005fffff,1,0,Mpeg2Data.ax,6.06.6002.18496
    Microsoft AC3 Encoder,0x00200000,1,1,msac3enc.dll,11.00.6001.7000
    WMT Virtual Renderer,0x00200000,1,0,WMM2FILT.dll,
    StreamBufferSource,0x00200000,0,0,sbe.dll,6.06.6002.18363
    Smart Tee,0x00200000,1,2,,6.06.6001.18000
    Overlay Mixer,0x00200000,0,0,,6.06.6002.18005
    RealPlayer Audio Filter,0x00200000,1,1,rdsf3260.dll,12.00.0001.0647
    AVI Decompressor,0x00600000,1,1,,6.06.6002.18158
    WMT MuxDeMux Filter,0x00200000,0,0,WMM2FILT.dll,
    NetBridge,0x00200000,2,0,netbridge.dll,6.01.6001.18000
    AVI/WAV File Source,0x00400000,0,2,,6.06.6002.18158
    WMT Volume,0x00200000,1,1,WMM2FILT.dll,
    Wave Parser,0x00400000,1,1,,6.06.6002.18158
    MIDI Parser,0x00400000,1,1,,6.06.6002.18158
    Multi-file Parser,0x00400000,1,1,,6.06.6002.18158
    File stream renderer,0x00400000,1,1,,6.06.6002.18158
    WMT VIH2 Fix,0x00200000,1,1,WMM2FILT.dll,
    Microsoft MPEG-1/DD Audio Decoder,0x005fffff,1,1,msmpeg2adec.dll,11.00.6001.7000
    AVI Mux,0x00200000,1,0,,6.06.6001.18000
    Bandisoft MPEG-1 Audio Decoder,0xff800001,1,1,bdfilters.dll,1.00.0003.0012
    Line 21 Decoder 2,0x00600002,1,1,,6.06.6002.18158
    File Source (Async.),0x00400000,0,1,,6.06.6002.18158
    File Source (URL),0x00400000,0,1,,6.06.6002.18158
    Media Center Extender Encryption Filter,0x00200000,2,2,Mcx2Filter.dll,6.01.6002.18005
    AudioRecorder WAV Dest,0x00200000,0,0,,6.00.6001.18000
    AudioRecorder Wave Form,0x00200000,0,0,,6.00.6001.18000
    SoundRecorder Null Renderer,0x00200000,0,0,,6.00.6001.18000
    MusicCity Audio Decoder,0x00200000,1,1,muzdecode.ax,1.00.0000.60207
    MusicCity MPEG4 Splitter Filter,0x00200000,1,1,muzmp4sp.ax,1.00.0000.60210
    MusicCity Windows Media Splitter,0x00200000,1,1,muzwmts.dll,1.00.0000.60208
    Infinite Pin Tee Filter,0x00200000,1,1,,6.06.6001.18000
    WMT Switch Filter,0x00200000,1,1,WMM2FILT.dll,
    BlueCode Audio Effect,0x00200000,1,1,muzeffect.ax,1.00.0000.60210
    MusicCity MPEG Splitter,0x00200000,0,1,muzmpgsp.ax,1.01.0007.0911
    Enhanced Video Renderer,0x00200000,1,0,evr.dll,6.00.6002.18005
    Uncompressed Domain Shot Detection Filter,0x00200000,1,1,WMM2FILT.dll,
    BDA MPEG2 Transport Information Filter,0x00200000,2,0,psisrndr.ax,6.06.6002.18496
    MPEG Video Decoder,0x40000001,1,1,,6.06.6002.18158
    MusicCity OGG Splitter,0x00200000,1,1,muzoggsp.ax,1.00.0000.60207
    WDM Streaming Tee/Splitter Devices:
    Tee/Sink-to-Sink Converter,0x00200000,1,1,,6.00.6001.18000
    Video Compressors:
    WMVideo8 Encoder DMO,0x00600800,1,1,,
    WMVideo9 Encoder DMO,0x00600800,1,1,,
    MSScreen 9 encoder DMO,0x00600800,1,1,,
    DV Video Encoder,0x00200000,0,0,,6.06.6001.18000
    MJPEG Compressor,0x00200000,0,0,,6.06.6002.18158
    Cinepak Codec by Radius,0x00200000,1,1,,6.06.6001.18000
    Intel IYUV codec,0x00200000,1,1,,6.06.6001.18000
    Intel IYUV codec,0x00200000,1,1,,6.06.6001.18000
    Bandi MJPEG Video Decoder,0x00200000,1,1,,6.06.6001.18000
    Bandi MPEG-1 Video Decoder,0x00200000,1,1,,6.06.6001.18000
    Microsoft RLE,0x00200000,1,1,,6.06.6001.18000
    Microsoft Video 1,0x00200000,1,1,,6.06.6001.18000
    Audio Compressors:
    WM Speech Encoder DMO,0x00600800,1,1,,
    WMAudio Encoder DMO,0x00600800,1,1,,
    IMA ADPCM,0x00200000,1,1,,6.06.6002.18158
    PCM,0x00200000,1,1,,6.06.6002.18158
    Microsoft ADPCM,0x00200000,1,1,,6.06.6002.18158
    GSM 6.10,0x00200000,1,1,,6.06.6002.18158
    Messenger Audio Codec,0x00200000,1,1,,6.06.6002.18158
    CCITT A-Law,0x00200000,1,1,,6.06.6002.18158
    CCITT u-Law,0x00200000,1,1,,6.06.6002.18158
    MP2,0x00200000,1,1,,6.06.6002.18158
    MPEG Layer-3,0x00200000,1,1,,6.06.6002.18158
    Audio Capture Sources:
    Microphone (High Definition Aud,0x00200000,0,0,,6.06.6001.18000
    Line In (High Definition Audio ,0x00200000,0,0,,6.06.6001.18000
    Midi Renderers:
    Default MidiOut Device,0x00800000,1,0,,6.06.6002.18158
    Microsoft GS Wavetable Synth,0x00200000,1,0,,6.06.6002.18158
    WDM Streaming Capture Devices:
    HD Audio Mixed capture,0x00200000,1,1,,6.00.6001.18000
    WDM Streaming Rendering Devices:
    HD Audio Speaker,0x00200000,1,1,,6.00.6001.18000
    HD Audio SPDIF out,0x00200000,1,1,,6.00.6001.18000
    BDA Network Providers:
    Microsoft ATSC Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.6002.18496
    Microsoft DVBC Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.6002.18496
    Microsoft DVBS Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.6002.18496
    Microsoft DVBT Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.6002.18496
    Microsoft Network Provider,0x00200000,0,1,MSNP.ax,6.06.6002.18005
    Multi-Instance Capable VBI Codecs:
    VBI Codec,0x00600000,1,4,VBICodec.ax,6.06.6001.18000
    BDA Transport Information Renderers:
    BDA MPEG2 Transport Information Filter,0x00600000,2,0,psisrndr.ax,6.06.6002.18496
    MPEG-2 Sections and Tables,0x00600000,1,0,Mpeg2Data.ax,6.06.6002.18496
    BDA CP/CA Filters:
    Decrypt/Tag,0x00600000,1,0,EncDec.dll,6.06.6002.18528
    Encrypt/Tag,0x00200000,0,0,EncDec.dll,6.06.6002.18528
    XDS Codec,0x00200000,0,0,EncDec.dll,6.06.6002.18528
    WDM Streaming Communication Transforms:
    Tee/Sink-to-Sink Converter,0x00200000,1,1,,6.00.6001.18000
    Audio Renderers:
    Speakers (High Definition Audio,0x00200000,1,0,,6.06.6002.18158
    Default DirectSound Device,0x00800000,1,0,,6.06.6002.18158
    Default WaveOut Device,0x00200000,1,0,,6.06.6002.18158
    Digital Output Device (SPDIF) (,0x00200000,1,0,,6.06.6002.18158
    DirectSound: Digital Output Device (SPDIF) (High Definition Audio Device),0x00200000,1,0,,6.06.6002.18158
    DirectSound: Speakers (High Definition Audio Device),0x00200000,1,0,,6.06.6002.18158

    Hi Chris,
    Hardware acceleration on or off makes absolutely no difference, i recently tried watching videos in a 100% fresh install and new profile in firefox (no addons) and the problem still occurs albiet a little slower in the new install, ie it takes a little longer to drop out of synch.
    There is a noticeable difference in framerate just before the problem occurs, like a very tiny hiccup, from that point on the audio gets left further and further behind, it's remedied by clicking back a few seconds on the video play bar but this is only temporary, lately i've even noticed it happening with live streams from the BBC, once again i must stress, this doesn't happen in Chrome or Opera or IE.

  • Problem with Flash Player in IE 7.0

    I just downloaded IE 7.0 and when clicking on my Flash
    Player, I’m getting the following ‘Warning’
    message:
    "Problems with this Web page might prevent it from being
    displayed properly or functioning properly .."
    Line: 1
    Char: 1
    Error: Object expected
    Code: 0
    URL: http//www.biom.net/index.php/teahouse/
    I don’t understand why I’m getting this message
    because my code (below) is specifying an “Object”:
    <object type="application/x-shockwave-flash" data="
    http://www.biom.net/podcasts/player.swf"
    id="audioplayer2" height="24" width="290"><br>
    <param name="movie" value="
    http://www.biom.net/podcasts/player.swf">
    <param name="FlashVars"
    value="playerID=2&bg=0xFDD1DD&leftbg=0xA81E42&lefticon=0xF2F2F2&rightbg=0xBDD758&rightbgh over=0xA81E42&righticon=0xF2F2F2
    &righticonhover=0xFFFFFF&text=0xA81E42&slider=0xA81E42&track=0xFFFFFF&border=0xFFFFFF&load er=0xBDD758&soundFile=http://www.biom.net/podcasts/autumn2006.mp3">
    <param name="quality" value="high">
    <param name="menu" value="false">
    <param name="wmode" value="transparent"></object>
    After displaying the warning, the mp3 plays.
    I don’t have this problem in Firefox on the PC or any
    of the Mac browsers.
    Any suggestions for getting this annoying warning message to
    stop occurring?
    Thanks.

    I contacted Microsoft
    after a couple (5!! ) attempts at various issues (deleting
    temporary folders, uninstalling IE7 and reinstalling) running a
    sfc/scannow etc etc
    we went for the blindingly obvious !!
    I uninstalled flash from
    http://www.adobe.com/shockwave/download/alternates/
    and then reinstalled from
    http://www.adobe.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash
    now back up and running
    hope this helps others

  • The Search for the Perfect Flash Player.......Help..

    Okay, here's my deal, I skateboard. Alot. Obviously, there's alot of hard landing and stuff of the sort. I need a player that can stand up to this. Here's what I need and what I'd like, if anyone can recommend something that matches this exactly, I would be greatly appreciati've.
    Basically, my Micro is EXACTLY what I want, minus the fact that it's a HDD MP3 player (well, for skateboarding, that is, I did want an HDD MP3 player).
    <B>. A dedicated removeable rechargeable battery (not AA/AAA)</B>
    <I>When MP3 players have a dedicated, non-standard rechargeable battery, the MP3 player also doubles as the battery charger. I don't want to use rechargeable AA/AAA batteries, because unless the MP3 player has a built-in AA/AAA charger (I highly highly doubt any MP3 player charges standard batteries), I'd have to be lugging around either a bunch of batteries or a AA/AAA battery charger. And that kills the point of being portable.
    I listen to my music ALL DAY, usually about 2 hours or more, so it's also good to be able to remove the rechargeable battery and replace it with another one. The only exception I would accept (regarding being removeable) is if the battery really does last all day. The ONLY player I've ever had that I could take with me ALL DAY and still have enough juice to come back the next day without charging it was my Rio Nitrus (.5Gb capacity). </I>
    <B>2. Drag and Drop Transfer of Songs With NO Installation of Software</B>
    <I>I love the fact that I can bring my Micro to school and just plug the cable into the computer and then go grab a few CD's from their library, rip them, then transfer them to my Micro, all without having to install the ZMME software.
    I love being able to just plug it in and have Windows XP recognize it as an MTP player and allow me to browse the file structure and literally drag and drop songs directly to the music folder itself without messing around with a bunch of extra software.</I>
    <B>3. A Display</B>
    <I>Not all MP3 players have one. I would like to be able to have visual feedback about what song I am playing and whatnot. If it were not for this fact, I probably would have gotten an iPod Shuffle *gasp, gagging, choking*</I>
    <B>4. Large Capacity (at least 52MB)</B>
    <I>While Gb would be nice, I know that size comes with money, and anyways, I already have my high capacity music player (my Micro). All I need is a player that can hold at least 00 songs so I can listen to a small variety of songs that pump me to skateboard.</I>
    <B><I>Things I Would Like, But Are Not Necessary</I></B>
    <B>5. Ability To Create (and Save) OR Utilize Playlists</B>
    <I>While it doesn't need to be able to actually create "on the fly" playlists like my Micro, I do want it to be able to somehow allow me to create a playlist, even if it's through the software that comes with it. When I skateboard, there are different songs I enjoy to hear that get me pumped for different things (getting started/warmed up, rolling around, jumping stairs, etc.). Sometimes I'm just not in the mood to hear every song on my player, and even if I am, sometimes I want to hear them in a specific order.</I>
    <B>6. Moderately Small, But Not Too Small</B>
    <I>Yes, there is such thing as being too small. I don't want something that looks like Barbie and Ken's boombox (at Wal-Mart they are selling this uber small MP3 player cube that is about the height of a quarter and the width of a quarter). I want it to be big enough that I have no problem with the controls, yet not too big. Anything bigger than the Micro is probably a tad too big, especially considering flash players don't have an HDD inside them, so they are relati'vely smaller in the first place.</I>
    <B>7. Ability to Play WMA's In Addition to MP3's</B>
    <I>I do have a converter that can convert between all audio formats, but the simple truth is that while it's not difficult at all, it can get annoying and time consuming. In addition, I have gotten alot of music from my friends. They all have WMP, so they simply rip it to their computer as WMA's. If the player supports this format, then I can simply transfer the song onto my player and start listening to it right away, instead of waiting to convert it when I got home to my computer.</I>
    <B>8. A Built-In USB Port</B>
    <I>The only two players that I have seen like this are the iPod Shuffle and the Zen Nano/Nano Plus. This is a great benefit to me in the fact that I don't need any cables or anything. Literally nothing else. Just the player itself. All I have to do is plug it in and that's it. No carrying around anything else if I want music from someone's computer. So easy and convenient....</I>
    <B>9. Ability to Charge the Battery Through the USB Port of a Computer</B>
    <I>This is a great feature (but to be honest, unnecessary for me) of my Micro. It's really convenient to be able to just plug it into any computer's USB port (with the correct FW and being locked) and charge it. Even though computers need outlets to operate (not including laptops), sometimes all of the outlets are being used, so the ability to charge itself through the USB port is awesome.</I>
    In conclusion, I love my Micro, and I do indeed skateboard with it. I have taken a few rough falls with it, but it has never suffered from it. My headphones have popped out of the jack a few times, but never had a negati've consequence from it. I love it and it's the best to me. It's everything I want in an MP3 player, but that won't change the fact that it has a HDD inside of it. And if it falls on the ground, then I'm basically watching my $200 fall into the toilet. I need a flash player that is basically a Micro clone so it can withstand bumps and bruises and jostles (yes, I know it is not recommended to bump, bruise or jostle ANY electronic, including flash players, but they ARE advertised for sports ((yes, even though not extreme sports)), and are shown to withstand movement more than HDD MP3 players.
    I actually find it fascinating with all of my skateboarding (especially with my jumping down stairs and ocassional hard falls) that my Micro has never skipped a beat. Ever. I'm obviously not condoning how I treat the poor baby, but I'm just so proud of the fact that I have the little girl (haha, yes, it's a girl).
    There are two MP3 players that have come oh so close to my desperate requirements, but they are both missing just one vital thing that stops me from getting either one.
    <B>Zen Nano/Nano Plus</B>
    I would get this if it had a rechargeable battery (see # above) or if it could charge AAA batteries. If anyone knows if this this can recharge AAA batteries, please tell me, as I will go buy it right away.
    <B>iPod Shuffle</B>
    Yes, I know, it's horrible, the iPod Shuffle actually did come into my mind and I did seriously consider buying it. However, the crippling problem with the iPod Shuffle is that it has no screen. I want visual feedback about what I'm playing, not just to go by an audible cue or remembering what songs I have on it. And since it has one major crippling factor, the fact that it's battery is not removeable kills it. The only lifting factor of it is the fact that it can charge through the USB port.
    Oh yeah, I don't want an iPod Nano, either, even though it fits most of the requirements. I just can't take the scratches.......hahaha.Message Edited by RMskater on 09-26-2005 0:00 PM

    ". A dedicated removeable rechargeable battery (not AA/AAA) <I>When MP3 players have a dedicated, non-standard rechargeable battery, the MP3 player also doubles as the battery charger. I don't want to use rechargeable AA/AAA batteries, because unless the MP3 player has a built-in AA/AAA charger (I highly highly doubt any MP3 player charges standard batteries), I'd have to be lugging around either a bunch of batteries or a AA/AAA battery charger. And that kills the point of being portable. "</I>
    <EM>AA and AAA rechargeables are great. One can usually charge up to four at a time with most chargers, and chargers that take an hour or less are available(the 5 minute chargers require special batteries and put excessi've strain on the batteries). They are also very inexpensi've. Carrying a few spares is no big deal. I have small plastic cases that were specifically made to hold 2 AA or AAA batteries and other cases specifically designed for 4 of them. I would hate to have to swap out the player battery, swap in the spare then plug the player in just to charge spares one at a time. Proprietary batteries are expensi've, while AA or AAA nimh rechargeables are often around $0 or so for 4(for the higher capacity ones. Slightly lower capacity ones are even cheaper).</EM>
    <EM></EM>
    <EM>"</EM>8. A Built-In USB Port <EM>The only two players that I have seen like this are the iPod Shuffle and the Zen Nano/Nano Plus. This is a great benefit to me in the fact that I don't need any cables or anything. Literally nothing else. Just the player itself. All I have to do is plug it in and that's it. No carrying around anything else if I want music from someone's computer. So easy and convenient...."</EM>
    <EM>I prefer having a smaller player that uses a cable to connect.</EM>
    <EM></EM>
    <EM></EM>

  • Chrome's Flash Player 11,3,31,222 is lagging

    Flash Player 11,3,31,222 for Google Chrome 21.0.1180.60  is lagging a lot, especially on full screen. Already tried unlimited storage and disabling hardware acceleration. Apparently, It started happening after this last update, and only happens in Chrome.
    I couldn't find the attach option, so here's my whole dxdiag:
    System Information
    Time of this report: 8/5/2012, 22:55:14
           Machine name: USER-134EC5D102
       Operating System: Windows XP Professional (5.1, Build 2600) Service Pack 3 (2600.xpsp_sp3_gdr.120504-1619)
               Language: English (Regional Setting: English)
    System Manufacturer: GATEWA
           System Model: W6409                          
                   BIOS: Default System BIOS
              Processor: Intel(R) Pentium(R) 4 CPU 3.00GHz (2 CPUs)
                 Memory: 1918MB RAM
              Page File: 1505MB used, 1602MB available
            Windows Dir: C:\WINDOWS
        DirectX Version: DirectX 9.0c (4.09.0000.0904)
    DX Setup Parameters: None
         DxDiag Version: 5.03.2600.5512 32bit Unicode
    DxDiag Notes
      DirectX Files Tab: No problems found.
          Display Tab 1: No problems found.
            Sound Tab 1: No problems found.
            Sound Tab 2: No problems found.
              Music Tab: No problems found.
              Input Tab: No problems found.
            Network Tab: No problems found.
    DirectX Debug Levels
    Direct3D:    0/4 (n/a)
    DirectDraw:  0/4 (retail)
    DirectInput: 0/5 (n/a)
    DirectMusic: 0/5 (n/a)
    DirectPlay:  0/9 (retail)
    DirectSound: 0/5 (retail)
    DirectShow:  0/6 (retail)
    Display Devices
            Card name: ATI RADEON XPRESS 200 Series
         Manufacturer: ATI Technologies Inc.
            Chip type: ATI Radeon Xpress Series (0x5A61)
             DAC type: Internal DAC(400MHz)
           Device Key: Enum\PCI\VEN_1002&DEV_5A61&SUBSYS_D6018086&REV_00
       Display Memory: 128.0 MB
         Current Mode: 1280 x 1024 (32 bit) (70Hz)
              Monitor: Dell 1704FPT (Analog)
      Monitor Max Res: 1280,1024
          Driver Name: ati2dvag.dll
       Driver Version: 6.14.0010.6925 (English)
          DDI Version: 9 (or higher)
    Driver Attributes: Final Retail
    Driver Date/Size: 2/11/2010 01:45:14, 325120 bytes
          WHQL Logo'd: n/a
      WHQL Date Stamp: n/a
                  VDD: n/a
             Mini VDD: ati2mtag.sys
        Mini VDD Date: 2/11/2010 04:38:10, 3565056 bytes
    Device Identifier: {D7B71EE2-1921-11CF-3BF8-0BF6A1C2CB35}
            Vendor ID: 0x1002
            Device ID: 0x5A61
            SubSys ID: 0xD6018086
          Revision ID: 0x0000
          Revision ID: 0x0000
          Video Accel: ModeMPEG2_C ModeMPEG2_D ModeWMV8_B ModeWMV8_A ModeWMV9_B ModeWMV9_A
    Deinterlace Caps: {6E8329FF-B642-418B-BCF0-BCB6591E255F}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                       {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                       {552C0DAD-CCBC-420B-83C8-74943CF9F1A6}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,2) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                       {6E8329FF-B642-418B-BCF0-BCB6591E255F}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                       {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
             Registry: OK
         DDraw Status: Enabled
           D3D Status: Enabled
           AGP Status: Enabled
    DDraw Test Result: Not run
    D3D7 Test Result: Not run
    D3D8 Test Result: Not run
    D3D9 Test Result: Not run
    Sound Devices
                Description: Plantronics Headset
    Default Sound Playback: Yes
    Default Voice Playback: Yes
                Hardware ID: USB\Vid_047f&Pid_0ca1&Rev_0004&MI_00
            Manufacturer ID: 65535
                 Product ID: 65535
                       Type: WDM
                Driver Name: usbaudio.sys
             Driver Version: 5.01.2600.5512 (English)
          Driver Attributes: Final Retail
                WHQL Logo'd: n/a
              Date and Size: 4/14/2008 01:15:14, 60032 bytes
                Other Files:
            Driver Provider: Microsoft
             HW Accel Level: Full
                  Cap Flags: 0x0
        Min/Max Sample Rate: 0, 0
    Static/Strm HW Mix Bufs: 0, 0
    Static/Strm HW 3D Bufs: 0, 0
                  HW Memory: 0
           Voice Management: No
    EAX(tm) 2.0 Listen/Src: No, No
       I3DL2(tm) Listen/Src: No, No
    Sensaura(tm) ZoomFX(tm): No
                   Registry: OK
          Sound Test Result: Not run
                Description: Realtek HD Audio output
    Default Sound Playback: No
    Default Voice Playback: No
                Hardware ID: HDAUDIO\FUNC_01&VEN_10EC&DEV_0883&SUBSYS_8086D601&REV_1000
            Manufacturer ID: 1
                 Product ID: 100
                       Type: WDM
                Driver Name: RtkHDAud.sys
             Driver Version: 5.10.0000.5172 (English)
          Driver Attributes: Final Retail
                WHQL Logo'd: n/a
              Date and Size: 9/23/2005 19:56:28, 3966976 bytes
                Other Files:
            Driver Provider: Realtek Semiconductor Corp.
             HW Accel Level: Full
                  Cap Flags: 0x0
        Min/Max Sample Rate: 0, 0
    Static/Strm HW Mix Bufs: 0, 0
    Static/Strm HW 3D Bufs: 0, 0
                  HW Memory: 0
           Voice Management: No
    EAX(tm) 2.0 Listen/Src: Yes, Yes
       I3DL2(tm) Listen/Src: Yes, Yes
    Sensaura(tm) ZoomFX(tm): No
                   Registry: OK
          Sound Test Result: Not run
    Sound Capture Devices
                Description: USB Audio Device
      Default Sound Capture: Yes
      Default Voice Capture: No
                Driver Name: usbaudio.sys
             Driver Version: 5.01.2600.5512 (English)
          Driver Attributes: Final Retail
              Date and Size: 4/14/2008 01:15:14, 60032 bytes
                  Cap Flags: 0x0
               Format Flags: 0x0
                Description: Realtek HD Audio input
      Default Sound Capture: No
      Default Voice Capture: No
                Driver Name: RtkHDAud.sys
             Driver Version: 5.10.0000.5172 (English)
          Driver Attributes: Final Retail
              Date and Size: 9/23/2005 19:56:28, 3966976 bytes
                  Cap Flags: 0x0
               Format Flags: 0x0
                Description: Plantronics Headset
      Default Sound Capture: No
      Default Voice Capture: Yes
                Driver Name: usbaudio.sys
             Driver Version: 5.01.2600.5512 (English)
          Driver Attributes: Final Retail
              Date and Size: 4/14/2008 01:15:14, 60032 bytes
                  Cap Flags: 0x0
               Format Flags: 0x0
    DirectMusic
            DLS Path: C:\WINDOWS\SYSTEM32\drivers\GM.DLS
         DLS Version: 1.00.0016.0002
        Acceleration: n/a
               Ports: Microsoft Synthesizer, Software (Not Kernel Mode), Output, DLS, Internal, Default Port
                      USB Audio Device, Software (Kernel Mode), Output, DLS, Internal
                      Microsoft MIDI Mapper [Emulated], Hardware (Not Kernel Mode), Output, No DLS, Internal
                      Microsoft GS Wavetable SW Synth [Emulated], Hardware (Not Kernel Mode), Output, No DLS, Internal
            Registry: OK
         Test Result: Not run
    DirectInput Devices
          Device Name: Mouse
             Attached: 1
        Controller ID: n/a
    Vendor/Product ID: n/a
            FF Driver: n/a
          Device Name: Keyboard
             Attached: 1
        Controller ID: n/a
    Vendor/Product ID: n/a
            FF Driver: n/a
          Device Name: Plantronics Headset
             Attached: 1
        Controller ID: 0x0
    Vendor/Product ID: 0x047F, 0x0CA1
            FF Driver: n/a
    Poll w/ Interrupt: No
             Registry: OK
    USB Devices
    + USB Root Hub
    | Vendor/Product ID: 0x1002, 0x4374
    | Matching Device ID: usb\root_hub
    | Service: usbhub
    | Driver: usbhub.sys, 4/14/2008 10:00:00, 59520 bytes
    | Driver: usbd.sys, 4/14/2008 10:00:00, 4736 bytes
    Gameport Devices
    PS/2 Devices
    + Standard 101/102-Key or Microsoft Natural PS/2 Keyboard
    | Matching Device ID: *pnp0303
    | Service: i8042prt
    | Driver: i8042prt.sys, 4/14/2008 10:00:00, 52480 bytes
    | Driver: kbdclass.sys, 4/14/2008 10:00:00, 24576 bytes
    |
    + Terminal Server Keyboard Driver
    | Matching Device ID: root\rdp_kbd
    | Upper Filters: kbdclass
    | Service: TermDD
    | Driver: termdd.sys, 4/14/2008 06:43:22, 40840 bytes
    | Driver: kbdclass.sys, 4/14/2008 10:00:00, 24576 bytes
    |
    + PS/2 Compatible Mouse
    | Matching Device ID: *pnp0f13
    | Service: i8042prt
    | Driver: i8042prt.sys, 4/14/2008 10:00:00, 52480 bytes
    | Driver: mouclass.sys, 4/14/2008 10:00:00, 23040 bytes
    |
    + Terminal Server Mouse Driver
    | Matching Device ID: root\rdp_mou
    | Upper Filters: mouclass
    | Service: TermDD
    | Driver: termdd.sys, 4/14/2008 06:43:22, 40840 bytes
    | Driver: mouclass.sys, 4/14/2008 10:00:00, 23040 bytes
    DirectPlay Service Providers
    DirectPlay8 Modem Service Provider - Registry: OK, File: dpnet.dll (5.03.2600.5512)
    DirectPlay8 Serial Service Provider - Registry: OK, File: dpnet.dll (5.03.2600.5512)
    DirectPlay8 IPX Service Provider - Registry: OK, File: dpnet.dll (5.03.2600.5512)
    DirectPlay8 TCP/IP Service Provider - Registry: OK, File: dpnet.dll (5.03.2600.5512)
    Internet TCP/IP Connection For DirectPlay - Registry: OK, File: dpwsockx.dll (5.03.2600.5512)
    IPX Connection For DirectPlay - Registry: OK, File: dpwsockx.dll (5.03.2600.5512)
    Modem Connection For DirectPlay - Registry: OK, File: dpmodemx.dll (5.03.2600.5512)
    Serial Connection For DirectPlay - Registry: OK, File: dpmodemx.dll (5.03.2600.5512)
    DirectPlay Voice Wizard Tests: Full Duplex: Not run, Half Duplex: Not run, Mic: Not run
    DirectPlay Test Result: Not run
    Registry: OK
    DirectPlay Adapters
    DirectPlay8 Modem Service Provider: PCI Soft Data Fax Modem with SmartCP
    DirectPlay8 Serial Service Provider: COM1
    DirectPlay8 Serial Service Provider: COM3
    DirectPlay8 TCP/IP Service Provider: Wireless Network Connection 5 - IPv6 - fe80::fad1:11ff:fe1a:dd82
    DirectPlay8 TCP/IP Service Provider: Teredo Tunneling Pseudo-Interface - IPv6 - fe80::ffff:ffff:fffd
    DirectPlay8 TCP/IP Service Provider: Automatic Tunneling Pseudo-Interface - IPv6 - fe80::5efe:
    DirectPlay8 TCP/IP Service Provider: Wireless Network Connection 5 - IPv4 -
    DirectPlay Voice Codecs
    Voxware VR12 1.4kbit/s
    Voxware SC06 6.4kbit/s
    Voxware SC03 3.2kbit/s
    MS-PCM 64 kbit/s
    MS-ADPCM 32.8 kbit/s
    Microsoft GSM 6.10 13 kbit/s
    TrueSpeech(TM) 8.6 kbit/s
    DirectPlay Lobbyable Apps
    Close Combat III (DX7) - Registry: OK, ExeFile: CC3.Exe (3.98.0012.0902)
    Disk & DVD/CD-ROM Drives
          Drive: C:
    Free Space: 50.8 GB
    Total Space: 157.1 GB
    File System: NTFS
          Model: HDT722516DLAT80
          Drive: D:
          Model: HL-DT-ST DVD-RW GSA-H11N
         Driver: c:\windows\system32\drivers\cdrom.sys, 5.01.2600.5512 (English), 4/14/2008 10:00:00, 62976 bytes
          Drive: I:
          Model: QLYHY QR05I78P SCSI CdRom Device
         Driver: c:\windows\system32\drivers\cdrom.sys, 5.01.2600.5512 (English), 4/14/2008 10:00:00, 62976 bytes
    System Devices
         Name: PCI Soft Data Fax Modem with SmartCP
    Device ID: PCI\VEN_14F1&DEV_2F40&SUBSYS_200014F1&REV_00\4&397875E9&0&20A4
       Driver: C:\WINDOWS\SYSTEM32\DRIVERS\HSF_CNXT.sys, 7.53.0000.0000 (English), 7/18/2006 17:15:10, 728192 bytes
       Driver: C:\WINDOWS\SYSTEM32\DRIVERS\HSFHWBS2.sys, 7.53.0000.0000 (English), 7/18/2006 17:15:18, 256128 bytes
       Driver: C:\WINDOWS\SYSTEM32\DRIVERS\HSF_DPV.sys, 7.53.0000.0000 (English), 7/18/2006 17:16:08, 990592 bytes
       Driver: C:\WINDOWS\SYSTEM32\DRIVERS\mdmxsdk.sys, 1.00.0002.0012 (English), 6/19/2006 16:26:58, 12672 bytes
       Driver: C:\WINDOWS\SYSTEM32\DRIVERS\HSFProf.cty, 7/18/2006 15:56:26, 144201 bytes
       Driver: C:\WINDOWS\system32\mdmxsdk.dll, 1.00.0002.0012 (English), 6/19/2006 16:26:50, 94208 bytes
       Driver: C:\Program Files\CONEXANT\CNXT_MODEM_PCI_VEN_14F1&DEV_2F40&SUBSYS_200014F1\HXFSetup.exe, 4.00.0008.0000 (English), 6/9/2006 12:58:46, 659456 bytes
       Driver: C:\WINDOWS\system32\Uci32107.dll, 2.00.0000.0007 (English), 6/27/2006 17:28:38, 122880 bytes
         Name: Realtek RTL8139/810x Family Fast Ethernet NIC
    Device ID: PCI\VEN_10EC&DEV_8139&SUBSYS_D6018086&REV_10\4&397875E9&0&10A4
       Driver: C:\WINDOWS\system32\DRIVERS\Rtnicxp.sys, 5.719.0325.2009 (English), 3/25/2009 07:29:52, 130432 bytes
       Driver: C:\WINDOWS\system32\RtNicProp32.dll, 1.02.0000.0003 (English), 3/3/2009 13:18:04, 73728 bytes
         Name: ATI RADEON XPRESS 200 Series
    Device ID: PCI\VEN_1002&DEV_5A61&SUBSYS_D6018086&REV_00\4&31B7C91F&0&2808
       Driver: C:\WINDOWS\system32\DRIVERS\ati2mtag.sys, 6.14.0010.6925 (English), 2/11/2010 04:38:10, 3565056 bytes
       Driver: C:\WINDOWS\system32\DRIVERS\ati2erec.dll, 1.00.0000.0018 (English), 2/11/2010 01:19:08, 53248 bytes
       Driver: C:\WINDOWS\system32\ati2dvag.dll, 6.14.0010.6925 (English), 2/11/2010 01:45:14, 325120 bytes
       Driver: C:\WINDOWS\system32\ati2cqag.dll, 6.14.0010.0413 (English), 2/11/2010 00:47:50, 626688 bytes
       Driver: C:\WINDOWS\system32\Ati2mdxx.exe, 6.14.0010.2495 (English), 2/11/2010 01:35:32, 26112 bytes
       Driver: C:\WINDOWS\system32\ati3duag.dll, 6.14.0010.0647 (English), 2/11/2010 01:25:10, 3818144 bytes
       Driver: C:\WINDOWS\system32\ativvaxx.dll, 6.14.0010.0218 (English), 2/11/2010 01:12:24, 2670592 bytes
       Driver: C:\WINDOWS\system32\atiicdxx.dat, 4/23/2009 19:29:16, 189051 bytes
       Driver: C:\WINDOWS\system32\ativva5x.dat, 2/11/2010 01:12:00, 3107788 bytes
       Driver: C:\WINDOWS\system32\ativva6x.dat, 2/11/2010 01:12:00, 887724 bytes
       Driver: C:\WINDOWS\system32\amdpcom32.dll, 6.14.0010.0023 (English), 2/11/2010 00:59:16, 49664 bytes
       Driver: C:\WINDOWS\system32\atiadlxx.dll, 6.14.0010.1032 (English), 2/11/2010 00:54:04, 126976 bytes
       Driver: C:\WINDOWS\system32\ativvaxx.cap, 2/11/2010 01:12:00, 152496 bytes
       Driver: C:\WINDOWS\system32\ATIDDC.DLL, 6.14.0010.0008 (English), 2/11/2010 01:32:36, 53248 bytes
       Driver: C:\WINDOWS\system32\atitvo32.dll, 6.14.0010.4200 (English), 2/11/2010 00:53:46, 17408 bytes
       Driver: C:\WINDOWS\system32\ativcoxx.dll, 6.13.0010.0005 (English), 11/9/2001 13:01:04, 24064 bytes
       Driver: C:\WINDOWS\system32\ati2evxx.exe, 6.14.0010.4222 (English), 2/11/2010 01:33:56, 602112 bytes
       Driver: C:\WINDOWS\system32\ati2evxx.dll, 6.14.0010.4178 (English), 2/11/2010 01:35:10, 155648 bytes
       Driver: C:\WINDOWS\system32\atipdlxx.dll, 6.14.0010.2550 (English), 2/11/2010 01:36:00, 204800 bytes
       Driver: C:\WINDOWS\system32\Oemdspif.dll, 6.15.0006.0004 (English), 2/11/2010 01:35:44, 155648 bytes
       Driver: C:\WINDOWS\system32\ati2edxx.dll, 6.14.0010.2514 (English), 2/11/2010 01:35:24, 43520 bytes
       Driver: C:\WINDOWS\system32\atikvmag.dll, 6.14.0010.0098 (English), 2/11/2010 00:55:40, 475136 bytes
       Driver: C:\WINDOWS\system32\atifglpf.xml, 8/31/2007 11:20:48, 7167 bytes
       Driver: C:\WINDOWS\system32\ATIDEMGX.dll, 2.00.3693.42787 (English), 2/11/2010 01:46:14, 442368 bytes
       Driver: C:\WINDOWS\system32\aticaldd.dll, 6.14.0010.0227 (English), 2/11/2010 01:21:14, 3227648 bytes
       Driver: C:\WINDOWS\system32\aticalrt.dll, 6.14.0010.0227 (English), 2/11/2010 01:23:04, 45056 bytes
       Driver: C:\WINDOWS\system32\aticalcl.dll, 6.14.0010.0227 (English), 2/11/2010 01:22:52, 45056 bytes
       Driver: C:\WINDOWS\system32\atibrtmon.exe, 2.00.0000.0000 (English), 10/21/2008 15:51:42, 118784 bytes
       Driver: C:\WINDOWS\system32\atiok3x2.dll, 6.14.0010.8545 (English), 2/11/2010 01:37:08, 290816 bytes
       Driver: C:\WINDOWS\system32\atioglxx.dll, 6.14.0010.8545 (English), 2/11/2010 02:17:44, 11845632 bytes
       Driver: C:\WINDOWS\system32\atiiiexx.dll, 6.14.0010.4006 (English), 2/11/2010 02:07:40, 307200 bytes
       Driver: C:\WINDOWS\atiogl.xml, 4/16/2009 13:19:48, 15577 bytes
         Name: PCI standard PCI-to-PCI bridge
    Device ID: PCI\VEN_1002&DEV_5A3F&SUBSYS_00000000&REV_00\3&B1BFB68&0&08
       Driver: C:\WINDOWS\system32\DRIVERS\pci.sys, 5.01.2600.5512 (English), 4/14/2008 10:00:00, 68224 bytes
         Name: PCI standard host CPU bridge
    Device ID: PCI\VEN_1002&DEV_5A33&SUBSYS_00000000&REV_01\3&B1BFB68&0&00
       Driver: n/a
         Name: Microsoft UAA Bus Driver for High Definition Audio
    Device ID: PCI\VEN_1002&DEV_437B&SUBSYS_D6018086&REV_01\3&B1BFB68&0&A2
       Driver: C:\WINDOWS\system32\DRIVERS\hdaudbus.sys, 5.10.0001.5013 (English), 4/14/2008 10:00:00, 144384 bytes
         Name: Standard Dual Channel PCI IDE Controller
    Device ID: PCI\VEN_1002&DEV_437A&SUBSYS_D6018086&REV_80\3&B1BFB68&0&88
       Driver: C:\WINDOWS\system32\DRIVERS\pciidex.sys, 5.01.2600.5512 (English), 4/14/2008 10:00:00, 24960 bytes
       Driver: C:\WINDOWS\system32\DRIVERS\atapi.sys, 5.01.2600.5512 (English), 4/14/2008 10:00:00, 96512 bytes
       Driver: C:\WINDOWS\system32\DRIVERS\pciide.sys, 5.01.2600.0000 (English), 4/14/2008 10:00:00, 3328 bytes
         Name: Standard Dual Channel PCI IDE Controller
    Device ID: PCI\VEN_1002&DEV_4379&SUBSYS_D6018086&REV_80\3&B1BFB68&0&90
       Driver: C:\WINDOWS\system32\DRIVERS\pciidex.sys, 5.01.2600.5512 (English), 4/14/2008 10:00:00, 24960 bytes
       Driver: C:\WINDOWS\system32\DRIVERS\atapi.sys, 5.01.2600.5512 (English), 4/14/2008 10:00:00, 96512 bytes
       Driver: C:\WINDOWS\system32\DRIVERS\pciide.sys, 5.01.2600.0000 (English), 4/14/2008 10:00:00, 3328 bytes
         Name: PCI standard ISA bridge
    Device ID: PCI\VEN_1002&DEV_4377&SUBSYS_00000000&REV_80\3&B1BFB68&0&A3
       Driver: C:\WINDOWS\system32\DRIVERS\isapnp.sys, 5.01.2600.5512 (English), 4/14/2008 10:00:00, 37248 bytes
         Name: Standard Dual Channel PCI IDE Controller
    Device ID: PCI\VEN_1002&DEV_4376&SUBSYS_D6018086&REV_80\3&B1BFB68&0&A1
       Driver: C:\WINDOWS\system32\DRIVERS\pciidex.sys, 5.01.2600.5512 (English), 4/14/2008 10:00:00, 24960 bytes
       Driver: C:\WINDOWS\system32\DRIVERS\atapi.sys, 5.01.2600.5512 (English), 4/14/2008 10:00:00, 96512 bytes
       Driver: C:\WINDOWS\system32\DRIVERS\pciide.sys, 5.01.2600.0000 (English), 4/14/2008 10:00:00, 3328 bytes
         Name: Standard OpenHCD USB Host Controller
    Device ID: PCI\VEN_1002&DEV_4375&SUBSYS_D6018086&REV_80\3&B1BFB68&0&99
       Driver: C:\WINDOWS\system32\drivers\usbohci.sys, 5.01.2600.5512 (English), 4/14/2008 10:00:00, 17152 bytes
       Driver: C:\WINDOWS\system32\drivers\usbport.sys, 5.01.2600.5512 (English), 4/14/2008 10:00:00, 143872 bytes
       Driver: C:\WINDOWS\system32\usbui.dll, 5.01.2600.5512 (English), 4/14/2008 02:42:10, 74240 bytes
       Driver: C:\WINDOWS\system32\drivers\usbhub.sys, 5.01.2600.5512 (English), 4/14/2008 10:00:00, 59520 bytes
         Name: Standard OpenHCD USB Host Controller
    Device ID: PCI\VEN_1002&DEV_4374&SUBSYS_D6018086&REV_80\3&B1BFB68&0&98
       Driver: C:\WINDOWS\system32\drivers\usbohci.sys, 5.01.2600.5512 (English), 4/14/2008 10:00:00, 17152 bytes
       Driver: C:\WINDOWS\system32\drivers\usbport.sys, 5.01.2600.5512 (English), 4/14/2008 10:00:00, 143872 bytes
       Driver: C:\WINDOWS\system32\usbui.dll, 5.01.2600.5512 (English), 4/14/2008 02:42:10, 74240 bytes
       Driver: C:\WINDOWS\system32\drivers\usbhub.sys, 5.01.2600.5512 (English), 4/14/2008 10:00:00, 59520 bytes
         Name: Standard Enhanced PCI to USB Host Controller
    Device ID: PCI\VEN_1002&DEV_4373&SUBSYS_D6018086&REV_80\3&B1BFB68&0&9A
       Driver: C:\WINDOWS\system32\drivers\usbehci.sys, 5.01.2600.5512 (English), 4/14/2008 10:00:00, 30208 bytes
       Driver: C:\WINDOWS\system32\drivers\usbport.sys, 5.01.2600.5512 (English), 4/14/2008 10:00:00, 143872 bytes
       Driver: C:\WINDOWS\system32\usbui.dll, 5.01.2600.5512 (English), 4/14/2008 02:42:10, 74240 bytes
       Driver: C:\WINDOWS\system32\drivers\usbhub.sys, 5.01.2600.5512 (English), 4/14/2008 10:00:00, 59520 bytes
       Driver: C:\WINDOWS\system32\hccoin.dll, 5.01.2600.5512 (English), 4/14/2008 10:00:00, 7168 bytes
         Name: Compaq Deskpro Thermal Sensor
    Device ID: PCI\VEN_1002&DEV_4372&SUBSYS_D6018086&REV_81\3&B1BFB68&0&A0
       Driver: n/a
         Name: PCI standard PCI-to-PCI bridge
    Device ID: PCI\VEN_1002&DEV_4371&SUBSYS_00000000&REV_80\3&B1BFB68&0&A4
       Driver: C:\WINDOWS\system32\DRIVERS\pci.sys, 5.01.2600.5512 (English), 4/14/2008 10:00:00, 68224 bytes
    DirectX Components
       ddraw.dll: 5.03.2600.5512 English Final Retail 4/14/2008 10:00:00 279552 bytes
    ddrawex.dll: 5.03.2600.5512 English Final Retail 4/14/2008 10:00:00 27136 bytes
       dxapi.sys: 5.01.2600.0000 English Final Retail 4/14/2008 10:00:00 10496 bytes
        d3d8.dll: 5.03.2600.5512 English Final Retail 4/14/2008 10:00:00 1179648 bytes
    d3d8thk.dll: 5.03.2600.5512 English Final Retail 4/14/2008 10:00:00 8192 bytes
        d3d9.dll: 5.03.2600.5512 English Final Retail 4/14/2008 10:00:00 1689088 bytes
       d3dim.dll: 5.01.2600.0000 English Final Retail 4/14/2008 10:00:00 436224 bytes
    d3dim700.dll: 5.03.2600.5512 English Final Retail 4/14/2008 10:00:00 824320 bytes
    d3dramp.dll: 5.01.2600.0000 English Final Retail 4/14/2008 10:00:00 590336 bytes
       d3drm.dll: 5.01.2600.0000 English Final Retail 4/14/2008 10:00:00 350208 bytes
      d3dxof.dll: 5.01.2600.0000 English Final Retail 4/14/2008 10:00:00 47616 bytes
    d3dpmesh.dll: 5.01.2600.0000 English Final Retail 4/14/2008 10:00:00 34816 bytes
       dplay.dll: 5.00.2134.0001 English Final Retail 4/14/2008 10:00:00 33040 bytes
      dplayx.dll: 5.03.2600.5512 English Final Retail 4/14/2008 10:00:00 229888 bytes
    dpmodemx.dll: 5.03.2600.5512 English Final Retail 4/14/2008 10:00:00 23552 bytes
    dpwsock.dll: 5.00.2134.0001 English Final Retail 4/14/2008 10:00:00 42768 bytes
    dpwsockx.dll: 5.03.2600.5512 English Final Retail 4/14/2008 10:00:00 57344 bytes
    dplaysvr.exe: 5.03.2600.5512 English Final Retail 4/14/2008 10:00:00 29696 bytes
      dpnsvr.exe: 5.03.2600.5512 English Final Retail 4/14/2008 10:00:00 17920 bytes
       dpnet.dll: 5.03.2600.5512 English Final Retail 4/14/2008 10:00:00 375296 bytes
    dpnlobby.dll: 5.03.2600.5512 English Final Retail 4/14/2008 10:00:00 3072 bytes
    dpnaddr.dll: 5.03.2600.5512 English Final Retail 4/14/2008 10:00:00 3072 bytes
    dpvoice.dll: 5.03.2600.5512 English Final Retail 4/14/2008 10:00:00 212480 bytes
    dpvsetup.exe: 5.03.2600.5512 English Final Retail 4/14/2008 10:00:00 83456 bytes
      dpvvox.dll: 5.03.2600.5512 English Final Retail 4/14/2008 10:00:00 116736 bytes
      dpvacm.dll: 5.03.2600.5512 English Final Retail 4/14/2008 10:00:00 21504 bytes
    dpnhpast.dll: 5.03.2600.5512 English Final Retail 4/14/2008 10:00:00 35328 bytes
    dpnhupnp.dll: 5.03.2600.5512 English Final Retail 4/14/2008 10:00:00 60928 bytes
    dpserial.dll: 5.00.2134.0001 English Final Retail 4/14/2008 10:00:00 53520 bytes
      dinput.dll: 5.03.2600.5512 English Final Retail 4/14/2008 10:00:00 158720 bytes
    dinput8.dll: 5.03.2600.5512 English Final Retail 4/14/2008 10:00:00 181760 bytes
       dimap.dll: 5.01.2600.0000 English Final Retail 4/14/2008 10:00:00 44032 bytes
    diactfrm.dll: 5.01.2600.0000 English Final Retail 4/14/2008 10:00:00 394240 bytes
         joy.cpl: 5.03.2600.5512 English Final Retail 4/14/2008 10:00:00 68608 bytes
       gcdef.dll: 5.01.2600.0000 English Final Retail 4/14/2008 10:00:00 76800 bytes
         pid.dll: 5.03.2600.5512 English Final Retail 4/14/2008 10:00:00 35328 bytes
      dsound.dll: 5.03.2600.5512 English Final Retail 4/14/2008 10:00:00 367616 bytes
    dsound3d.dll: 5.03.2600.5512 English Final Retail 4/14/2008 10:00:00 1293824 bytes
      dswave.dll: 5.03.2600.5512 English Final Retail 4/14/2008 10:00:00 19456 bytes
       dsdmo.dll: 5.03.2600.5512 English Final Retail 4/14/2008 10:00:00 181248 bytes
    dsdmoprp.dll: 5.03.2600.5512 English Final Retail 4/14/2008 10:00:00 71680 bytes
      dmusic.dll: 5.03.2600.5512 English Final Retail 4/14/2008 10:00:00 104448 bytes
      dmband.dll: 5.03.2600.5512 English Final Retail 4/14/2008 10:00:00 28672 bytes
    dmcompos.dll: 5.03.2600.5512 English Final Retail 4/14/2008 10:00:00 61440 bytes
       dmime.dll: 5.03.2600.5512 English Final Retail 4/14/2008 10:00:00 181248 bytes
    dmloader.dll: 5.03.2600.5512 English Final Retail 4/14/2008 10:00:00 35840 bytes
    dmstyle.dll: 5.03.2600.5512 English Final Retail 4/14/2008 10:00:00 105984 bytes
    dmsynth.dll: 5.03.2600.5512 English Final Retail 4/14/2008 10:00:00 103424 bytes
    dmscript.dll: 5.03.2600.5512 English Final Retail 4/14/2008 10:00:00 82432 bytes
      system.dll: 1.00.3705.6018 English Final Retail 10/9/2009 17:31:55 1179648 bytes
      system.dll: 1.01.4322.2494 English Final Retail 1/19/2012 23:48:29 1232896 bytes
    Microsoft.DirectX.Direct3D.dll: 9.05.0132.0000 English Final Retail 12/19/2011 18:58:38 473600 bytes
    Microsoft.DirectX.Direct3DX.dll: 5.04.0000.3900 English Final Retail 12/19/2011 18:58:29 2676224 bytes
    Microsoft.DirectX.Direct3DX.dll: 9.04.0091.0000 English Final Retail 12/19/2011 18:58:31 2846720 bytes
    Microsoft.DirectX.Direct3DX.dll: 9.05.0132.0000 English Final Retail 12/19/2011 18:58:32 563712 bytes
    Microsoft.DirectX.Direct3DX.dll: 9.06.0168.0000 English Final Retail 12/19/2011 18:58:33 567296 bytes
    Microsoft.DirectX.Direct3DX.dll: 9.07.0239.0000 English Final Retail 12/19/2011 18:58:34 576000 bytes
    Microsoft.DirectX.Direct3DX.dll: 9.08.0299.0000 English Final Retail 12/19/2011 18:58:35 577024 bytes
    Microsoft.DirectX.Direct3DX.dll: 9.09.0376.0000 English Final Retail 12/19/2011 18:58:36 577536 bytes
    Microsoft.DirectX.Direct3DX.dll: 9.10.0455.0000 English Final Retail 12/19/2011 18:58:39 577536 bytes
    Microsoft.DirectX.Direct3DX.dll: 9.11.0519.0000 English Final Retail 12/20/2009 22:05:23 578560 bytes
    Microsoft.DirectX.Direct3DX.dll: 9.12.0589.0000 English Final Retail 12/20/2009 22:05:25 578560 bytes
    Microsoft.DirectX.DirectDraw.dll: 5.04.0000.2904 English Final Retail 12/19/2011 18:58:39 145920 bytes
    Microsoft.DirectX.DirectInput.dll: 5.04.0000.2904 English Final Retail 12/19/2011 18:58:39 159232 bytes
    Microsoft.DirectX.DirectPlay.dll: 5.04.0000.2904 English Final Retail 12/19/2011 18:58:40 364544 bytes
    Microsoft.DirectX.DirectSound.dll: 5.04.0000.2904 English Final Retail 12/19/2011 18:58:40 178176 bytes
    Microsoft.DirectX.AudioVideoPlayback.dll: 5.04.0000.2904 English Final Retail 12/19/2011 18:58:38 53248 bytes
    Microsoft.DirectX.Diagnostics.dll: 5.04.0000.2904 English Final Retail 12/19/2011 18:58:38 12800 bytes
    Microsoft.DirectX.dll: 5.04.0000.2904 English Final Retail 12/19/2011 18:58:38 223232 bytes
       dx7vb.dll: 5.03.2600.5512 English Final Retail 4/14/2008 10:00:00 619008 bytes
       dx8vb.dll: 5.03.2600.5512 English Final Retail 4/14/2008 10:00:00 1227264 bytes
    dxdiagn.dll: 5.03.2600.5512 English Final Retail 4/14/2008 10:00:00 2113536 bytes
       mfc40.dll: 4.01.0000.6151 English Beta Retail 9/18/2010 03:53:25 954368 bytes
       mfc42.dll: 6.02.8081.0000 English Final Retail 2/8/2011 10:33:55 978944 bytes
    wsock32.dll: 5.01.2600.5512 English Final Retail 4/14/2008 10:00:00 22528 bytes
    amstream.dll: 6.05.2600.5512 English Final Retail 4/14/2008 10:00:00 70656 bytes
    devenum.dll: 6.05.2600.5512 English Final Retail 4/14/2008 10:00:00 59904 bytes
      dxmasf.dll: 6.04.0009.1133 English Final Retail 4/14/2008 10:00:00 498742 bytes
      mciqtz.drv: 4.00.0096.0729 English Final Retail 8/17/1998 06:21:54 11776 bytes
    mciqtz32.dll: 6.05.2600.5512 English Final Retail 4/14/2008 10:00:00 35328 bytes
    mpg2splt.ax: 6.05.2600.5512 English Final Retail 4/14/2008 10:00:00 148992 bytes
       msdmo.dll: 6.05.2600.5512 English Final Retail 4/14/2008 10:00:00 14336 bytes
      encapi.dll: 5.03.2600.5512 English Final Retail 4/14/2008 10:00:00 20480 bytes
        qasf.dll: 11.00.5721.5145 English Final Retail 8/13/2008 20:05:32 211456 bytes
        qcap.dll: 6.05.2600.5512 English Final Retail 4/14/2008 10:00:00 192512 bytes
         qdv.dll: 6.05.2600.5512 English Final Retail 4/14/2008 10:00:00 279040 bytes
        qdvd.dll: 6.05.2600.6169 English Final Retail 11/3/2011 12:28:36 386048 bytes
       qedit.dll: 6.05.2600.5512 English Final Retail 4/14/2008 10:00:00 562176 bytes
    qedwipes.dll: 6.05.2600.5512 English Final Retail 4/14/2008 10:00:00 733696 bytes
      quartz.dll: 6.05.2600.6169 English Final Retail 11/3/2011 12:28:36 1292288 bytes
      quartz.vxd:                 Final Retail 8/17/1998 06:21:56 5672 bytes
    strmdll.dll: 4.01.0000.3938 English Final Retail 8/26/2009 05:00:21 247326 bytes
      vidx16.dll: 0.00.0000.0000 English Final Retail 8/17/1998 06:21:56 10240 bytes
    iac25_32.ax: 2.00.0005.0053 English Final Retail 4/14/2008 10:00:00 199680 bytes
      ir41_32.ax: 4.51.0016.0003 English Final Retail 4/14/2008 10:00:00 848384 bytes
    ir41_qc.dll: 4.30.0062.0002 English Final Retail 4/14/2008 10:00:00 120320 bytes
    ir41_qcx.dll: 4.30.0064.0001 English Final Retail 4/14/2008 10:00:00 338432 bytes
    ir50_32.dll: 5.2562.0015.0055 English Final Retail 4/14/2008 10:00:00 755200 bytes
    ir50_qc.dll: 5.00.0063.0048 English Final Retail 4/14/2008 10:00:00 200192 bytes
    ir50_qcx.dll: 5.00.0064.0048 English Final Retail 4/14/2008 10:00:00 183808 bytes
       ivfsrc.ax: 5.10.0002.0051 English Final Retail 4/14/2008 10:00:00 154624 bytes
    mswebdvd.dll: 6.05.2600.5857 English Final Retail 8/5/2009 06:01:48 204800 bytes
          ks.sys: 5.03.2600.5512 English Final Retail 4/14/2008 00:46:38 141056 bytes
      ksproxy.ax: 5.03.2600.5512 English Final Retail 4/14/2008 05:42:44 129536 bytes
      ksuser.dll: 5.03.2600.5512 English Final Retail 4/14/2008 06:41:58 4096 bytes
      stream.sys: 5.03.2600.5512 English Final Retail 4/14/2008 01:15:16 49408 bytes
    mspclock.sys: 5.03.2600.5512 English Final Retail 4/14/2008 01:09:52 5376 bytes
       mspqm.sys: 5.01.2600.5512 English Final Retail 4/14/2008 01:09:52 4992 bytes
    mskssrv.sys: 5.03.2600.5512 English Final Retail 4/14/2008 01:09:54 7552 bytes
      swenum.sys: 5.03.2600.5512 English Final Retail 4/14/2008 10:00:00 4352 bytes
       mstee.sys: 5.03.2600.5512 English Final Retail 4/14/2008 01:09:52 5504 bytes
       ipsink.ax: 5.03.2600.5512 English Final Retail 4/14/2008 06:42:44 16384 bytes
    mpeg2data.ax: 6.05.2710.2732 English Final Retail 8/13/2008 20:15:43 62976 bytes
      ndisip.sys: 5.03.2600.5512 English Final Retail 4/14/2008 01:16:24 10880 bytes
    streamip.sys: 5.03.2600.5512 English Final Retail 4/14/2008 01:16:22 15232 bytes
    msvidctl.dll: 6.05.2715.3011 English Final Retail 10/9/2006 13:15:52 1669632 bytes
        slip.sys: 5.03.2600.5512 English Final Retail 4/14/2008 01:16:24 11136 bytes
    nabtsfec.sys: 5.03.2600.5512 English Final Retail 4/14/2008 01:16:26 85248 bytes
    ccdecode.sys: 5.03.2600.5512 English Final Retail 4/14/2008 01:16:24 17024 bytes
      vbisurf.ax: 5.03.2600.5512 English Final Retail 4/14/2008 10:00:00 30208 bytes
       msyuv.dll: 5.03.2600.5908 English Final Retail 11/27/2009 14:11:44 17920 bytes
    kstvtune.ax: 5.03.2600.5512 English Final Retail 4/14/2008 05:42:44 61952 bytes
       ksxbar.ax: 5.03.2600.5512 English Final Retail 4/14/2008 05:42:44 43008 bytes
    kswdmcap.ax: 5.03.2600.5512 English Final Retail 4/14/2008 05:42:44 91136 bytes
    vfwwdm32.dll: 5.01.2600.5512 English Final Retail 4/14/2008 05:42:10 53760 bytes
    wstcodec.sys: 5.03.2600.5512 English Final Retail 4/14/2008 01:16:26 19200 bytes
    wstdecod.dll: 5.03.2600.5512 English Final Retail 4/14/2008 10:00:00 50688 bytes
    DirectShow Filters
    WDM Streaming VBI Codecs:
    NABTS/FEC VBI Codec,0x00200000,2,1,,5.03.2600.5512
    CC Decoder,0x00200000,2,1,,5.03.2600.5512
    WST Codec,0x00200000,1,1,,5.03.2600.5512
    DirectShow Filters:
    QuickTime Audio Decoder Filter,0x00600800,1,1,,
    WMAudio Decoder DMO,0x00800800,1,1,,
    WMAPro over S/PDIF DMO,0x00600800,1,1,,
    WMA Voice Decoder DMO,0x00600800,1,1,,
    Mpeg4s Decoder DMO,0x00800001,1,1,,
    WMV Screen decoder DMO,0x00600800,1,1,,
    WMVideo Decoder DMO,0x00800001,1,1,,
    QuickTime Video Decoder Filter,0x00600800,1,1,,
    Mpeg43 Decoder DMO,0x00800001,1,1,,
    Mpeg4 Decoder DMO,0x00800001,1,1,,
    WMT MuxDeMux Filter,0x00200000,0,0,wmm2filt.dll,2.01.4026.0000
    Full Screen Renderer,0x00200000,1,0,quartz.dll,6.05.2600.6169
    Gretech ASF Source Filter,0x00200000,0,1,GSFU.ax,
    WMT VIH2 Fix,0x00200000,1,1,WLXVAFilt.dll,14.00.8117.0416
    Record Queue,0x00200000,1,1,WLXVAFilt.dll,14.00.8117.0416
    WMT Switch Filter,0x00200000,1,1,WLXVAFilt.dll,14.00.8117.0416
    WMT Virtual Renderer,0x00200000,1,0,WLXVAFilt.dll,14.00.8117.0416
    WMT DV Extract,0x00200000,1,1,WLXVAFilt.dll,14.00.8117.0416
    WMT Virtual Source,0x00200000,0,1,WLXVAFilt.dll,14.00.8117.0416
    WMT Sample Information Filter,0x00200000,1,1,WLXVAFilt.dll,14.00.8117.0416
    Gretech MPEG Source Filter,0x00200000,0,1,GSFU.ax,
    ATI Ticker,0x00200000,0,1,Ticker.ax,
    DV Muxer,0x00400000,0,0,qdv.dll,6.05.2600.5512
    Color Space Converter,0x00400001,1,1,quartz.dll,6.05.2600.6169
    WM ASF Reader,0x00400000,0,0,qasf.dll,11.00.5721.5145
    DivX AAC Decoder,0x00800000,1,1,daac.ax,7.01.0000.0010
    Screen Capture filter,0x00200000,0,1,wmpsrcwp.dll,11.00.5721.5145
    AVI Splitter,0x00600000,1,1,quartz.dll,6.05.2600.6169
    WMT AudioAnalyzer,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
    VGA 16 Color Ditherer,0x00400000,1,1,quartz.dll,6.05.2600.6169
    Sonic Audio Depth Converter (Symphony),0x00200000,1,1,AudioDepthConverterS.ax,5.00.0000.0001
    Indeo® video 5.10 Compression Filter,0x00200000,1,1,Ir50_32.dll,5.2562.0015.0055
    Windows Media Audio Decoder,0x00800001,1,1,msadds32.ax,8.00.0000.4487
    MPC - RealVideo Decoder,0x00600000,1,1,RealMediaSplitter.ax,1.03.1572.0000
    AC3 Parser Filter,0x00600000,1,1,mpg2splt.ax,6.05.2600.5512
    WMT Format Conversion,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
    StreamBufferSink,0x00200000,0,0,sbe.dll,6.05.2715.3011
    WMT Black Frame Generator,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
    MJPEG Decompressor,0x00600000,1,1,quartz.dll,6.05.2600.6169
    Indeo® video 5.10 Decompression Filter,0x00640000,1,1,Ir50_32.dll,5.2562.0015.0055
    WMT Screen Capture filter,0x00200000,0,1,wmm2filt.dll,2.01.4026.0000
    Microsoft Screen Video Decompressor,0x00800000,1,1,msscds32.ax,8.00.0000.4487
    MPEG-I Stream Splitter,0x00600000,1,2,quartz.dll,6.05.2600.6169
    SAMI (CC) Parser,0x00400000,1,1,quartz.dll,6.05.2600.6169
    MPEG Layer-3 Decoder,0x00810000,1,1,l3codecx.ax,1.06.0000.0052
    Mpeg2Dec Filter,0x00600000,1,1,Mpeg2DecFilter.ax,1.00.0000.0000
    MPEG-2 Splitter,0x005fffff,1,0,mpg2splt.ax,6.05.2600.5512
    WAV Dest,0x00200000,0,0,viscomwave.dll,9.00.0000.0000
    Internal LMRT Renderer,0x00800001,1,0,LMRTREND.dll,6.00.0004.0827
    MPEG Audio Decoder (MAD),0x00600000,1,1,MpaDecFilter.ax,1.00.0000.0000
    ACELP.net Sipro Lab Audio Decoder,0x00800001,1,1,acelpdec.ax,1.04.0000.0000
    Gretech Video Filter,0x00200000,1,1,GVF.ax,
    DivX MKV Demux (unrestricted),0x00200000,0,1,DMFSource.ax,1.00.0002.0006
    Internal Script Command Renderer,0x00800001,1,0,quartz.dll,6.05.2600.6169
    MPEG Audio Decoder,0x03680001,1,1,quartz.dll,6.05.2600.6169
    MMACE ProcAmp,0x00200000,0,2,MMACEFilters.dll,
    Gretech OGG Source Filter2,0x00200000,0,1,GSFU.ax,
    File Source (Netshow URL),0x00400000,0,1,wmpasf.dll,11.00.5721.5145
    TrueMotion 2.0 Decompressor,0x00600001,1,1,tm20dec.ax,1.00.0000.0001
    Gretech FLV Source Filter,0x00200000,0,1,GSFU.ax,
    Gretech MPEG Source Filter2,0x00200000,0,1,GSFU.ax,
    WMT Import Filter,0x00200000,0,1,wmm2filt.dll,2.01.4026.0000
    DV Splitter,0x00600000,1,2,qdv.dll,6.05.2600.5512
    Bitmap Generate,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
    Windows Media Video Decoder,0x00800000,1,1,wmvds32.ax,8.00.0000.4487
    Viscom Audio Encoder,0x00200000,1,0,viscomaudioencoder.dll,9.00.0000.0000
    Sonic RTStreamSink (Symphony),0x00200000,1,0,RTStreamSinkS.ax,5.00.0000.0001
    Video Mixing Renderer 9,0x00200000,1,0,quartz.dll,6.05.2600.6169
    Windows Media Video Decoder,0x00800000,1,1,wmv8ds32.ax,8.00.0000.4000
    WMT VIH2 Fix,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
    Gretech AsfEx Source Filter,0x00200000,0,1,GSFU.ax,
    Record Queue,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
    Windows Media Multiplexer,0x00600000,1,1,wmpasf.dll,11.00.5721.5145
    ASX file Parser,0x00600000,1,1,wmpasf.dll,11.00.5721.5145
    ASX v.2 file Parser,0x00600000,1,0,wmpasf.dll,11.00.5721.5145
    NSC file Parser,0x00600000,1,1,wmpasf.dll,11.00.5721.5145
    ACM Wrapper,0x00600000,1,1,quartz.dll,6.05.2600.6169
    Windows Media source filter,0x00600000,0,2,wmpasf.dll,11.00.5721.5145
    Gretech AVI Source Filter,0x00200000,0,1,GSFU.ax,
    Video Renderer,0x00800001,1,0,quartz.dll,6.05.2600.6169
    Gretech Network(OGG) Filter,0x00200000,0,1,GNF.ax,
    Frame Eater,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
    MPEG-2 Video Stream Analyzer,0x00200000,0,0,sbe.dll,6.05.2715.3011
    Line 21 Decoder,0x00600000,1,1,qdvd.dll,6.05.2600.6169
    Video Port Manager,0x00600000,2,1,quartz.dll,6.05.2600.6169
    DivX H.264 Decoder,0x00800000,1,1,DivXDecH264.ax,9.00.0001.0021
    WST Decoder,0x00600000,1,1,wstdecod.dll,5.03.2600.5512
    Video Renderer,0x00400000,1,0,quartz.dll,6.05.2600.6169
    Sonic MPEG Non-Pro Audio Decoder (Symphony),0x00200000,1,1,SonicMPEGAudioS.DLL,2.05.0004.1403
    MPC - RealMedia Source,0x00600000,0,0,RealMediaSplitter.ax,1.03.1572.0000
    File Writer,0x00200000,1,0,WLXVAFilt.dll,14.00.8117.0416
    DivX Decoder Filter,0x00800000,1,1,DivXDec.ax,7.01.0001.0014
    WM ASF Writer,0x00400000,0,0,qasf.dll,11.00.5721.5145
    Gretech Audio Filter,0x00200000,1,1,GAF.ax,
    WMT Sample Information Filter,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
    VBI Surface Allocator,0x00600000,1,1,vbisurf.ax,5.03.2600.5512
    Microsoft MPEG-4 Video Decompressor,0x00800000,1,1,mpg4ds32.ax,8.00.0000.4504
    MMACE SoftEmu,0x00200000,0,2,MMACEFilters.dll,
    File writer,0x00200000,1,0,qcap.dll,6.05.2600.5512
    Sonic MPEG Video Decoder (Symphony),0x00200000,2,1,SonicMPEGVideoS.DLL,2.05.0004.1041
    Gretech Network(FLV) Filter,0x00200000,0,1,GNF.ax,
    Gretech OGG Source Filter,0x00200000,0,1,GSFU.ax,
    Gretech Network(AVI) Filter,0x00200000,0,1,GNF.ax,
    WMT Log Filter,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
    WMT Virtual Renderer,0x00200000,1,0,wmm2filt.dll,2.01.4026.0000
    MPC - RealAudio Decoder,0x00600000,1,1,RealMediaSplitter.ax,1.03.1572.0000
    Gretech MKV Source Filter,0x00200000,0,1,GSFU.ax,
    DVD Navigator,0x00200000,0,2,qdvd.dll,6.05.2600.6169
    MMACE DeInterlace,0x00200000,0,2,MMACEFilters.dll,
    Overlay Mixer2,0x00400000,1,1,qdvd.dll,6.05.2600.6169
    Cutlist File Source,0x00200000,0,1,qcut.dll,6.00.0002.0902
    DivX MKV Demux,0x00600000,0,1,DMFSource.ax,1.00.0002.0006
    AC3Filter,0x40000000,1,1,ac3filter.ax,1.03.0001.0000
    AVI Draw,0x00600064,9,1,quartz.dll,6.05.2600.6169
    .RAM file Parser,0x00600000,1,0,wmpasf.dll,11.00.5721.5145
    WMT DirectX Transform Wrapper,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
    G.711 Codec,0x00200000,1,1,g711codc.ax,5.01.2600.0000
    MPEG-2 Demultiplexer,0x00600000,1,1,mpg2splt.ax,6.05.2600.5512
    DV Video Decoder,0x00800000,1,1,qdv.dll,6.05.2600.5512
    Indeo® audio software,0x00500000,1,1,Iac25_32.ax,2.00.0005.0053
    Windows Media Update Filter,0x00400000,1,0,wmpasf.dll,11.00.5721.5145
    Gretech Network(SHOUTcast) Filter,0x00200000,0,1,GNF.ax,
    ASF DIB Handler,0x00600000,1,1,wmpasf.dll,11.00.5721.5145
    ASF ACM Handler,0x00600000,1,1,wmpasf.dll,11.00.5721.5145
    ASF ICM Handler,0x00600000,1,1,wmpasf.dll,11.00.5721.5145
    ASF URL Handler,0x00600000,1,1,wmpasf.dll,11.00.5721.5145
    ASF JPEG Handler,0x00600000,1,1,wmpasf.dll,11.00.5721.5145
    ASF DJPEG Handler,0x00600000,1,1,wmpasf.dll,11.00.5721.5145
    ASF embedded stuff Handler,0x00600000,1,1,wmpasf.dll,11.00.5721.5145
    9x8Resize,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
    WIA Stream Snapshot Filter,0x00200000,1,1,wiasf.ax,1.00.0000.0000
    URL StreamRenderer,0x00600000,1,0,LMRTREND.dll,6.00.0004.0827
    Gretech Network(GOM) Filter,0x00200000,0,1,GNF.ax,
    Allocator Fix,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
    Gretech AAC Source Filter,0x00200000,0,1,GSFU.ax,
    SampleGrabber,0x00200000,1,1,qedit.dll,6.05.2600.5512
    Null Renderer,0x00200000,1,0,qedit.dll,6.05.2600.5512
    WMT Virtual Source,0x00200000,0,1,wmm2filt.dll,2.01.4026.0000
    IVF source filter,0x00600000,0,1,Ivfsrc.ax,5.10.0002.0051
    WMT Interlacer,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
    Gretech MP3 Source Filter,0x00200000,0,1,GSFU.ax,
    StreamBufferSource,0x00200000,0,0,sbe.dll,6.05.2715.3011
    Smart Tee,0x00200000,1,2,qcap.dll,6.05.2600.5512
    Overlay Mixer,0x00200000,0,0,qdvd.dll,6.05.2600.6169
    AVI Decompressor,0x00600000,1,1,quartz.dll,6.05.2600.6169
    Uncompressed Domain Shot Detection Filter,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
    Gretech MP4 Source Filter,0x00200000,0,1,GSFU.ax,
    AVI/WAV File Source,0x00400000,0,2,quartz.dll,6.05.2600.6169
    QuickTime Movie Parser,0x00600000,1,1,quartz.dll,6.05.2600.6169
    Wave Parser,0x00400000,1,1,quartz.dll,6.05.2600.6169
    MIDI Parser,0x00400000,1,1,quartz.dll,6.05.2600.6169
    Multi-file Parser,0x00400000,1,1,quartz.dll,6.05.2600.6169
    File stream renderer,0x00400000,1,1,quartz.dll,6.05.2600.6169
    XML Playlist,0x00400000,1,0,wmpasf.dll,11.00.5721.5145
    Sonic Cinemaster MPEG Splitter (Symphony),0x00200000,1,2,SonicMPEGSplitterS.dll,1.00.0000.0103
    DirectShow Tap (Symphony),0x00200000,1,1,DirectShowTapS.ax,5.00.0000.0001
    MPC - RealMedia Splitter,0x00600000,1,1,RealMediaSplitter.ax,1.03.1572.0000
    AVI Mux,0x00200000,1,0,qcap.dll,6.05.2600.5512
    Line 21 Decoder 2,0x00600002,1,1,quartz.dll,6.05.2600.6169
    File Source (Async.),0x00400000,0,1,quartz.dll,6.05.2600.6169
    File Source (URL),0x00400000,0,1,quartz.dll,6.05.2600.6169
    WMT DV Extract,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
    WMT Switch Filter,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
    WMT Volume,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
    Stretch Video,0x00200000,1,1,wmm2filt.dll,2.01.4026.0000
    Infinite Pin Tee Filter,0x00200000,1,1,qcap.dll,6.05.2600.5512
    VISCOM Audio Pitch Filter,0x00200000,1,1,viscomaudio.dll,2.01.0000.0000
    QT Decompressor,0x00600000,1,1,quartz.dll,6.05.2600.6169
    MPEG Video Decoder,0x40000001,1,1,quartz.dll,6.05.2600.6169
    Indeo® video 4.4 Decompression Filter,0x00640000,1,1,Ir41_32.ax,4.51.0016.0003
    Indeo® video 4.4 Compression Filter,0x00200000,1,1,Ir41_32.ax,4.51.0016.0003
    WDM Streaming Tee/Splitter Devices:
    Tee/Sink-to-Sink Converter,0x00200000,1,1,,5.03.2600.5512
    WDM Streaming Data Transforms:
    Microsoft Kernel Acoustic Echo Canceller,0x00000000,0,0,,
    Microsoft Kernel GS Wavetable Synthesizer,0x00200000,1,1,,5.03.2600.5512
    Microsoft Kernel DLS Synthesizer,0x00200000,1,1,,5.03.2600.5512
    Microsoft Kernel DRM Audio Descrambler,0x00200000,1,1,,5.03.2600.5512
    Video Compressors:
    WMVideo8 Encoder DMO,0x00600800,1,1,,
    MSScreen encoder DMO,0x00600800,1,1,,
    WMVideo9 Encoder DMO,0x00600800,1,1,,
    MSScreen 9 encoder DMO,0x00600800,1,1,,
    DV Video Encoder,0x00200000,0,0,qdv.dll,6.05.2600.5512
    Indeo® video 5.10 Compression Filter,0x00100000,1,1,Ir50_32.dll,5.2562.0015.0055
    MJPEG Compressor,0x00200000,0,0,quartz.dll,6.05.2600.6169
    Cinepak Codec by Radius,0x00200000,1,1,qcap.dll,6.05.2600.5512
    DivX 6.9.2 Codec (2 Logical CPUs),0x00200000,1,1,qcap.dll,6.05.2600.5512
    FM Screen Capture Codec,0x00200000,1,1,qcap.dll,6.05.2600.5512
    Intel 4:2:0 Video V2.50,0x00200000,1,1,qcap.dll,6.05.2600.5512
    Intel Indeo(R) Video R3.2,0x00200000,1,1,qcap.dll,6.05.2600.5512
    Intel Indeo® Video 4.5,0x00200000,1,1,qcap.dll,6.05.2600.5512
    Indeo® video 5.10,0x00200000,1,1,qcap.dll,6.05.2600.5512
    Intel IYUV codec,0x00200000,1,1,qcap.dll,6.05.2600.5512
    Microsoft H.261 Video Codec,0x00200000,1,1,qcap.dll,6.05.2600.5512
    Microsoft H.263 Video Codec,0x00200000,1,1,qcap.dll,6.05.2600.5512
    Microsoft RLE,0x00200000,1,1,qcap.dll,6.05.2600.5512
    Microsoft Video 1,0x00200000,1,1,qcap.dll,6.05.2600.5512
    DivX 6.9.2 YV12 Decoder,0x00200000,1,1,qcap.dll,6.05.2600.5512
    Audio Compressors:
    WMA Voice Encoder DMO,0x00600800,1,1,,
    WMAudio Encoder DMO,0x00600800,1,1,,
    IAC2,0x00200000,1,1,quartz.dll,6.05.2600.6169
    IMA ADPCM,0x00200000,1,1,quartz.dll,6.05.2600.6169
    PCM,0x00200000,1,1,quartz.dll,6.05.2600.6169
    Microsoft ADPCM,0x00200000,1,1,quartz.dll,6.05.2600.6169
    ACELP.net,0x00200000,1,1,quartz.dll,6.05.2600.6169
    DSP Group TrueSpeech(TM),0x00200000,1,1,quartz.dll,6.05.2600.6169
    Windows Media Audio V1,0x00200000,1,1,quartz.dll,6.05.2600.6169
    Windows Media Audio V2,0x00200000,1,1,quartz.dll,6.05.2600.6169
    GSM 6.10,0x00200000,1,1,quartz.dll,6.05.2600.6169
    Messenger Audio Codec,0x00200000,1,1,quartz.dll,6.05.2600.6169
    Microsoft G.723.1,0x00200000,1,1,quartz.dll,6.05.2600.6169
    CCITT A-Law,0x00200000,1,1,quartz.dll,6.05.2600.6169
    CCITT u-Law,0x00200000,1,1,quartz.dll,6.05.2600.6169
    AC3,0x00200000,1,1,quartz.dll,6.05.2600.6169
    DTS,0x00200000,1,1,quartz.dll,6.05.2600.6169
    MPEG Layer-3,0x00200000,1,1,quartz.dll,6.05.2600.6169
    Audio Capture Sources:
    USB Audio Device,0x00200000,0,0,qcap.dll,6.05.2600.5512
    Plantronics Headset,0x00200000,0,0,qcap.dll,6.05.2600.5512
    Realtek HD Audio input,0x00200000,0,0,qcap.dll,6.05.2600.5512
    Midi Renderers:
    Default MidiOut Device,0x00800000,1,0,quartz.dll,6.05.2600.6169
    Microsoft GS Wavetable SW Synth,0x00200000,1,0,quartz.dll,6.05.2600.6169
    WDM Streaming Capture Devices:
    ,0x00000000,0,0,,
    USB Audio Device,0x00200000,2,2,,5.03.2600.5512
    PC Camera,0x00200000,0,2,,5.03.2600.5512
    USB Audio Device,0x00200000,1,1,,5.03.2600.5512
    WDM Streaming Rendering Devices:
    Realtek HD Audio output,0x00200000,1,1,,5.03.2600.5512
    USB Audio Device,0x00200000,2,2,,5.03.2600.5512
    BDA Rendering Filters:
    BDA IP Sink,0x00200000,1,1,,5.03.2600.5512
    Video Capture Sources:
    PC Camera,0x00200000,0,2,,5.03.2600.5512
    WDM Streaming Mixer Devices:
    Microsoft Kernel Wave Audio Mixer,0x00000000,0,0,,
    BDA CP/CA Filters:
    Decrypt/Tag,0x00600000,1,0,encdec.dll,6.05.2715.3011
    Encrypt/Tag,0x00200000,0,0,encdec.dll,6.05.2715.3011
    XDS Codec,0x00200000,0,0,encdec.dll,6.05.2715.3011
    WDM Streaming Communication Transforms:
    Tee/Sink-to-Sink Converter,0x00200000,1,1,,5.03.2600.5512
    Audio Renderers:
    Plantronics Headset,0x00200000,1,0,quartz.dll,6.05.2600.6169
    Default DirectSound Device,0x00800000,1,0,quartz.dll,6.05.2600.6169
    Default WaveOut Device,0x00200000,1,0,quartz.dll,6.05.2600.6169
    DirectSound: Plantronics Headset,0x00200000,1,0,quartz.dll,6.05.2600.6169
    DirectSound: Realtek HD Audio output,0x00200000,1,0,quartz.dll,6.05.2600.6169
    Realtek HD Audio output,0x00200000,1,0,quartz.dll,6.05.2600.6169
    WDM Streaming System Devices:
    Realtek HD Audio input,0x00200000,5,1,,5.03.2600.5512
    Realtek HD Audio output,0x00200000,10,1,,5.03.2600.5512
    USB Audio Device,0x00200000,4,2,,5.03.2600.5512
    USB Audio Device,0x00200000,1,1,,5.03.2600.5512
    BDA Receiver Component:
    BDA Slip De-Framer,0x00600000,1,1,,5.03.2600.5512

    I noticed the past two days that Solitaire Blitz game on Facebook and Jewel Quest game on Yahoo are flying now.  I installed 11.4 a few days ago and still have protected mode disabled, but I didn't notice this change until Tuesday evening.  The only thing different about my computer Tuesday is that I had disabled Java.  (I received an email tip from Kim Komando saying Java has security flaws and should be disabled until they can be patched.)  Could there be a conflict between Flash and Java, with Java causing Flash to be slightly slower?  This isn't a real "problem" for me, as I thought both games were working fine prior to disabling Java; but I did notice they were even faster the last couple of days.

  • Flash Player Lags

    All the time Flashplayer lags - when I play Fruit Ninja on Facebook, my videos lag, mainly on fullscreen but sometimes it lags not on fullscreen. I'm tired of this. I have these problems since months now...
    Full info DxDiag says that :
    System Information
    Time of this report: 7/18/2012, 13:17:57
           Machine name: HOME-PC
       Operating System: Windows 7 Ultimate 64-bit (6.1, Build 7601) Service Pack 1 (7601.win7sp1_gdr.120503-2030)
               Language: Bulgarian (Regional Setting: Bulgarian)
    System Manufacturer: ECS
           System Model: GF8100VM-M5
                   BIOS: Default System BIOS
              Processor: AMD Athlon(tm) II X4 620 Processor (4 CPUs), ~2.6GHz
                 Memory: 4096MB RAM
    Available OS Memory: 4096MB RAM
              Page File: 1663MB used, 6525MB available
            Windows Dir: C:\Windows
        DirectX Version: DirectX 11
    DX Setup Parameters: Not found
       User DPI Setting: 96 DPI (100 percent)
    System DPI Setting: 120 DPI (125 percent)
        DWM DPI Scaling: Disabled
         DxDiag Version: 6.01.7601.17514 32bit Unicode
    DxDiag Notes
          Display Tab 1: No problems found.
            Sound Tab 1: No problems found.
            Sound Tab 2: No problems found.
              Input Tab: No problems found.
    DirectX Debug Levels
    Direct3D:    0/4 (retail)
    DirectDraw:  0/4 (retail)
    DirectInput: 0/5 (retail)
    DirectMusic: 0/5 (retail)
    DirectPlay:  0/9 (retail)
    DirectSound: 0/5 (retail)
    DirectShow:  0/6 (retail)
    Display Devices
              Card name: NVIDIA GeForce GT 220
           Manufacturer: NVIDIA
              Chip type: GeForce GT 220
               DAC type: Integrated RAMDAC
             Device Key: Enum\PCI\VEN_10DE&DEV_0A20&SUBSYS_2715107D&REV_A2
         Display Memory: 2770 MB
       Dedicated Memory: 978 MB
          Shared Memory: 1791 MB
           Current Mode: 1680 x 1050 (32 bit) (59Hz)
           Monitor Name: BenQ G2010W D-SUB
          Monitor Model: BenQ G2010W
             Monitor Id: BNQ7811
            Native Mode: 1680 x 1050(p) (59.954Hz)
            Output Type: HD15
            Driver Name: nvd3dumx.dll,nvwgf2umx.dll,nvwgf2umx.dll,nvd3dum,nvwgf2um,nvwgf2um
    Driver File Version: 8.17.0013.0142 (English)
         Driver Version: 8.17.13.142
            DDI Version: 10.1
           Driver Model: WDDM 1.1
      Driver Attributes: Final Retail
       Driver Date/Size: 5/15/2012 13:48:00, 18044224 bytes
            WHQL Logo'd: Yes
        WHQL Date Stamp:
      Device Identifier: {D7B71E3E-4960-11CF-4373-18071CC2C535}
              Vendor ID: 0x10DE
              Device ID: 0x0A20
              SubSys ID: 0x2715107D
            Revision ID: 0x00A2
    Driver Strong Name: oem29.inf:NVIDIA_SetA_Devices.NTamd64.6.1:Section005:8.17.13.142:pci\ven_10de&dev_0a20
         Rank Of Driver: 00E62001
            Video Accel: ModeMPEG2_A ModeMPEG2_C ModeVC1_C ModeWMV9_C
       Deinterlace Caps: {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                         {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                         {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(YV12,0x32315659) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                         {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(YV12,0x32315659) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YV12,0x32315659) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(YV12,0x32315659) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                         {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(IMC1,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(IMC1,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC1,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC1,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(IMC2,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(IMC2,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC2,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC2,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(IMC3,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(IMC3,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC3,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC3,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(IMC4,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(IMC4,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC4,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC4,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(S340,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(S340,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(S340,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(S340,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(S342,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(S342,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(S342,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(S342,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
           D3D9 Overlay: Supported
                DXVA-HD: Supported
           DDraw Status: Enabled
             D3D Status: Enabled
             AGP Status: Enabled
    Sound Devices
                Description: Speakers (High Definition Audio Device)
    Default Sound Playback: Yes
    Default Voice Playback: Yes
                Hardware ID: HDAUDIO\FUNC_01&VEN_1106&DEV_E721&SUBSYS_10192986&REV_1001
            Manufacturer ID: 1
                 Product ID: 65535
                       Type: WDM
                Driver Name: HdAudio.sys
             Driver Version: 6.01.7601.17514 (English)
          Driver Attributes: Final Retail
                WHQL Logo'd: Yes
              Date and Size: 11/20/2010 13:44:23, 350208 bytes
                Other Files:
            Driver Provider: Microsoft
             HW Accel Level: Basic
                  Cap Flags: 0xF1F
        Min/Max Sample Rate: 100, 200000
    Static/Strm HW Mix Bufs: 1, 0
    Static/Strm HW 3D Bufs: 0, 0
                  HW Memory: 0
           Voice Management: No
    EAX(tm) 2.0 Listen/Src: No, No
       I3DL2(tm) Listen/Src: No, No
    Sensaura(tm) ZoomFX(tm): No
                Description: Digital Audio (S/PDIF) (High Definition Audio Device)
    Default Sound Playback: No
    Default Voice Playback: No
                Hardware ID: HDAUDIO\FUNC_01&VEN_1106&DEV_E721&SUBSYS_10192986&REV_1001
            Manufacturer ID: 1
                 Product ID: 65535
                       Type: WDM
                Driver Name: HdAudio.sys
             Driver Version: 6.01.7601.17514 (English)
          Driver Attributes: Final Retail
                WHQL Logo'd: Yes
              Date and Size: 11/20/2010 13:44:23, 350208 bytes
                Other Files:
            Driver Provider: Microsoft
             HW Accel Level: Basic
                  Cap Flags: 0xF1F
        Min/Max Sample Rate: 100, 200000
    Static/Strm HW Mix Bufs: 1, 0
    Static/Strm HW 3D Bufs: 0, 0
                  HW Memory: 0
           Voice Management: No
    EAX(tm) 2.0 Listen/Src: No, No
       I3DL2(tm) Listen/Src: No, No
    Sensaura(tm) ZoomFX(tm): No
    Sound Capture Devices
                Description: Microphone (High Definition Audio Device)
      Default Sound Capture: Yes
      Default Voice Capture: Yes
                Driver Name: HdAudio.sys
             Driver Version: 6.01.7601.17514 (English)
          Driver Attributes: Final Retail
              Date and Size: 11/20/2010 13:44:23, 350208 bytes
                  Cap Flags: 0x1
               Format Flags: 0xFFFFF
                Description: Microphone (High Definition Audio Device)
      Default Sound Capture: No
      Default Voice Capture: No
                Driver Name: HdAudio.sys
             Driver Version: 6.01.7601.17514 (English)
          Driver Attributes: Final Retail
              Date and Size: 11/20/2010 13:44:23, 350208 bytes
                  Cap Flags: 0x1
               Format Flags: 0xFFFFF
                Description: Line In (High Definition Audio Device)
      Default Sound Capture: No
      Default Voice Capture: No
                Driver Name: HdAudio.sys
             Driver Version: 6.01.7601.17514 (English)
          Driver Attributes: Final Retail
              Date and Size: 11/20/2010 13:44:23, 350208 bytes
                  Cap Flags: 0x1
               Format Flags: 0xFFFFF
    DirectInput Devices
          Device Name: Mouse
             Attached: 1
        Controller ID: n/a
    Vendor/Product ID: n/a
            FF Driver: n/a
          Device Name: Keyboard
             Attached: 1
        Controller ID: n/a
    Vendor/Product ID: n/a
            FF Driver: n/a
    Poll w/ Interrupt: No
    USB Devices
    + USB Root Hub
    | Vendor/Product ID: 0x10DE, 0x077D
    | Matching Device ID: usb\root_hub
    | Service: usbhub
    |
    +-+ iBall Advanced Mouse
    | | Vendor/Product ID: 0x093A, 0x2521
    | | Location: Port_#0002.Hub_#0003
    | | Matching Device ID: usb\vid_093a&pid_2521
    | | Lower Filters: t_mouse.sys
    | | Service: HidUsb
    | |
    | +-+ HID-compliant mouse
    | | | Vendor/Product ID: 0x093A, 0x2521
    | | | Matching Device ID: hid_device_system_mouse
    | | | Service: mouhid
    Gameport Devices
    PS/2 Devices
    + Standard PS/2 Keyboard
    | Matching Device ID: *pnp0303
    | Service: i8042prt
    |
    + Terminal Server Keyboard Driver
    | Matching Device ID: root\rdp_kbd
    | Upper Filters: kbdclass
    | Service: TermDD
    |
    + Terminal Server Mouse Driver
    | Matching Device ID: root\rdp_mou
    | Upper Filters: mouclass
    | Service: TermDD
    Disk & DVD/CD-ROM Drives
          Drive: C:
    Free Space: 21.1 GB
    Total Space: 81.9 GB
    File System: NTFS
          Model: ST31000520AS ATA Device
          Drive: D:
    Free Space: 80.1 GB
    Total Space: 290.7 GB
    File System: NTFS
          Model: ST31000520AS ATA Device
          Drive: E:
    Free Space: 22.4 GB
    Total Space: 290.7 GB
    File System: NTFS
          Model: ST31000520AS ATA Device
          Drive: F:
    Free Space: 20.0 GB
    Total Space: 290.6 GB
    File System: NTFS
          Model: ST31000520AS ATA Device
          Drive: H:
          Model: PGNYR TEFSL6ZGTQJ SCSI CdRom Device
         Driver: c:\windows\system32\drivers\cdrom.sys, 6.01.7601.17514 (Bulgarian), , 0 bytes
          Drive: I:
          Model: PGNYR TEFSL6ZGTQJ SCSI CdRom Device
         Driver: c:\windows\system32\drivers\cdrom.sys, 6.01.7601.17514 (Bulgarian), , 0 bytes
          Drive: J:
          Model: PGNYR TEFSL6ZGTQJ SCSI CdRom Device
         Driver: c:\windows\system32\drivers\cdrom.sys, 6.01.7601.17514 (Bulgarian), , 0 bytes
          Drive: G:
          Model: HL-DT-ST DVDRAM GH22NS40 ATA Device
         Driver: c:\windows\system32\drivers\cdrom.sys, 6.01.7601.17514 (Bulgarian), , 0 bytes
    System Devices
         Name: Standard Enhanced PCI to USB Host Controller
    Device ID: PCI\VEN_10DE&DEV_077E&SUBSYS_1B671019&REV_A1\3&267A616A&0&21
       Driver: n/a
         Name: PCI standard ISA bridge
    Device ID: PCI\VEN_10DE&DEV_075C&SUBSYS_1B671019&REV_A2\3&267A616A&0&08
       Driver: n/a
         Name: Standard OpenHCD USB Host Controller
    Device ID: PCI\VEN_10DE&DEV_077D&SUBSYS_1B671019&REV_A1\3&267A616A&0&20
       Driver: n/a
         Name: PCI standard PCI-to-PCI bridge
    Device ID: PCI\VEN_10DE&DEV_075B&SUBSYS_1B671019&REV_A1\3&267A616A&0&90
       Driver: n/a
         Name: PCI standard RAM Controller
    Device ID: PCI\VEN_10DE&DEV_0568&SUBSYS_1B671019&REV_A1\3&267A616A&0&0C
       Driver: n/a
         Name: Standard Enhanced PCI to USB Host Controller
    Device ID: PCI\VEN_10DE&DEV_077C&SUBSYS_1B671019&REV_A1\3&267A616A&0&11
       Driver: n/a
         Name: PCI standard PCI-to-PCI bridge
    Device ID: PCI\VEN_10DE&DEV_075A&SUBSYS_1B671019&REV_A1\3&267A616A&0&40
       Driver: n/a
         Name: PCI standard host CPU bridge
    Device ID: PCI\VEN_1022&DEV_1204&SUBSYS_00000000&REV_00\3&267A616A&0&C4
       Driver: n/a
         Name: Standard OpenHCD USB Host Controller
    Device ID: PCI\VEN_10DE&DEV_077B&SUBSYS_1B671019&REV_A1\3&267A616A&0&10
       Driver: n/a
         Name: Standard Dual Channel PCI IDE Controller
    Device ID: PCI\VEN_10DE&DEV_0759&SUBSYS_1B671019&REV_A1\3&267A616A&0&30
       Driver: n/a
         Name: PCI standard host CPU bridge
    Device ID: PCI\VEN_1022&DEV_1203&SUBSYS_00000000&REV_00\3&267A616A&0&C3
       Driver: n/a
         Name: High Definition Audio Controller
    Device ID: PCI\VEN_10DE&DEV_0BE2&SUBSYS_2715107D&REV_A1\4&182F0470&0&0180
       Driver: n/a
         Name: PCI standard PCI-to-PCI bridge
    Device ID: PCI\VEN_10DE&DEV_077A&SUBSYS_1B671019&REV_A1\3&267A616A&0&98
       Driver: n/a
         Name: PCI standard RAM Controller
    Device ID: PCI\VEN_10DE&DEV_0754&SUBSYS_1B671019&REV_A2\3&267A616A&0&00
       Driver: n/a
         Name: PCI standard host CPU bridge
    Device ID: PCI\VEN_1022&DEV_1202&SUBSYS_00000000&REV_00\3&267A616A&0&C2
       Driver: n/a
         Name: Standard Dual Channel PCI IDE Controller
    Device ID: PCI\VEN_10DE&DEV_0AD0&SUBSYS_1B671019&REV_A2\3&267A616A&0&48
       Driver: n/a
         Name: PCI standard PCI-to-PCI bridge
    Device ID: PCI\VEN_10DE&DEV_0778&SUBSYS_1B671019&REV_A1\3&267A616A&0&80
       Driver: n/a
         Name: Coprocessor
    Device ID: PCI\VEN_10DE&DEV_0753&SUBSYS_1B671019&REV_A2\3&267A616A&0&0B
       Driver: n/a
         Name: PCI standard host CPU bridge
    Device ID: PCI\VEN_1022&DEV_1201&SUBSYS_00000000&REV_00\3&267A616A&0&C1
       Driver: n/a
         Name: NVIDIA GeForce GT 220
    Device ID: PCI\VEN_10DE&DEV_0A20&SUBSYS_2715107D&REV_A2\4&182F0470&0&0080
       Driver: n/a
         Name: High Definition Audio Controller
    Device ID: PCI\VEN_10DE&DEV_0774&SUBSYS_29861019&REV_A1\3&267A616A&0&38
       Driver: n/a
         Name: NVIDIA nForce PCI System Management
    Device ID: PCI\VEN_10DE&DEV_0752&SUBSYS_1B671019&REV_A1\3&267A616A&0&09
       Driver: n/a
         Name: PCI standard host CPU bridge
    Device ID: PCI\VEN_1022&DEV_1200&SUBSYS_00000000&REV_00\3&267A616A&0&C0
       Driver: n/a
         Name: NVIDIA nForce 10/100 Mbps Ethernet
    Device ID: PCI\VEN_10DE&DEV_0760&SUBSYS_1B671019&REV_A2\3&267A616A&0&50
       Driver: n/a
         Name: PCI standard RAM Controller
    Device ID: PCI\VEN_10DE&DEV_0751&SUBSYS_1B671019&REV_A1\3&267A616A&0&0A
       Driver: n/a
    DirectShow Filters
    DirectShow Filters:
    WMAudio Decoder DMO,0x00800800,1,1,WMADMOD.DLL,6.01.7601.17514
    WMAPro over S/PDIF DMO,0x00600800,1,1,WMADMOD.DLL,6.01.7601.17514
    WMSpeech Decoder DMO,0x00600800,1,1,WMSPDMOD.DLL,6.01.7601.17514
    MP3 Decoder DMO,0x00600800,1,1,mp3dmod.dll,6.01.7600.16385
    Mpeg4s Decoder DMO,0x00800001,1,1,mp4sdecd.dll,6.01.7600.16385
    WMV Screen decoder DMO,0x00600800,1,1,wmvsdecd.dll,6.01.7601.17514
    WMVideo Decoder DMO,0x00800001,1,1,wmvdecod.dll,6.01.7601.17514
    Mpeg43 Decoder DMO,0x00800001,1,1,mp43decd.dll,6.01.7600.16385
    Mpeg4 Decoder DMO,0x00800001,1,1,mpg4decd.dll,6.01.7600.16385
    MPC - Video decoder,0x40000001,1,1,MPCVideoDec.ax,1.03.1249.0000
    ffdshow Video Decoder,0xff800001,2,1,ffdshow.ax,1.00.0007.3005
    Gretech ASF Source Filter,0x00200000,0,1,GSFU.ax,
    MPC - Matroska Source,0x00600000,0,0,MatroskaSplitter.ax,1.03.1290.0000
    ffdshow raw video filter,0x00200000,2,1,ffdshow.ax,1.00.0007.3005
    Gretech MPEG Source Filter,0x00200000,0,1,GSFU.ax,
    ffdshow Audio Decoder,0x3fffffff,1,1,ffdshow.ax,1.00.0007.3005
    DV Muxer,0x00400000,0,0,qdv.dll,6.06.7601.17514
    MPC - Mpeg Source (Gabest),0x00400000,0,0,MpegSplitter.ax,1.03.1290.0000
    MPC - Matroska Splitter,0x00600000,1,1,MatroskaSplitter.ax,1.03.1290.0000
    Color Space Converter,0x00400001,1,1,quartz.dll,6.06.7601.17713
    WM ASF Reader,0x00400000,0,0,qasf.dll,12.00.7601.17514
    Screen Capture filter,0x00200000,0,1,wmpsrcwp.dll,12.00.7601.17514
    AVI Splitter,0x00600000,1,1,quartz.dll,6.06.7601.17713
    VGA 16 Color Ditherer,0x00400000,1,1,quartz.dll,6.06.7601.17713
    SBE2MediaTypeProfile,0x00200000,0,0,sbe.dll,6.06.7601.17528
    Microsoft DTV-DVD Video Decoder,0x005fffff,2,4,msmpeg2vdec.dll,6.01.7140.0000
    RealVideo Decoder,0x00600000,1,1,RealMediaSplitter.ax,1.00.0001.0002
    AC3 Parser Filter,0x00600000,1,1,mpg2splt.ax,6.06.7601.17528
    StreamBufferSink,0x00200000,0,0,sbe.dll,6.06.7601.17528
    MJPEG Decompressor,0x00600000,1,1,quartz.dll,6.06.7601.17713
    DivX for Blizzard Decoder Filter,0x00800000,1,1,blizzard.ax,5.00.0002.0000
    MPEG-I Stream Splitter,0x00600000,1,2,quartz.dll,6.06.7601.17713
    SAMI (CC) Parser,0x00400000,1,1,quartz.dll,6.06.7601.17713
    VBI Codec,0x00600000,1,4,VBICodec.ax,6.06.7601.17514
    Mpeg2Dec Filter,0x00600000,1,1,Mpeg2DecFilter.ax,1.00.0000.0000
    MPEG-2 Splitter,0x005fffff,1,0,mpg2splt.ax,6.06.7601.17528
    MPC - MP4 Source,0x00600000,0,0,MP4Splitter.ax,1.03.1290.0000
    Closed Captions Analysis Filter,0x00200000,2,5,cca.dll,6.06.7601.17514
    MPEG Audio Decoder (MAD),0x00600000,1,1,MpaDecFilter.ax,1.00.0000.0000
    SBE2FileScan,0x00200000,0,0,sbe.dll,6.06.7601.17528
    Microsoft MPEG-2 Video Encoder,0x00200000,1,1,msmpeg2enc.dll,6.01.7601.17514
    Gretech Video Filter,0x00200000,1,1,GVF.ax,
    MPC - FLV Splitter (Gabest),0x00600000,1,1,FLVSplitter.ax,1.03.1249.0000
    Internal Script Command Renderer,0x00800001,1,0,quartz.dll,6.06.7601.17713
    MPEG Audio Decoder,0x03680001,1,1,quartz.dll,6.06.7601.17713
    Gretech OGG Source Filter2,0x00200000,0,1,GSFU.ax,
    Gretech FLV Source Filter,0x00200000,0,1,GSFU.ax,
    Gretech MPEG Source Filter2,0x00200000,0,1,GSFU.ax,
    Gretech Network(MP4) Filter,0x00200000,0,1,GNF.ax,
    DV Splitter,0x00600000,1,2,qdv.dll,6.06.7601.17514
    Video Mixing Renderer 9,0x00200000,1,0,quartz.dll,6.06.7601.17713
    Haali Media Splitter,0x00800001,0,1,splitter.ax,1.09.0042.0001
    Haali Media Splitter (AR),0x00400000,1,1,splitter.ax,1.09.0042.0001
    Gretech AsfEx Source Filter,0x00200000,0,1,GSFU.ax,
    Microsoft MPEG-2 Encoder,0x00200000,2,1,msmpeg2enc.dll,6.01.7601.17514
    MPC - MP4 Splitter,0x00600000,1,1,MP4Splitter.ax,1.03.1290.0000
    ACM Wrapper,0x00600000,1,1,quartz.dll,6.06.7601.17713
    CoreAAC Audio Decoder,0x00800000,1,1,CoreAAC.ax,1.02.0000.0575
    Gretech AVI Source Filter,0x00200000,0,1,GSFU.ax,
    Video Renderer,0x00800001,1,0,quartz.dll,6.06.7601.17713
    Gretech Network(OGG) Filter,0x00200000,0,1,GNF.ax,
    MPEG-2 Video Stream Analyzer,0x00200000,0,0,sbe.dll,6.06.7601.17528
    Line 21 Decoder,0x00600000,1,1,qdvd.dll,6.06.7601.17713
    Video Port Manager,0x00600000,2,1,quartz.dll,6.06.7601.17713
    Video Renderer,0x00400000,1,0,quartz.dll,6.06.7601.17713
    Haali Video Renderer,0x00200000,1,0,dxr.dll,
    RealMedia Source,0x00600000,0,0,RealMediaSplitter.ax,1.00.0001.0002
    VPS Decoder,0x00200000,0,0,WSTPager.ax,6.06.7601.17514
    WM ASF Writer,0x00400000,0,0,qasf.dll,12.00.7601.17514
    Gretech Audio Filter,0x00200000,1,1,GAF.ax,
    VBI Surface Allocator,0x00600000,1,1,vbisurf.ax,6.01.7601.17514
    File writer,0x00200000,1,0,qcap.dll,6.06.7601.17514
    iTV Data Sink,0x00600000,1,0,itvdata.dll,6.06.7601.17514
    Gretech Network(FLV) Filter,0x00200000,0,1,GNF.ax,
    iTV Data Capture filter,0x00600000,1,1,itvdata.dll,6.06.7601.17514
    Gretech OGG Source Filter,0x00200000,0,1,GSFU.ax,
    Gretech Network(AVI) Filter,0x00200000,0,1,GNF.ax,
    Haali Simple Media Splitter,0x00200000,0,1,splitter.ax,1.09.0042.0001
    DirectVobSub,0x00200000,2,1,VSFilter.dll,2.39.0005.0001
    RealAudio Decoder,0x00600000,1,1,RealMediaSplitter.ax,1.00.0001.0002
    MPC - Avi Splitter,0x00600001,1,1,AviSplitter.ax,1.03.1290.0000
    Gretech MKV Source Filter,0x00200000,0,1,GSFU.ax,
    DirectVobSub (auto-loading version),0x00800002,2,1,VSFilter.dll,2.39.0005.0001
    WAV Dest,0x00000000,0,0,,
    DVD Navigator,0x00200000,0,3,qdvd.dll,6.06.7601.17713
    Overlay Mixer2,0x00200000,1,1,qdvd.dll,6.06.7601.17713
    Haali Matroska Muxer,0x00200000,1,0,splitter.ax,1.09.0042.0001
    AC3Filter,0x40000000,1,1,ac3filter.ax,1.03.0001.0000
    AVI Draw,0x00600064,9,1,quartz.dll,6.06.7601.17713
    RDP DShow Redirection Filter,0xffffffff,1,0,DShowRdpFilter.dll,
    Microsoft MPEG-2 Audio Encoder,0x00200000,1,1,msmpeg2enc.dll,6.01.7601.17514
    WST Pager,0x00200000,1,1,WSTPager.ax,6.06.7601.17514
    MPEG-2 Demultiplexer,0x00600000,1,1,mpg2splt.ax,6.06.7601.17528
    DV Video Decoder,0x00800000,1,1,qdv.dll,6.06.7601.17514
    Gretech Network(SHOUTcast) Filter,0x00200000,0,1,GNF.ax,
    ffdshow Audio Processor,0x00200000,1,1,ffdshow.ax,1.00.0007.3005
    Gretech Network(GOM) Filter,0x00200000,0,1,GNF.ax,
    Gretech AAC Source Filter,0x00200000,0,1,GSFU.ax,
    SampleGrabber,0x00200000,1,1,qedit.dll,6.06.7601.17514
    Null Renderer,0x00200000,1,0,qedit.dll,6.06.7601.17514
    MPEG-2 Sections and Tables,0x005fffff,1,0,Mpeg2Data.ax,6.06.7601.17514
    Microsoft AC3 Encoder,0x00200000,1,1,msac3enc.dll,6.01.7601.17514
    Gretech MP3 Source Filter,0x00200000,0,1,GSFU.ax,
    MPC - FLV Source (Gabest),0x00600000,0,0,FLVSplitter.ax,1.03.1249.0000
    StreamBufferSource,0x00200000,0,0,sbe.dll,6.06.7601.17528
    Smart Tee,0x00200000,1,2,qcap.dll,6.06.7601.17514
    Overlay Mixer,0x00200000,0,0,qdvd.dll,6.06.7601.17713
    MPC - Avi Source,0x00600001,0,0,AviSplitter.ax,1.03.1290.0000
    AVI Decompressor,0x00600000,1,1,quartz.dll,6.06.7601.17713
    Gretech MP4 Source Filter,0x00200000,0,1,GSFU.ax,
    AVI/WAV File Source,0x00400000,0,2,quartz.dll,6.06.7601.17713
    MPC - MPEG4 Video Splitter,0x00600000,1,1,MP4Splitter.ax,1.03.1290.0000
    Wave Parser,0x00400000,1,1,quartz.dll,6.06.7601.17713
    MIDI Parser,0x00400000,1,1,quartz.dll,6.06.7601.17713
    Multi-file Parser,0x00400000,1,1,quartz.dll,6.06.7601.17713
    File stream renderer,0x00400000,1,1,quartz.dll,6.06.7601.17713
    ffdshow subtitles filter,0x00200000,2,1,ffdshow.ax,1.00.0007.3005
    MPC - Mpeg Splitter (Gabest),0x00600001,1,1,MpegSplitter.ax,1.03.1290.0000
    Microsoft DTV-DVD Audio Decoder,0x005fffff,1,1,msmpeg2adec.dll,6.01.7140.0000
    RealMedia Splitter,0x00600000,1,1,RealMediaSplitter.ax,1.00.0001.0002
    StreamBufferSink2,0x00200000,0,0,sbe.dll,6.06.7601.17528
    AVI Mux,0x00200000,1,0,qcap.dll,6.06.7601.17514
    MPC - MPEG4 Video Source,0x00600000,0,0,MP4Splitter.ax,1.03.1290.0000
    Line 21 Decoder 2,0x00600002,1,1,quartz.dll,6.06.7601.17713
    File Source (Async.),0x00400000,0,1,quartz.dll,6.06.7601.17713
    File Source (URL),0x00400000,0,1,quartz.dll,6.06.7601.17713
    Haali Video Sink,0x00200000,1,0,splitter.ax,1.09.0042.0001
    Infinite Pin Tee Filter,0x00200000,1,1,qcap.dll,6.06.7601.17514
    Enhanced Video Renderer,0x00200000,1,0,evr.dll,6.01.7601.17514
    BDA MPEG2 Transport Information Filter,0x00200000,2,0,psisrndr.ax,6.06.7601.17669
    MPEG Video Decoder,0x40000001,1,1,quartz.dll,6.06.7601.17713
    WDM Streaming Tee/Splitter Devices:
    Tee/Sink-to-Sink Converter,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
    Video Compressors:
    WMVideo8 Encoder DMO,0x00600800,1,1,wmvxencd.dll,6.01.7600.16385
    WMVideo9 Encoder DMO,0x00600800,1,1,wmvencod.dll,6.01.7600.16385
    MSScreen 9 encoder DMO,0x00600800,1,1,wmvsencd.dll,6.01.7600.16385
    DV Video Encoder,0x00200000,0,0,qdv.dll,6.06.7601.17514
    ffdshow video encoder,0x00100000,1,1,ffdshow.ax,1.00.0007.3005
    MJPEG Compressor,0x00200000,0,0,quartz.dll,6.06.7601.17713
    Cinepak Codec by Radius,0x00200000,1,1,qcap.dll,6.06.7601.17514
    Fraps Video Decompressor,0x00200000,1,1,qcap.dll,6.06.7601.17514
    Intel IYUV codec,0x00200000,1,1,qcap.dll,6.06.7601.17514
    Intel IYUV codec,0x00200000,1,1,qcap.dll,6.06.7601.17514
    Microsoft RLE,0x00200000,1,1,qcap.dll,6.06.7601.17514
    Microsoft Video 1,0x00200000,1,1,qcap.dll,6.06.7601.17514
    TechSmith Screen Capture Codec,0x00200000,1,1,qcap.dll,6.06.7601.17514
    Audio Compressors:
    WM Speech Encoder DMO,0x00600800,1,1,WMSPDMOE.DLL,6.01.7600.16385
    WMAudio Encoder DMO,0x00600800,1,1,WMADMOE.DLL,6.01.7600.16385
    IMA ADPCM,0x00200000,1,1,quartz.dll,6.06.7601.17713
    PCM,0x00200000,1,1,quartz.dll,6.06.7601.17713
    Microsoft ADPCM,0x00200000,1,1,quartz.dll,6.06.7601.17713
    GSM 6.10,0x00200000,1,1,quartz.dll,6.06.7601.17713
    CCITT A-Law,0x00200000,1,1,quartz.dll,6.06.7601.17713
    CCITT u-Law,0x00200000,1,1,quartz.dll,6.06.7601.17713
    MPEG Layer-3,0x00200000,1,1,quartz.dll,6.06.7601.17713
    Audio Capture Sources:
    Microphone (High Definition Aud,0x00200000,0,0,qcap.dll,6.06.7601.17514
    Line In (High Definition Audio ,0x00200000,0,0,qcap.dll,6.06.7601.17514
    PBDA CP Filters:
    PBDA DTFilter,0x00600000,1,1,CPFilters.dll,6.06.7601.17528
    PBDA ETFilter,0x00200000,0,0,CPFilters.dll,6.06.7601.17528
    PBDA PTFilter,0x00200000,0,0,CPFilters.dll,6.06.7601.17528
    Midi Renderers:
    Default MidiOut Device,0x00800000,1,0,quartz.dll,6.06.7601.17713
    Microsoft GS Wavetable Synth,0x00200000,1,0,quartz.dll,6.06.7601.17713
    WDM Streaming Capture Devices:
    HD Audio Muxed capture,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
    WDM Streaming Rendering Devices:
    HD Audio Headphone/Speakers,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
    HD Audio SPDIF out,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
    BDA Network Providers:
    Microsoft ATSC Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7601.17514
    Microsoft DVBC Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7601.17514
    Microsoft DVBS Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7601.17514
    Microsoft DVBT Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7601.17514
    Microsoft Network Provider,0x00200000,0,1,MSNP.ax,6.06.7601.17514
    Multi-Instance Capable VBI Codecs:
    VBI Codec,0x00600000,1,4,VBICodec.ax,6.06.7601.17514
    BDA Transport Information Renderers:
    BDA MPEG2 Transport Information Filter,0x00600000,2,0,psisrndr.ax,6.06.7601.17669
    MPEG-2 Sections and Tables,0x00600000,1,0,Mpeg2Data.ax,6.06.7601.17514
    BDA CP/CA Filters:
    Decrypt/Tag,0x00600000,1,1,EncDec.dll,6.06.7601.17708
    Encrypt/Tag,0x00200000,0,0,EncDec.dll,6.06.7601.17708
    PTFilter,0x00200000,0,0,EncDec.dll,6.06.7601.17708
    XDS Codec,0x00200000,0,0,EncDec.dll,6.06.7601.17708
    WDM Streaming Communication Transforms:
    Tee/Sink-to-Sink Converter,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
    Audio Renderers:
    Speakers (High Definition Audio,0x00200000,1,0,quartz.dll,6.06.7601.17713
    Default DirectSound Device,0x00800000,1,0,quartz.dll,6.06.7601.17713
    Default WaveOut Device,0x00200000,1,0,quartz.dll,6.06.7601.17713
    Digital Audio (S/PDIF) (High De,0x00200000,1,0,quartz.dll,6.06.7601.17713
    DirectSound: Digital Audio (S/PDIF) (High Definition Audio Device),0x00200000,1,0,quartz.dll,6.06.7601.17713
    DirectSound: Speakers (High Definition Audio Device),0x00200000,1,0,quartz.dll,6.06.7601.17713
    EVR Power Information
    Current Setting: {5C67A112-A4C9-483F-B4A7-1D473BECAFDC} (Quality)
      Quality Flags: 2576
        Enabled:
        Force throttling
        Allow half deinterlace
        Allow scaling
        Decode Power Usage: 100
      Balanced Flags: 1424
        Enabled:
        Force throttling
        Allow batching
        Force half deinterlace
        Force scaling
        Decode Power Usage: 50
      PowerFlags: 1424
        Enabled:
        Force throttling
        Allow batching
        Force half deinterlace
        Force scaling
        Decode Power Usage: 0

    I got the latest flash player and I'm using Mozilla Firefox. But the problem is not in the browser cause I use Firefox since I have internet connection and I didn't had any of these problems about 3 months ago

  • Flash Player crashes when accessing my webcam

    Hello,
    I am using about 20 different HP Elitepad 900 G1 tablets (all 32 bit OSes). On each one, when signing into MegaMeeting and being prompted to access the webcam, IE stops responding. When I try the same thing in Firefox, it states that Flash Player has encountered an error and to reload the page, which it then promptly encounters the same error.
    I have confirmed that I have the most up to date flash player, tried uninstalling and reinstalling, updating my drivers and confirmed that on another Flash based site (Chatroulette) that the error occrus, as well as confirmed that the camera app (Windows 8.0) and Skype both function just fine with the web cam.
    At this point, I am at a loss because beyond this, there are no problems utilizing flash for the meeting, just that they cannot join with voice/video and that is the point of the meetings.
    Posted below are the DXDIAG files as well as the version of flash that I have installed, and I am just looking for some assistance in confirming what I can do to get this working.
    Thank you all very much!
    Flash Player: 13.0.0.206
    DXDIAG:
    System Information
    Time of this report: 5/7/2014, 14:14:28
           Machine name: MHSI-T-493
       Operating System: Windows 8 Pro 32-bit (6.2, Build 9200) (9200.win8_gdr.130708-1504)
               Language: English (Regional Setting: English)
    System Manufacturer: Hewlett-Packard
           System Model: HP ElitePad 900
                   BIOS: 68CUA Ver. F.05
              Processor: Intel(R) Atom(TM) CPU Z2760  @ 1.80GHz (4 CPUs), ~1.8GHz
                 Memory: 2048MB RAM
    Available OS Memory: 2008MB RAM
              Page File: 936MB used, 1391MB available
            Windows Dir: C:\Windows
        DirectX Version: DirectX 11
    DX Setup Parameters: Not found
       User DPI Setting: 96 DPI (100 percent)
    System DPI Setting: 120 DPI (125 percent)
        DWM DPI Scaling: Disabled
         DxDiag Version: 6.02.9200.16384 32bit Unicode
    DxDiag Notes
          Display Tab 1: No problems found.
            Sound Tab 1: No problems found.
              Input Tab: No problems found.
    DirectX Debug Levels
    Direct3D:    0/4 (retail)
    DirectDraw:  0/4 (retail)
    DirectInput: 0/5 (retail)
    DirectMusic: 0/5 (retail)
    DirectPlay:  0/9 (retail)
    DirectSound: 0/5 (retail)
    DirectShow:  0/6 (retail)
    Display Devices
              Card name: Intel(R) Graphics Media Accelerator
           Manufacturer: Intel(R) Corporation
              Chip type: Intel® Graphics Media Accelerator
               DAC type: Internal LVDS, HDMI
            Device Type: Full Device
             Device Key: Enum\PCI\VEN_8086&DEV_08CF&SUBSYS_18DC103C&REV_05
         Display Memory: 747 MB
       Dedicated Memory: 0 MB
          Shared Memory: 747 MB
           Current Mode: 1280 x 800 (32 bit) (60Hz)
           Monitor Name: Generic PnP Monitor
          Monitor Model: unknown
             Monitor Id: LGD040C
            Native Mode: 1280 x 800(p) (59.998Hz)
            Output Type: Internal
            Driver Name: igdumd32.dll
    Driver File Version: 9.14.0003.1176 (English)
         Driver Version: 9.14.3.1176
            DDI Version: 9Ex
         Feature Levels: 9.3,9.2,9.1
           Driver Model: WDDM 1.2
    Graphics Preemption: DMA
    Compute Preemption: DMA
      Driver Attributes: Final Retail
       Driver Date/Size: 11/14/2013 16:45:40, 1994752 bytes
            WHQL Logo'd: Yes
        WHQL Date Stamp:
      Device Identifier: {D7B78E66-4B8F-11CF-1477-DF38A4C2C435}
              Vendor ID: 0x8086
              Device ID: 0x08CF
              SubSys ID: 0x18DC103C
            Revision ID: 0x0005
    Driver Strong Name: oem90.inf:400ac85dd97eff91:generic32_VEN_8086&DEV_08CF:9.14.3.1176:pci\ven_8086&dev_08cf& subsys_18dc103c
         Rank Of Driver: 80DA0001
            Video Accel: ModeMPEG2_A ModeMPEG2_C
            DXVA2 Modes: DXVA2_ModeMPEG2_IDCT  DXVA2_ModeMPEG2_VLD  DXVA2_ModeH264_VLD_NoFGT  DXVA2_ModeVC1_VLD 
       Deinterlace Caps: {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YUY2,X8R8G8B8) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(YUY2,X8R8G8B8) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {44DEE63B-77E6-4DD2-B2E1-443B130F2E2F}: Format(In/Out)=(YUY2,X8R8G8B8) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(UYVY,X8R8G8B8) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(UYVY,X8R8G8B8) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {44DEE63B-77E6-4DD2-B2E1-443B130F2E2F}: Format(In/Out)=(UYVY,X8R8G8B8) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YV12,X8R8G8B8) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(YV12,X8R8G8B8) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {44DEE63B-77E6-4DD2-B2E1-443B130F2E2F}: Format(In/Out)=(YV12,X8R8G8B8) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(NV12,X8R8G8B8) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(NV12,X8R8G8B8) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {44DEE63B-77E6-4DD2-B2E1-443B130F2E2F}: Format(In/Out)=(NV12,X8R8G8B8) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC1,X8R8G8B8) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC1,X8R8G8B8) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {44DEE63B-77E6-4DD2-B2E1-443B130F2E2F}: Format(In/Out)=(IMC1,X8R8G8B8) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC2,X8R8G8B8) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC2,X8R8G8B8) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {44DEE63B-77E6-4DD2-B2E1-443B130F2E2F}: Format(In/Out)=(IMC2,X8R8G8B8) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC3,X8R8G8B8) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC3,X8R8G8B8) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {44DEE63B-77E6-4DD2-B2E1-443B130F2E2F}: Format(In/Out)=(IMC3,X8R8G8B8) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC4,X8R8G8B8) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC4,X8R8G8B8) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {44DEE63B-77E6-4DD2-B2E1-443B130F2E2F}: Format(In/Out)=(IMC4,X8R8G8B8) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(S340,X8R8G8B8) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(S340,X8R8G8B8) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {44DEE63B-77E6-4DD2-B2E1-443B130F2E2F}: Format(In/Out)=(S340,X8R8G8B8) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(S342,X8R8G8B8) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(S342,X8R8G8B8) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {44DEE63B-77E6-4DD2-B2E1-443B130F2E2F}: Format(In/Out)=(S342,X8R8G8B8) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
           D3D9 Overlay: Supported
                DXVA-HD: Supported
           DDraw Status: Enabled
             D3D Status: Enabled
             AGP Status: Enabled
    Sound Devices
                Description: Speakers (Intel SST Audio Device (WDM))
    Default Sound Playback: Yes
    Default Voice Playback: Yes
                Hardware ID: ACPI\VEN_INTC&DEV_33B3
            Manufacturer ID: 1
                 Product ID: 100
                       Type: WDM
                Driver Name: isstrtc.sys
             Driver Version: 6.02.9200.0000 (English)
          Driver Attributes: Final Retail
                WHQL Logo'd: Yes
              Date and Size: 7/3/2013 15:14:04, 241152 bytes
                Other Files:
            Driver Provider: Intel
             HW Accel Level: Basic
                  Cap Flags: 0xF1F
        Min/Max Sample Rate: 100, 200000
    Static/Strm HW Mix Bufs: 1, 0
    Static/Strm HW 3D Bufs: 0, 0
                  HW Memory: 0
           Voice Management: No
    EAX(tm) 2.0 Listen/Src: No, No
       I3DL2(tm) Listen/Src: No, No
    Sensaura(tm) ZoomFX(tm): No
    Sound Capture Devices
                Description: Microphone (Intel SST Audio Device (WDM))
      Default Sound Capture: Yes
      Default Voice Capture: Yes
                Driver Name: isstrtc.sys
             Driver Version: 6.02.9200.0000 (English)
          Driver Attributes: Final Retail
              Date and Size: 7/3/2013 15:14:04, 241152 bytes
                  Cap Flags: 0x1
               Format Flags: 0xFFFFF
    DirectInput Devices
          Device Name: Mouse
             Attached: 1
        Controller ID: n/a
    Vendor/Product ID: n/a
            FF Driver: n/a
          Device Name: Keyboard
             Attached: 1
        Controller ID: n/a
    Vendor/Product ID: n/a
            FF Driver: n/a
          Device Name: HIDI2C Device
             Attached: 1
        Controller ID: 0x0
    Vendor/Product ID: 0x03EB, 0x8404
            FF Driver: n/a
          Device Name: GPIO Button Driver
             Attached: 1
        Controller ID: 0x0
    Vendor/Product ID: n/a
            FF Driver: n/a
          Device Name: GPIO Button Driver
             Attached: 1
        Controller ID: 0x0
    Vendor/Product ID: n/a
            FF Driver: n/a
    Poll w/ Interrupt: No
    USB Devices
    + USB Root Hub
    | Matching Device ID: USB\ROOT_HUB20
    | Service: usbhub
    | Driver: usbhub.sys, 6/30/2013 17:48:36, 334680 bytes
    | Driver: usbd.sys, 6/30/2013 17:48:36, 18776 bytes
    |
    +-+ Generic USB Hub
    | | Vendor/Product ID: 0x0424, 0x9514
    | | Location: Port_#0001.Hub_#0001
    | | Matching Device ID: USB\Class_09
    | | Service: usbhub
    | | Driver: usbhub.sys, 6/30/2013 17:48:36, 334680 bytes
    | | Driver: usbd.sys, 6/30/2013 17:48:36, 18776 bytes
    | |
    | +-+ USB Input Device
    | | | Vendor/Product ID: 0x046D, 0xC064
    | | | Location: Port_#0004.Hub_#0002
    | | | Matching Device ID: USB\Class_03&SubClass_01
    | | | Service: HidUsb
    | | | Driver: hidusb.sys, 5/3/2013 23:08:13, 19456 bytes
    | | | Driver: hidclass.sys, 11/25/2013 18:17:13, 61440 bytes
    | | | Driver: hidparse.sys, 6/28/2013 21:32:26, 26496 bytes
    | | |
    | | +-+ HID-compliant mouse
    | | | | Vendor/Product ID: 0x046D, 0xC064
    | | | | Matching Device ID: HID_DEVICE_SYSTEM_MOUSE
    | | | | Service: mouhid
    | | | | Driver: mouhid.sys, 3/2/2013 02:18:13, 20992 bytes
    | | | | Driver: mouclass.sys, 7/25/2012 22:42:15, 39152 bytes
    Gameport Devices
    PS/2 Devices
    + HID Keyboard Device
    | Matching Device ID: HID_DEVICE_SYSTEM_KEYBOARD
    | Service: kbdhid
    | Driver: kbdhid.sys, 7/25/2012 21:36:28, 23040 bytes
    | Driver: kbdclass.sys, 7/25/2012 22:42:33, 39664 bytes
    Disk & DVD/CD-ROM Drives
          Drive: C:
    Free Space: 5.0 GB
    Total Space: 29.1 GB
    File System: NTFS
          Model: MMC Memory Card
          Drive: D:
    Free Space: 0.1 GB
    Total Space: 0.1 GB
    File System: FAT32
          Model: MMC Memory Card
    System Devices
         Name: PCI standard host CPU bridge
    Device ID: PCI\VEN_8086&DEV_08C0&SUBSYS_18DC103C&REV_05\3&267A616A&2&00
       Driver: n/a
         Name: Intel(R) Graphics Media Accelerator
    Device ID: PCI\VEN_8086&DEV_08CF&SUBSYS_18DC103C&REV_05\3&267A616A&2&10
       Driver: C:\Windows\system32\DRIVERS\igdkmd32.sys, 9.14.0003.1176 (English), 11/14/2013 16:45:40, 1012736 bytes
       Driver: C:\Windows\system32\DRIVERS\igddim32.sys, 9.14.0003.1176 (English), 11/14/2013 16:45:40, 406528 bytes
       Driver: C:\Windows\system32\DRIVERS\igdperf32.sys, 11/14/2013 16:45:40, 4096 bytes
       Driver: C:\Windows\system32\igdumd32.dll, 9.14.0003.1176 (English), 11/14/2013 16:45:40, 1994752 bytes
       Driver: C:\Windows\system32\igdogl32.dll, 9.14.0003.1176 (English), 11/14/2013 16:45:40, 2966016 bytes
       Driver: C:\Windows\system32\pvrscopeservices.dll, 11/14/2013 16:45:44, 92160 bytes
       Driver: C:\Windows\system32\igddim32.vp, 11/14/2013 16:45:40, 8700 bytes
       Driver: C:\Windows\system32\igd_XC.vp, 12/14/2012 16:11:16, 43396 bytes
       Driver: C:\Windows\system32\igd_XO.vp, 12/14/2012 16:11:16, 43521 bytes
       Driver: C:\Windows\system32\igd_XA.cpa, 12/14/2012 16:11:16, 1397159 bytes
       Driver: C:\Windows\system32\igd_XA.vp, 12/14/2012 16:11:16, 1074 bytes
       Driver: C:\Windows\system32\igd_XG.vp, 12/14/2012 16:11:16, 43522 bytes
       Driver: C:\Windows\system32\hccutils.dll, 9.14.0003.1176 (English), 11/14/2013 16:45:38, 161280 bytes
       Driver: C:\Windows\system32\igfxsrvc.dll, 9.14.0003.1176 (English), 11/14/2013 16:45:42, 408576 bytes
       Driver: C:\Windows\system32\igfxsrvc.exe, 9.14.0003.1176 (English), 11/14/2013 16:45:42, 378880 bytes
       Driver: C:\Windows\system32\igfxpph.dll, 9.14.0003.1176 (English), 11/14/2013 16:45:40, 309248 bytes
       Driver: C:\Windows\system32\igfxcpl.cpl, 9.14.0003.1176 (English), 11/14/2013 16:45:40, 229888 bytes
       Driver: C:\Windows\system32\igfxdev.dll, 9.14.0003.1176 (English), 11/14/2013 16:45:40, 453632 bytes
       Driver: C:\Windows\system32\igfxtray.exe, 9.14.0003.1176 (English), 11/14/2013 16:45:42, 291328 bytes
       Driver: C:\Windows\system32\hkcmd.exe, 9.14.0003.1176 (English), 11/14/2013 16:45:38, 301056 bytes
       Driver: C:\Windows\system32\igfxress.dll, 9.14.0003.1176 (English), 11/14/2013 16:45:42, 9083392 bytes
       Driver: C:\Windows\system32\igfxpers.exe, 9.14.0003.1176 (English), 11/14/2013 16:45:40, 265728 bytes
       Driver: C:\Windows\system32\gfxSrvcWin8.dll, 9.14.0003.1176 (English), 11/14/2013 16:45:38, 209920 bytes
       Driver: C:\Windows\system32\IGFXDEVLib.dll, 1.00.0000.0000 (Invariant Language), 11/14/2013 16:45:40, 9216 bytes
       Driver: C:\Windows\system32\IntelInvokePanel.exe, 9.14.0003.1176 (English), 11/14/2013 16:45:42, 722432 bytes
       Driver: C:\Windows\system32\GfxRes.dll, 9.14.0003.1176 (English), 11/14/2013 16:45:38, 1584128 bytes
       Driver: C:\Windows\system32\igfxext.exe, 9.14.0003.1176 (English), 11/14/2013 16:45:40, 288768 bytes
       Driver: C:\Windows\system32\igfxexps.dll, 9.14.0003.1176 (English), 11/14/2013 16:45:40, 308736 bytes
       Driver: C:\Windows\system32\igfxrara.lrc, 9.14.0003.9598 (English), 11/14/2013 16:45:40, 494592 bytes
       Driver: C:\Windows\system32\igfxrchs.lrc, 9.14.0003.9598 (English), 11/14/2013 16:45:40, 488448 bytes
       Driver: C:\Windows\system32\igfxrcht.lrc, 9.14.0003.9598 (English), 11/14/2013 16:45:40, 488960 bytes
       Driver: C:\Windows\system32\igfxrdan.lrc, 9.14.0003.9598 (English), 11/14/2013 16:45:40, 495616 bytes
       Driver: C:\Windows\system32\igfxrdeu.lrc, 9.14.0003.9598 (English), 11/14/2013 16:45:40, 497152 bytes
       Driver: C:\Windows\system32\igfxrenu.lrc, 9.14.0003.9598 (English), 11/14/2013 16:45:40, 344576 bytes
       Driver: C:\Windows\system32\igfxresn.lrc, 9.14.0003.9598 (English), 11/14/2013 16:45:40, 498176 bytes
       Driver: C:\Windows\system32\igfxrfin.lrc, 9.14.0003.9598 (English), 11/14/2013 16:45:42, 496640 bytes
       Driver: C:\Windows\system32\igfxrfra.lrc, 9.14.0003.9598 (English), 11/14/2013 16:45:42, 497664 bytes
       Driver: C:\Windows\system32\igfxrheb.lrc, 9.14.0003.9598 (English), 11/14/2013 16:45:42, 494592 bytes
       Driver: C:\Windows\system32\igfxrhrv.lrc, 9.14.0003.9598 (English), 11/14/2013 16:45:42, 496640 bytes
       Driver: C:\Windows\system32\igfxrita.lrc, 9.14.0003.9598 (English), 11/14/2013 16:45:42, 497152 bytes
       Driver: C:\Windows\system32\igfxrjpn.lrc, 9.14.0003.9598 (English), 11/14/2013 16:45:42, 491520 bytes
       Driver: C:\Windows\system32\igfxrkor.lrc, 9.14.0003.9598 (English), 11/14/2013 16:45:42, 489984 bytes
       Driver: C:\Windows\system32\igfxrnld.lrc, 9.14.0003.9598 (English), 11/14/2013 16:45:42, 497152 bytes
       Driver: C:\Windows\system32\igfxrnor.lrc, 9.14.0003.9598 (English), 11/14/2013 16:45:42, 496128 bytes
       Driver: C:\Windows\system32\igfxrplk.lrc, 9.14.0003.9598 (English), 11/14/2013 16:45:42, 497152 bytes
       Driver: C:\Windows\system32\igfxrptb.lrc, 9.14.0003.9598 (English), 11/14/2013 16:45:42, 496128 bytes
       Driver: C:\Windows\system32\igfxrptg.lrc, 9.14.0003.9598 (English), 11/14/2013 16:45:42, 497152 bytes
       Driver: C:\Windows\system32\igfxrrom.lrc, 9.14.0003.9598 (English), 11/14/2013 16:45:42, 497152 bytes
       Driver: C:\Windows\system32\igfxrrus.lrc, 9.14.0003.9598 (English), 11/14/2013 16:45:42, 497664 bytes
       Driver: C:\Windows\system32\igfxrsky.lrc, 9.14.0003.9598 (English), 11/14/2013 16:45:42, 496640 bytes
       Driver: C:\Windows\system32\igfxrslv.lrc, 9.14.0003.9598 (English), 11/14/2013 16:45:42, 496128 bytes
       Driver: C:\Windows\system32\igfxrsve.lrc, 9.14.0003.9598 (English), 11/14/2013 16:45:42, 496640 bytes
       Driver: C:\Windows\system32\igfxrtha.lrc, 9.14.0003.9598 (English), 11/14/2013 16:45:42, 495616 bytes
       Driver: C:\Windows\system32\igfxrcsy.lrc, 9.14.0003.9598 (English), 11/14/2013 16:45:40, 497152 bytes
       Driver: C:\Windows\system32\igfxrell.lrc, 9.14.0003.9598 (English), 11/14/2013 16:45:40, 498176 bytes
       Driver: C:\Windows\system32\igfxrhun.lrc, 9.14.0003.9598 (English), 11/14/2013 16:45:42, 496640 bytes
       Driver: C:\Windows\system32\igfxrtrk.lrc, 9.14.0003.9598 (English), 11/14/2013 16:45:42, 496128 bytes
       Driver: C:\Windows\system32\Gfxres.ar-SA.resources, 12/14/2012 16:23:52, 139442 bytes
       Driver: C:\Windows\system32\Gfxres.cs-CZ.resources, 12/14/2012 16:23:52, 138406 bytes
       Driver: C:\Windows\system32\Gfxres.da-DK.resources, 12/14/2012 16:23:38, 138024 bytes
       Driver: C:\Windows\system32\Gfxres.de-DE.resources, 12/14/2012 16:23:34, 138321 bytes
       Driver: C:\Windows\system32\Gfxres.el-GR.resources, 12/14/2012 16:23:42, 140836 bytes
       Driver: C:\Windows\system32\Gfxres.es-ES.resources, 12/14/2012 16:23:48, 138393 bytes
       Driver: C:\Windows\system32\Gfxres.en-US.resources, 12/14/2012 16:23:34, 137811 bytes
       Driver: C:\Windows\system32\Gfxres.fi-FI.resources, 12/14/2012 16:23:48, 138221 bytes
       Driver: C:\Windows\system32\Gfxres.fr-FR.resources, 5/17/2013 13:43:38, 138530 bytes
       Driver: C:\Windows\system32\Gfxres.he-IL.resources, 12/14/2012 16:23:46, 138983 bytes
       Driver: C:\Windows\system32\Gfxres.hr-HR.resources, 12/14/2012 16:23:44, 138219 bytes
       Driver: C:\Windows\system32\Gfxres.hu-HU.resources, 12/14/2012 16:23:54, 138630 bytes
       Driver: C:\Windows\system32\Gfxres.it-IT.resources, 12/14/2012 16:23:50, 138393 bytes
       Driver: C:\Windows\system32\Gfxres.ja-JP.resources, 12/14/2012 16:23:50, 139129 bytes
       Driver: C:\Windows\system32\Gfxres.ko-KR.resources, 12/14/2012 16:23:36, 138220 bytes
       Driver: C:\Windows\system32\Gfxres.nb-NO.resources, 12/14/2012 16:23:54, 138008 bytes
       Driver: C:\Windows\system32\Gfxres.nl-NL.resources, 12/14/2012 16:23:40, 138215 bytes
       Driver: C:\Windows\system32\Gfxres.pl-PL.resources, 5/17/2013 13:44:00, 138536 bytes
       Driver: C:\Windows\system32\Gfxres.pt-BR.resources, 12/14/2012 16:23:38, 138231 bytes
       Driver: C:\Windows\system32\Gfxres.pt-PT.resources, 12/14/2012 16:23:36, 138286 bytes
       Driver: C:\Windows\system32\Gfxres.ro-RO.resources, 12/14/2012 16:23:36, 138258 bytes
       Driver: C:\Windows\system32\Gfxres.ru-RU.resources, 12/14/2012 16:23:46, 140371 bytes
       Driver: C:\Windows\system32\Gfxres.sk-SK.resources, 12/14/2012 16:23:34, 138330 bytes
       Driver: C:\Windows\system32\Gfxres.sl-SI.resources, 12/14/2012 16:23:44, 138212 bytes
       Driver: C:\Windows\system32\Gfxres.sv-SE.resources, 12/14/2012 16:23:42, 138119 bytes
       Driver: C:\Windows\system32\Gfxres.th-TH.resources, 12/14/2012 16:23:50, 141976 bytes
       Driver: C:\Windows\system32\Gfxres.tr-TR.resources, 12/14/2012 16:23:40, 138216 bytes
       Driver: C:\Windows\system32\Gfxres.zh-CN.resources, 12/14/2012 16:23:44, 137724 bytes
       Driver: C:\Windows\system32\Gfxres.zh-TW.resources, 12/14/2012 16:23:46, 137791 bytes
       Driver: C:\Program Files\Common Files\Intel\Media SDK\c1\3.6\libmfxhw32-c1.dll, 3.12.0008.0023 (English), 8/22/2012 08:45:52, 13431296 bytes
       Driver: C:\Program Files\Common Files\Intel\Media SDK\c1\3.6\mfx_mft_h264ve_32.dll, 3.12.0009.0021 (English), 9/20/2012 13:22:52, 528384 bytes
       Driver: C:\Program Files\Common Files\Intel\Media SDK\c1\3.6\he_32.vp, 9/20/2012 13:22:56, 18209 bytes
       Driver: C:\Program Files\Common Files\Intel\Media SDK\c1\3.6\c.cpa, 9/20/2012 09:00:38, 846855 bytes
       Driver: C:\Program Files\Common Files\Intel\Media SDK\c1\3.6\cpa.vp, 9/20/2012 13:22:54, 993 bytes
       Driver: C:\Program Files\Common Files\Intel\Media SDK\c1\3.6\dev.vp, 9/20/2012 13:22:56, 21463 bytes
         Name: Intel(R) Imaging Signal Processor 2300
    Device ID: PCI\VEN_8086&DEV_08D0&SUBSYS_00000000&REV_05\3&267A616A&2&18
       Driver: C:\Windows\system32\DRIVERS\camera.sys, 6.02.9200.16384 (English), 7/11/2013 01:24:10, 207872 bytes
       Driver: C:\Windows\system32\DRIVERS\isp_firmware.bin, 12/16/2012 15:43:18, 1659946 bytes
       Driver: C:\Windows\system32\DRIVERS\mute.bmp, 12/16/2012 15:43:26, 14454 bytes
       Driver: C:\Windows\system32\IntelCameraPlugin.dll, 1.00.0000.0001 (English), 7/11/2013 01:23:58, 745472 bytes
       Driver: C:\Windows\system32\IntelSocYuvCopy.dll, 1.00.0000.0001 (English), 7/11/2013 01:24:22, 109568 bytes
    DirectShow Filters
    DirectShow Filters:
    WMAudio Decoder DMO,0x00800800,1,1,WMADMOD.DLL,6.02.9200.16384
    WMAPro over S/PDIF DMO,0x00600800,1,1,WMADMOD.DLL,6.02.9200.16384
    WMSpeech Decoder DMO,0x00600800,1,1,WMSPDMOD.DLL,6.02.9200.16384
    MP3 Decoder DMO,0x00600800,1,1,mp3dmod.dll,6.02.9200.16384
    Mpeg4s Decoder DMO,0x00800001,1,1,mp4sdecd.dll,6.02.9200.16496
    WMV Screen decoder DMO,0x00600800,1,1,wmvsdecd.dll,6.02.9200.16384
    WMVideo Decoder DMO,0x00800001,1,1,wmvdecod.dll,6.02.9200.16604
    Mpeg43 Decoder DMO,0x00800001,1,1,mp43decd.dll,6.02.9200.16384
    Mpeg4 Decoder DMO,0x00800001,1,1,mpg4decd.dll,6.02.9200.16384
    DV Muxer,0x00400000,0,0,qdv.dll,6.06.9200.16384
    Color Space Converter,0x00400001,1,1,quartz.dll,6.06.9200.16384
    WM ASF Reader,0x00400000,0,0,qasf.dll,12.00.9200.16384
    AVI Splitter,0x00600000,1,1,quartz.dll,6.06.9200.16384
    VGA 16 Color Ditherer,0x00400000,1,1,quartz.dll,6.06.9200.16384
    SBE2MediaTypeProfile,0x00200000,0,0,sbe.dll,6.06.9200.16384
    Microsoft DTV-DVD Video Decoder,0x005fffff,2,4,msmpeg2vdec.dll,12.00.9200.16429
    AC3 Parser Filter,0x00600000,1,1,mpg2splt.ax,6.06.9200.16384
    StreamBufferSink,0x00200000,0,0,sbe.dll,6.06.9200.16384
    MJPEG Decompressor,0x00600000,1,1,quartz.dll,6.06.9200.16384
    MPEG-I Stream Splitter,0x00600000,1,2,quartz.dll,6.06.9200.16384
    SAMI (CC) Parser,0x00400000,1,1,quartz.dll,6.06.9200.16384
    VBI Codec,0x00600000,1,4,VBICodec.ax,6.06.9200.16384
    MPEG-2 Splitter,0x005fffff,1,0,mpg2splt.ax,6.06.9200.16384
    Closed Captions Analysis Filter,0x00200000,2,5,cca.dll,6.06.9200.16384
    SBE2FileScan,0x00200000,0,0,sbe.dll,6.06.9200.16384
    Microsoft MPEG-2 Video Encoder,0x00200000,1,1,msmpeg2enc.dll,12.00.9200.16384
    Intel SoC YUV Copy Filter,0x00400000,1,1,IntelSocYuvCopy.dll,1.00.0000.0001
    Internal Script Command Renderer,0x00800001,1,0,quartz.dll,6.06.9200.16384
    MPEG Audio Decoder,0x03680001,1,1,quartz.dll,6.06.9200.16384
    DV Splitter,0x00600000,1,2,qdv.dll,6.06.9200.16384
    Video Mixing Renderer 9,0x00200000,1,0,quartz.dll,6.06.9200.16384
    Microsoft MPEG-2 Encoder,0x00200000,2,1,msmpeg2enc.dll,12.00.9200.16384
    ACM Wrapper,0x00600000,1,1,quartz.dll,6.06.9200.16384
    Video Renderer,0x00800001,1,0,quartz.dll,6.06.9200.16384
    MPEG-2 Video Stream Analyzer,0x00200000,0,0,sbe.dll,6.06.9200.16384
    Line 21 Decoder,0x00600000,1,1,qdvd.dll,6.06.9200.16384
    Video Port Manager,0x00600000,2,1,quartz.dll,6.06.9200.16384
    Video Renderer,0x00400000,1,0,quartz.dll,6.06.9200.16384
    VPS Decoder,0x00200000,0,0,WSTPager.ax,6.06.9200.16384
    WM ASF Writer,0x00400000,0,0,qasf.dll,12.00.9200.16384
    VBI Surface Allocator,0x00600000,1,1,vbisurf.ax,6.02.9200.16384
    File writer,0x00200000,1,0,qcap.dll,6.06.9200.16384
    DVD Navigator,0x00200000,0,3,qdvd.dll,6.06.9200.16384
    Overlay Mixer2,0x00200000,1,1,qdvd.dll,6.06.9200.16384
    AVI Draw,0x00600064,9,1,quartz.dll,6.06.9200.16384
    Microsoft MPEG-2 Audio Encoder,0x00200000,1,1,msmpeg2enc.dll,12.00.9200.16384
    WST Pager,0x00200000,1,1,WSTPager.ax,6.06.9200.16384
    MPEG-2 Demultiplexer,0x00600000,1,1,mpg2splt.ax,6.06.9200.16384
    DV Video Decoder,0x00800000,1,1,qdv.dll,6.06.9200.16384
    SampleGrabber,0x00200000,1,1,qedit.dll,6.06.9200.16812
    Null Renderer,0x00200000,1,0,qedit.dll,6.06.9200.16812
    MPEG-2 Sections and Tables,0x005fffff,1,0,Mpeg2Data.ax,6.06.9200.16384
    Microsoft AC3 Encoder,0x00200000,1,1,msac3enc.dll,6.02.9200.16384
    StreamBufferSource,0x00200000,0,0,sbe.dll,6.06.9200.16384
    Smart Tee,0x00200000,1,2,qcap.dll,6.06.9200.16384
    Overlay Mixer,0x00200000,0,0,qdvd.dll,6.06.9200.16384
    AVI Decompressor,0x00600000,1,1,quartz.dll,6.06.9200.16384
    AVI/WAV File Source,0x00400000,0,2,quartz.dll,6.06.9200.16384
    Wave Parser,0x00400000,1,1,quartz.dll,6.06.9200.16384
    MIDI Parser,0x00400000,1,1,quartz.dll,6.06.9200.16384
    Multi-file Parser,0x00400000,1,1,quartz.dll,6.06.9200.16384
    File stream renderer,0x00400000,1,1,quartz.dll,6.06.9200.16384
    Microsoft DTV-DVD Audio Decoder,0x005fffff,1,1,msmpeg2adec.dll,12.00.8506.0000
    StreamBufferSink2,0x00200000,0,0,sbe.dll,6.06.9200.16384
    AVI Mux,0x00200000,1,0,qcap.dll,6.06.9200.16384
    Line 21 Decoder 2,0x00600002,1,1,quartz.dll,6.06.9200.16384
    File Source (Async.),0x00400000,0,1,quartz.dll,6.06.9200.16384
    File Source (URL),0x00400000,0,1,quartz.dll,6.06.9200.16384
    AudioRecorder WAV Dest,0x00200000,0,0,WavDest.dll,
    AudioRecorder Wave Form,0x00200000,0,0,WavDest.dll,
    SoundRecorder Null Renderer,0x00200000,0,0,WavDest.dll,
    Infinite Pin Tee Filter,0x00200000,1,1,qcap.dll,6.06.9200.16384
    Enhanced Video Renderer,0x00200000,1,0,evr.dll,6.02.9200.16384
    BDA MPEG2 Transport Information Filter,0x00200000,2,0,psisrndr.ax,6.06.9200.16384
    MPEG Video Decoder,0x40000001,1,1,quartz.dll,6.06.9200.16384
    WDM Streaming Tee/Splitter Devices:
    Tee/Sink-to-Sink Converter,0x00200000,1,1,ksproxy.ax,6.02.9200.16384
    Video Compressors:
    WMVideo8 Encoder DMO,0x00600800,1,1,wmvxencd.dll,6.02.9200.16384
    WMVideo9 Encoder DMO,0x00600800,1,1,wmvencod.dll,6.02.9200.16384
    MSScreen 9 encoder DMO,0x00600800,1,1,wmvsencd.dll,6.02.9200.16384
    DV Video Encoder,0x00200000,0,0,qdv.dll,6.06.9200.16384
    MJPEG Compressor,0x00200000,0,0,quartz.dll,6.06.9200.16384
    Cinepak Codec by Radius,0x00200000,1,1,qcap.dll,6.06.9200.16384
    Intel IYUV codec,0x00200000,1,1,qcap.dll,6.06.9200.16384
    Intel IYUV codec,0x00200000,1,1,qcap.dll,6.06.9200.16384
    Microsoft RLE,0x00200000,1,1,qcap.dll,6.06.9200.16384
    Microsoft Video 1,0x00200000,1,1,qcap.dll,6.06.9200.16384
    Audio Compressors:
    WM Speech Encoder DMO,0x00600800,1,1,WMSPDMOE.DLL,6.02.9200.16384
    WMAudio Encoder DMO,0x00600800,1,1,WMADMOE.DLL,6.02.9200.16384
    IMA ADPCM,0x00200000,1,1,quartz.dll,6.06.9200.16384
    PCM,0x00200000,1,1,quartz.dll,6.06.9200.16384
    Microsoft ADPCM,0x00200000,1,1,quartz.dll,6.06.9200.16384
    GSM 6.10,0x00200000,1,1,quartz.dll,6.06.9200.16384
    CCITT A-Law,0x00200000,1,1,quartz.dll,6.06.9200.16384
    CCITT u-Law,0x00200000,1,1,quartz.dll,6.06.9200.16384
    MPEG Layer-3,0x00200000,1,1,quartz.dll,6.06.9200.16384
    Audio Capture Sources:
    Microphone (Intel SST Audio Device (WDM)),0x00200000,0,0,qcap.dll,6.06.9200.16384
    PBDA CP Filters:
    PBDA DTFilter,0x00600000,1,1,CPFilters.dll,6.06.9200.16384
    PBDA ETFilter,0x00200000,0,0,CPFilters.dll,6.06.9200.16384
    PBDA PTFilter,0x00200000,0,0,CPFilters.dll,6.06.9200.16384
    Midi Renderers:
    Default MidiOut Device,0x00800000,1,0,quartz.dll,6.06.9200.16384
    Microsoft GS Wavetable Synth,0x00200000,1,0,quartz.dll,6.06.9200.16384
    WDM Streaming Capture Devices:
    IntelSST Audio Wave for DMIC,0x00200000,1,1,ksproxy.ax,6.02.9200.16384
    ,0x00000000,0,0,,
    OV8830,0x00200000,0,4,ksproxy.ax,6.02.9200.16384
    OV2720 Front,0x00200000,0,4,ksproxy.ax,6.02.9200.16384
    WDM Streaming Rendering Devices:
    IntelSST Audio Wave for IHF,0x00200000,2,2,ksproxy.ax,6.02.9200.16384
    ,0x00000000,0,0,,
    BDA Network Providers:
    Microsoft ATSC Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.9200.16384
    Microsoft DVBC Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.9200.16384
    Microsoft DVBS Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.9200.16384
    Microsoft DVBT Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.9200.16384
    Microsoft Network Provider,0x00200000,0,1,MSNP.ax,6.06.9200.16384
    Video Capture Sources:
    OV8830,0x00200000,0,4,ksproxy.ax,6.02.9200.16384
    OV2720 Front,0x00200000,0,4,ksproxy.ax,6.02.9200.16384
    Multi-Instance Capable VBI Codecs:
    VBI Codec,0x00600000,1,4,VBICodec.ax,6.06.9200.16384
    BDA Transport Information Renderers:
    BDA MPEG2 Transport Information Filter,0x00600000,2,0,psisrndr.ax,6.06.9200.16384
    MPEG-2 Sections and Tables,0x00600000,1,0,Mpeg2Data.ax,6.06.9200.16384
    BDA CP/CA Filters:
    Decrypt/Tag,0x00600000,1,1,EncDec.dll,6.06.9200.16384
    Encrypt/Tag,0x00200000,0,0,EncDec.dll,6.06.9200.16384
    PTFilter,0x00200000,0,0,EncDec.dll,6.06.9200.16384
    XDS Codec,0x00200000,0,0,EncDec.dll,6.06.9200.16384
    WDM Streaming Communication Transforms:
    Tee/Sink-to-Sink Converter,0x00200000,1,1,ksproxy.ax,6.02.9200.16384
    Audio Renderers:
    Speakers (Intel SST Audio Device (WDM)),0x00200000,1,0,quartz.dll,6.06.9200.16384
    Default DirectSound Device,0x00800000,1,0,quartz.dll,6.06.9200.16384
    Default WaveOut Device,0x00200000,1,0,quartz.dll,6.06.9200.16384
    DirectSound: Speakers (Intel SST Audio Device (WDM)),0x00200000,1,0,quartz.dll,6.06.9200.16384
    Preferred DirectShow Filters
    [HKEY_LOCAL_MACHINE\Software\Microsoft\DirectShow\Preferred]
    <media subtype GUID>, [<filter friendly name>, ]<filter CLSID>
    MEDIASUBTYPE_WMAUDIO_LOSSLESS, WMAudio Decoder DMO, CLSID_CWMADecMediaObject
    MEDIASUBTYPE_MPG4, Mpeg4 Decoder DMO, CLSID_CMpeg4DecMediaObject
    MEDIASUBTYPE_WVC1, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject
    WMMEDIASUBTYPE_WMSP2, WMSpeech Decoder DMO, CLSID_CWMSPDecMediaObject
    {64687664-0000-0010-8000-00AA00389B71}, DV Video Decoder, CLSID_DVVideoCodec
    MEDIASUBTYPE_h264, Microsoft DTV-DVD Video Decoder, CLSID_CMPEG2VidDecoderDS
    MEDIASUBTYPE_MPEG1AudioPayload, MPEG Audio Decoder, CLSID_CMpegAudioCodec
    {78766964-0000-0010-8000-00AA00389B71}, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
    MEDIASUBTYPE_WMAUDIO3, WMAudio Decoder DMO, CLSID_CWMADecMediaObject
    MEDIASUBTYPE_WMV2, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject
    MEDIASUBTYPE_MPEG2_AUDIO, Microsoft DTV-DVD Audio Decoder, CLSID_CMPEG2AudDecoderDS
    {64697678-0000-0010-8000-00AA00389B71}, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
    WMMEDIASUBTYPE_MP3, MP3 Decoder DMO, CLSID_CMP3DecMediaObject
    MEDIASUBTYPE_mp42, Mpeg4 Decoder DMO, CLSID_CMpeg4DecMediaObject
    MEDIASUBTYPE_MSS1, WMV Screen decoder DMO, CLSID_CMSSCDecMediaObject
    MEDIASUBTYPE_WVP2, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject
    MEDIASUBTYPE_WMV1, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject
    MEDIASUBTYPE_WMVP, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject
    MEDIASUBTYPE_WMV3, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject
    MEDIASUBTYPE_WMVR, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject
    MEDIASUBTYPE_MJPG, MJPEG Decompressor, CLSID_MjpegDec
    MEDIASUBTYPE_mp43, Mpeg43 Decoder DMO, CLSID_CMpeg43DecMediaObject
    MEDIASUBTYPE_MSS2, WMV Screen decoder DMO, CLSID_CMSSCDecMediaObject
    {64737664-0000-0010-8000-00AA00389B71}, DV Video Decoder, CLSID_DVVideoCodec
    WMMEDIASUBTYPE_WMAudioV8, WMAudio Decoder DMO, CLSID_CWMADecMediaObject
    {44495658-0000-0010-8000-00AA00389B71}, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
    WMMEDIASUBTYPE_WMSP1, WMSpeech Decoder DMO, CLSID_CWMSPDecMediaObject
    MEDIASUBTYPE_RAW_AAC1, Microsoft DTV-DVD Audio Decoder, CLSID_CMPEG2AudDecoderDS
    MEDIASUBTYPE_MP43, Mpeg43 Decoder DMO, CLSID_CMpeg43DecMediaObject
    {6C737664-0000-0010-8000-00AA00389B71}, DV Video Decoder, CLSID_DVVideoCodec
    MEDIASUBTYPE_AVC1, Microsoft DTV-DVD Video Decoder, CLSID_CMPEG2VidDecoderDS
    MEDIASUBTYPE_MPEG1Payload, MPEG Video Decoder, CLSID_CMpegVideoCodec
    {20637664-0000-0010-8000-00AA00389B71}, DV Video Decoder, CLSID_DVVideoCodec
    MEDIASUBTYPE_MPEG_ADTS_AAC, Microsoft DTV-DVD Audio Decoder, CLSID_CMPEG2AudDecoderDS
    MEDIASUBTYPE_MP42, Mpeg4 Decoder DMO, CLSID_CMpeg4DecMediaObject
    {58564944-0000-0010-8000-00AA00389B71}, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
    MEDIASUBTYPE_mpg4, Mpeg4 Decoder DMO, CLSID_CMpeg4DecMediaObject
    MEDIASUBTYPE_m4s2, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
    MEDIASUBTYPE_MP4S, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
    MEDIASUBTYPE_M4S2, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
    MEDIASUBTYPE_mp4s, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
    MEDIASUBTYPE_MPEG1Packet, MPEG Video Decoder, CLSID_CMpegVideoCodec
    {5634504D-0000-0010-8000-00AA00389B71}, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
    MEDIASUBTYPE_H264, Microsoft DTV-DVD Video Decoder, CLSID_CMPEG2VidDecoderDS
    {7634706D-0000-0010-8000-00AA00389B71}, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
    MEDIASUBTYPE_MPEG2_VIDEO, Microsoft DTV-DVD Video Decoder, CLSID_CMPEG2VidDecoderDS
    MEDIASUBTYPE_WMVA, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject
    MEDIASUBTYPE_MSAUDIO1, WMAudio Decoder DMO, CLSID_CWMADecMediaObject
    MEDIASUBTYPE_MPEG_LOAS, Microsoft DTV-DVD Audio Decoder, CLSID_CMPEG2AudDecoderDS
    MEDIASUBTYPE_DVD_LPCM_AUDIO, Microsoft DTV-DVD Audio Decoder, CLSID_CMPEG2AudDecoderDS
    Media Foundation Transforms
    [HKEY_LOCAL_MACHINE\Software\Classes\MediaFoundation\Transforms]
    <category>:
      <transform friendly name>, <transform CLSID>, <flags>, [<merit>, ]<file name>, <file version>
    Video Decoders:
      Microsoft MPEG Video Decoder MFT, {2D709E52-123F-49B5-9CBC-9AF5CDE28FB9}, 0x1, msmpeg2vdec.dll, 12.00.9200.16429
      DV Decoder MFT, {404A6DE5-D4D6-4260-9BC7-5A6CBD882432}, 0x1, mfdvdec.dll, 6.02.9200.16384
      Mpeg4s Decoder MFT, CLSID_CMpeg4sDecMFT, 0x1, mp4sdecd.dll, 6.02.9200.16496
      Microsoft H264 Video Decoder MFT, CLSID_CMSH264DecoderMFT, 0x1, msmpeg2vdec.dll, 12.00.9200.16429
      WMV Screen decoder MFT, CLSID_CMSSCDecMediaObject, 0x1, wmvsdecd.dll, 6.02.9200.16384
      WMVideo Decoder MFT, CLSID_CWMVDecMediaObject, 0x1, wmvdecod.dll, 6.02.9200.16604
      MJPEG Decoder MFT, {CB17E772-E1CC-4633-8450-5617AF577905}, 0x1, mfmjpegdec.dll, 6.02.9200.16384
      Mpeg43 Decoder MFT, CLSID_CMpeg43DecMediaObject, 0x1, mp43decd.dll, 6.02.9200.16384
      Mpeg4 Decoder MFT, CLSID_CMpeg4DecMediaObject, 0x1, mpg4decd.dll, 6.02.9200.16384
    Video Encoders:
      Intel® H.264 Encoder MFT, {4BE8D3C0-0515-4A37-AD55-E4BAE19AF471}, 0x4, 7, mfx_mft_h264ve_32.dll, 3.12.0009.0021
      H264 Encoder MFT, {6CA50344-051A-4DED-9779-A43305165E35}, 0x1, mfh264enc.dll, 6.02.9200.16420
      WMVideo8 Encoder MFT, CLSID_CWMVXEncMediaObject, 0x1, wmvxencd.dll, 6.02.9200.16384
      WMVideo9 Encoder MFT, CLSID_CWMV9EncMediaObject, 0x1, wmvencod.dll, 6.02.9200.16384
      Microsoft MPEG-2 Video Encoder MFT, {E6335F02-80B7-4DC4-ADFA-DFE7210D20D5}, 0x2, msmpeg2enc.dll, 12.00.9200.16384
    Video Effects:
      Frame Rate Converter, CLSID_CFrameRateConvertDmo, 0x1, mfvdsp.dll, 6.02.9200.16384
      Resizer MFT, CLSID_CResizerDMO, 0x1, vidreszr.dll, 6.02.9200.16384
      VideoStabilization MFT, {51571744-7FE4-4FF2-A498-2DC34FF74F1B}, 0x1, MSVideoDSP.dll, 6.02.9200.16384
      Color Control, CLSID_CColorControlDmo, 0x1, mfvdsp.dll, 6.02.9200.16384
      Color Converter MFT, CLSID_CColorConvertDMO, 0x1, colorcnv.dll, 6.02.9200.16384
    Video Processor:
      HDX264_Transcoder, {0BB94541-4EB9-4134-B201-E1E33B78DEE6}, 0x21, CtxVideoCodec.dll, 15.01.0000.4054
      Microsoft Video Processor MFT, {88753B26-5B24-49BD-B2E7-0C445C78C982}, 0x1, msvproc.dll, 12.00.9200.16420
    Audio Decoders:
      Microsoft Dolby Digital Plus Decoder MFT, {177C0AFE-900B-48D4-9E4C-57ADD250B3D4}, 0x1, MSAudDecMFT.dll, 6.02.9200.16578
      WMAudio Decoder MFT, CLSID_CWMADecMediaObject, 0x1, WMADMOD.DLL, 6.02.9200.16384
      Microsoft AAC Audio Decoder MFT, CLSID_CMSAACDecMFT, 0x1, MSAudDecMFT.dll, 6.02.9200.16578
      A-law Wrapper MFT, {36CB6E0C-78C1-42B2-9943-846262F31786}, 0x1, mfcore.dll, 12.00.9200.16628
      GSM ACM Wrapper MFT, {4A76B469-7B66-4DD4-BA2D-DDF244C766DC}, 0x1, mfcore.dll, 12.00.9200.16628
      WMAPro over S/PDIF MFT, CLSID_CWMAudioSpdTxDMO, 0x1, WMADMOD.DLL, 6.02.9200.16384
      Microsoft MPEG Audio Decoder MFT, {70707B39-B2CA-4015-ABEA-F8447D22D88B}, 0x1, MSAudDecMFT.dll, 6.02.9200.16578
      WMSpeech Decoder DMO, CLSID_CWMSPDecMediaObject, 0x1, WMSPDMOD.DLL, 6.02.9200.16384
      G711 Wrapper MFT, {92B66080-5E2D-449E-90C4-C41F268E5514}, 0x1, mfcore.dll, 12.00.9200.16628
      IMA ADPCM ACM Wrapper MFT, {A16E1BFF-A80D-48AD-AECD-A35C005685FE}, 0x1, mfcore.dll, 12.00.9200.16628
      MP3 Decoder MFT, CLSID_CMP3DecMediaObject, 0x1, mp3dmod.dll, 6.02.9200.16384
      ADPCM ACM Wrapper MFT, {CA34FE0A-5722-43AD-AF23-05F7650257DD}, 0x1, mfcore.dll, 12.00.9200.16628
    Audio Encoders:
      MP3 Encoder ACM Wrapper MFT, {11103421-354C-4CCA-A7A3-1AFF9A5B6701}, 0x1, mfcore.dll, 12.00.9200.16628
      WM Speech Encoder DMO, CLSID_CWMSPEncMediaObject2, 0x1, WMSPDMOE.DLL, 6.02.9200.16384
      Microsoft MPEG-2 Audio Encoder MFT, {46A4DD5C-73F8-4304-94DF-308F760974F4}, 0x1, msmpeg2enc.dll, 12.00.9200.16384
      WMAudio Encoder MFT, CLSID_CWMAEncMediaObject, 0x1, WMADMOE.DLL, 6.02.9200.16384
      Microsoft AAC Audio Encoder MFT, {93AF0C51-2275-45D2-A35B-F2BA21CAED00}, 0x1, mfAACEnc.dll, 6.02.9200.16384
      Microsoft Dolby Digital Encoder MFT, {AC3315C9-F481-45D7-826C-0B406C1F64B8}, 0x1, msac3enc.dll, 6.02.9200.16384
    Audio Effects:
      AEC, CLSID_CWMAudioAEC, 0x1, mfwmaaec.dll, 6.02.9200.16384
      Resampler MFT, CLSID_CResamplerMediaObject, 0x1, resampledmo.dll, 6.02.9200.16384
    Multiplexers:
      Microsoft MPEG2 Multiplexer MFT, {AB300F71-01AB-46D2-AB6C-64906CB03258}, 0x2, mfmpeg2srcsnk.dll, 12.00.9200.16437
    Others:
      Microsoft H264 Video Remux (MPEG2TSToMP4) MFT, {05A47EBB-8BF0-4CBF-AD2F-3B71D75866F5}, 0x1, msmpeg2vdec.dll, 12.00.9200.16429
    Media Foundation Enabled Hardware Categories
    [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows Media Foundation\HardwareMFT]
    EnableDecoders = 0
    EnableEncoders = 1
    EnableVideoProcessors = 1
    Media Foundation Byte Stream Handlers
    [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows Media Foundation\ByteStreamHandlers]
    [HKEY_LOCAL_MACHINE\Software\Classes\MediaFoundation\MediaSources\Preferred]
    <file ext. or MIME type>, <handler CLSID>, <brief description>[, Preferred]
    .3g2, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
    .3gp, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
    .3gp2, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
    .3gpp, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
    .aac, {926F41F7-003E-4382-9E84-9E953BE10562}, ADTS Byte Stream Handler, Preferred
    .ac3, {46031BA1-083F-47D9-8369-23C92BDAB2FF}, AC-3 Byte Stream Handler, Preferred
    .adt, {926F41F7-003E-4382-9E84-9E953BE10562}, ADTS Byte Stream Handler, Preferred
    .adts, {926F41F7-003E-4382-9E84-9E953BE10562}, ADTS Byte Stream Handler, Preferred
    .asf, {41457294-644C-4298-A28A-BD69F2C0CF3B}, ASF Byte Stream Handler, Preferred
    .avi, {7AFA253E-F823-42F6-A5D9-714BDE467412}, AVI Byte Stream Handler, Preferred
    .dvr-ms, {65964407-A5D8-4060-85B0-1CCD63F768E2}, dvr-ms Byte Stream Handler, Preferred
    .dvr-ms, {A8721937-E2FB-4D7A-A9EE-4EB08C890B6E}, MF SBE Source ByteStreamHandler
    .ec3, {46031BA1-083F-47D9-8369-23C92BDAB2FF}, AC-3 Byte Stream Handler, Preferred
    .m2t, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
    .m2ts, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
    .m4a, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
    .m4v, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
    .mod, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
    .mov, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
    .mp2v, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
    .mp3, {A82E50BA-8E92-41EB-9DF2-433F50EC2993}, MP3 Byte Stream Handler, Preferred
    .mp4, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
    .mp4v, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
    .mpa, {A82E50BA-8E92-41EB-9DF2-433F50EC2993}, MP3 Byte Stream Handler, Preferred
    .mpeg, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
    .mpg, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
    .mts, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
    .nsc, {B084785C-DDE0-4D30-8CA8-05A373E185BE}, NSC Byte Stream Handler, Preferred
    .sami, {7A56C4CB-D678-4188-85A8-BA2EF68FA10D}, SAMI Byte Stream Handler, Preferred
    .smi, {7A56C4CB-D678-4188-85A8-BA2EF68FA10D}, SAMI Byte Stream Handler, Preferred
    .tod, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
    .ts, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
    .tts, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
    .vob, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
    .wav, {42C9B9F5-16FC-47EF-AF22-DA05F7C842E3}, WAV Byte Stream Handler, Preferred
    .wm, {41457294-644C-4298-A28A-BD69F2C0CF3B}, ASF Byte Stream Handler, Preferred
    .wma, {41457294-644C-4298-A28A-BD69F2C0CF3B}, ASF Byte Stream Handler, Preferred
    .wmv, {41457294-644C-4298-A28A-BD69F2C0CF3B}, ASF Byte Stream Handler, Preferred
    .wtv, {65964407-A5D8-4060-85B0-1CCD63F768E2}, WTV Byte Stream Handler, Preferred
    audio/3gpp, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
    audio/3gpp2, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
    audio/aac, {926F41F7-003E-4382-9E84-9E953BE10562}, ADTS Byte Stream Handler, Preferred
    audio/aacp, {926F41F7-003E-4382-9E84-9E953BE10562}, ADTS Byte Stream Handler, Preferred
    audio/eac3, {46031BA1-083F-47D9-8369-23C92BDAB2FF}, AC-3 Byte Stream Handler, Preferred
    audio/L16, {3FFB3B8C-EB99-472B-8902-E1C1B05F07CF}, LPCM Byte Stream Handler, Preferred
    audio/mp3, {A82E50BA-8E92-41EB-9DF2-433F50EC2993}, MP3 Byte Stream Handler, Preferred
    audio/mp4, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
    audio/mpa, {A82E50BA-8E92-41EB-9DF2-433F50EC2993}, MP3 Byte Stream Handler, Preferred
    audio/mpeg, {A82E50BA-8E92-41EB-9DF2-433F50EC2993}, MP3 Byte Stream Handler, Preferred
    audio/mpeg3, {A82E50BA-8E92-41EB-9DF2-433F50EC2993}, MP3 Byte Stream Handler, Preferred
    audio/vnd.dlna.adts, {926F41F7-003E-4382-9E84-9E953BE10562}, ADTS Byte Stream Handler, Preferred
    audio/vnd.dolby.dd-raw, {46031BA1-083F-47D9-8369-23C92BDAB2FF}, AC-3 Byte Stream Handler, Preferred
    audio/wav, {42C9B9F5-16FC-47EF-AF22-DA05F7C842E3}, WAV Byte Stream Handler, Preferred
    audio/x-aac, {926F41F7-003E-4382-9E84-9E953BE10562}, ADTS Byte Stream Handler, Preferred
    audio/x-m4a, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
    audio/x-mp3, {A82E50BA-8E92-41EB-9DF2-433F50EC2993}, MP3 Byte Stream Handler, Preferred
    audio/x-mpeg, {A82E50BA-8E92-41EB-9DF2-433F50EC2993}, MP3 Byte Stream Handler, Preferred
    audio/x-ms-wma, {41457294-644C-4298-A28A-BD69F2C0CF3B}, ASF Byte Stream Handler, Preferred
    audio/x-wav, {42C9B9F5-16FC-47EF-AF22-DA05F7C842E3}, WAV Byte Stream Handler, Preferred
    video/3gpp, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
    video/3gpp2, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
    video/avi, {7AFA253E-F823-42F6-A5D9-714BDE467412}, AVI Byte Stream Handler, Preferred
    video/mp4, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
    video/mpeg, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
    video/msvideo, {7AFA253E-F823-42F6-A5D9-714BDE467412}, AVI Byte Stream Handler, Preferred
    video/vnd.dlna.mpeg-tts, {40871C59-AB40-471F-8DC3-1F259D862479}, MPEG2 Byte Stream Handler, Preferred
    video/x-m4v, {271C3902-6095-4C45-A22F-20091816EE9E}, MPEG4 Byte Stream Handler, Preferred
    video/x-ms-asf, {41457294-644C-4298-A28A-BD69F2C0CF3B}, ASF Byte Stream Handler, Preferred
    video/x-ms-wm, {41457294-644C-4298-A28A-BD69F2C0CF3B}, ASF Byte Stream Handler, Preferred
    video/x-ms-wmv, {41457294-644C-4298-A28A-BD69F2C0CF3B}, ASF Byte Stream Handler, Preferred
    video/x-msvideo, {7AFA253E-F823-42F6-A5D9-714BDE467412}, AVI Byte Stream Handler, Preferred
    Media Foundation Scheme Handlers
    [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows Media Foundation\SchemeHandlers]
    [HKEY_LOCAL_MACHINE\Software\Classes\MediaFoundation\MediaSources\Preferred]
    <URL type>, <handler CLSID>, <brief description>[, Preferred]
    file:, {477EC299-1421-4BDD-971F-7CCB933F21AD}, File Scheme Handler, Preferred
    http:, {44CB442B-9DA9-49DF-B3FD-023777B16E50}, Http Scheme Handler
    http:, {9EC4B4F9-3029-45AD-947B-344DE2A249E2}, Urlmon Scheme Handler
    http:, {E9F4EBAB-D97B-463E-A2B1-C54EE3F9414D}, Net Scheme Handler, Preferred
    httpd:, {44CB442B-9DA9-49DF-B3FD-023777B16E50}, Http Scheme Handler, Preferred
    httpnd:, {2EEEED04-0908-4CDB-AF8F-AC5B768A34C9}, Drm Scheme Handler, Preferred
    https:, {37A61C8B-7F8E-4D08-B12B-248D73E9AB4F}, Secure Http Scheme Handler, Preferred
    httpsd:, {37A61C8B-7F8E-4D08-B12B-248D73E9AB4F}, Secure Http Scheme Handler, Preferred
    httpt:, {E9F4EBAB-D97B-463E-A2B1-C54EE3F9414D}, Net Scheme Handler, Preferred
    httpu:, {E9F4EBAB-D97B-463E-A2B1-C54EE3F9414D}, Net Scheme Handler, Preferred
    mcast:, {E9F4EBAB-D97B-463E-A2B1-C54EE3F9414D}, Net Scheme Handler, Preferred
    mms:, {E9F4EBAB-D97B-463E-A2B1-C54EE3F9414D}, Net Scheme Handler, Preferred
    ms-appdata:, {CFC81939-3886-4ACF-9692-DA58037AE716}, MsAppData Scheme Handler, Preferred
    ms-appx-web:, {8DB0224B-3D65-4F6F-8E12-BEB4B78B8974}, MsAppxWeb Scheme Handler, Preferred
    ms-appx:, {8DB0224B-3D65-4F6F-8E12-BEB4B78B8974}, MsAppx Scheme Handler, Preferred
    ms-winsoundevent:, {F79A6BF9-7415-4CF3-AE10-4559509ABC3C}, Sound Event Scheme Handler, Preferred
    rtsp:, {E9F4EBAB-D97B-463E-A2B1-C54EE3F9414D}, Net Scheme Handler, Preferred
    rtspt:, {E9F4EBAB-D97B-463E-A2B1-C54EE3F9414D}, Net Scheme Handler, Preferred
    rtspu:, {E9F4EBAB-D97B-463E-A2B1-C54EE3F9414D}, Net Scheme Handler, Preferred
    sdp:, {E9F4EBAB-D97B-463E-A2B1-C54EE3F9414D}, Net Scheme Handler, Preferred
    Preferred Media Foundation Transforms
    [HKEY_LOCAL_MACHINE\Software\Classes\MediaFoundation\Transforms\Preferred]
    <media subtype GUID>, [<transform friendly name>, ]<transform CLSID>
    {00000006-0000-0010-8000-00AA00389B71}, A-law Wrapper MFT, {36CB6E0C-78C1-42B2-9943-846262F31786}
    MFAudioFormat_AAC, Microsoft AAC Audio Decoder MFT, CLSID_CMSAACDecMFT
    MFAudioFormat_WMAudio_Lossless, WMAudio Decoder MFT, CLSID_CWMADecMediaObject
    MEDIASUBTYPE_MPG4, Mpeg4 Decoder MFT, CLSID_CMpeg4DecMediaObject
    {3F40F4F0-5622-4FF8-B6D8-A17A584BEE5E}, Microsoft H264 Video Decoder MFT, CLSID_CMSH264DecoderMFT
    MFVideoFormat_WVC1, WMVideo Decoder MFT, CLSID_CWMVDecMediaObject
    WMMEDIASUBTYPE_WMSP2, WMSpeech Decoder DMO, CLSID_CWMSPDecMediaObject
    KSDATAFORMAT_SUBTYPE_ADPCM, ADPCM ACM Wrapper MFT, {CA34FE0A-5722-43AD-AF23-05F7650257DD}
    MFVideoFormat_DVHD, DV Decoder MFT, {404A6DE5-D4D6-4260-9BC7-5A6CBD882432}
    MFAudioFormat_MPEG, Microsoft MPEG Audio Decoder MFT, {70707B39-B2CA-4015-ABEA-F8447D22D88B}
    {00002000-0000-0010-8000-00AA00389B71}, Microsoft Dolby Digital Plus Decoder MFT, {177C0AFE-900B-48D4-9E4C-57ADD250B3D4}
    MFAudioFormat_WMAudioV9, WMAudio Decoder MFT, CLSID_CWMADecMediaObject
    MFVideoFormat_WMV2, WMVideo Decoder MFT, CLSID_CWMVDecMediaObject
    MEDIASUBTYPE_DOLBY_DDPLUS, Microsoft Dolby Digital Plus Decoder MFT, {177C0AFE-900B-48D4-9E4C-57ADD250B3D4}
    {53314356-0000-0010-8000-00AA00389B71}, WMVideo Decoder MFT, CLSID_CWMVDecMediaObject
    MFAudioFormat_MP3, MP3 Decoder MFT, CLSID_CMP3DecMediaObject
    MEDIASUBTYPE_mp42, Mpeg4 Decoder MFT, CLSID_CMpeg4DecMediaObject
    MFVideoFormat_MSS1, WMV Screen decoder MFT, CLSID_CMSSCDecMediaObject
    MFVideoFormat_WMV1, WMVideo Decoder MFT, CLSID_CWMVDecMediaObject
    MEDIASUBTYPE_WVP2, WMVideo Decoder MFT, CLSID_CWMVDecMediaObject
    MEDIASUBTYPE_WMVP, WMVideo Decoder MFT, CLSID_CWMVDecMediaObject
    MFVideoFormat_WMV3, WMVideo Decoder MFT, CLSID_CWMVDecMediaObject
    MEDIASUBTYPE_WMVR, WMVideo Decoder MFT, CLSID_CWMVDecMediaObject
    KSDATAFORMAT_SUBTYPE_MULAW, G711 Wrapper MFT, {92B66080-5E2D-449E-90C4-C41F268E5514}
    MFVideoFormat_MJPG, MJPEG Decoder MFT, {CB17E772-E1CC-4633-8450-5617AF577905}
    MEDIASUBTYPE_mp43, Mpeg43 Decoder MFT, CLSID_CMpeg43DecMediaObject
    {00000031-0000-0010-8000-00AA00389B71}, GSM ACM Wrapper MFT, {4A76B469-7B66-4DD4-BA2D-DDF244C766DC}
    MFVideoFormat_MSS2, WMV Screen decoder MFT, CLSID_CMSSCDecMediaObject
    MFVideoFormat_DVSD, DV Decoder MFT, {404A6DE5-D4D6-4260-9BC7-5A6CBD882432}
    MFAudioFormat_WMAudioV8, WMAudio Decoder MFT, CLSID_CWMADecMediaObject
    MFAudioFormat_MSP1, WMSpeech Decoder DMO, CLSID_CWMSPDecMediaObject
    MEDIASUBTYPE_RAW_AAC1, Microsoft AAC Audio Decoder MFT, CLSID_CMSAACDecMFT
    MFVideoFormat_MP43, Mpeg43 Decoder MFT, CLSID_CMpeg43DecMediaObject
    MFVideoFormat_DVSL, DV Decoder MFT, {404A6DE5-D4D6-4260-9BC7-5A6CBD882432}
    MFVideoFormat_DVC, DV Decoder MFT, {404A6DE5-D4D6-4260-9BC7-5A6CBD882432}
    {00000011-0000-0010-8000-00AA00389B71}, IMA ADPCM ACM Wrapper MFT, {A16E1BFF-A80D-48AD-AECD-A35C005685FE}
    MEDIASUBTYPE_MP42, Mpeg4 Decoder MFT, CLSID_CMpeg4DecMediaObject
    MEDIASUBTYPE_mpg4, Mpeg4 Decoder MFT, CLSID_CMpeg4DecMediaObject
    MEDIASUBTYPE_m4s2, Mpeg4s Decoder MFT, CLSID_CMpeg4sDecMFT
    MFVideoFormat_MP4S, Mpeg4s Decoder MFT, CLSID_CMpeg4sDecMFT
    MFVideoFormat_M4S2, Mpeg4s Decoder MFT, CLSID_CMpeg4sDecMFT
    MEDIASUBTYPE_mp4s, Mpeg4s Decoder MFT, CLSID_CMpeg4sDecMFT
    {33363248-0000-0010-8000-00AA00389B71}, Mpeg4s Decoder MFT, CLSID_CMpeg4sDecMFT
    {E06D802C-DB46-11CF-B4D1-00805F6CBBEA}, Microsoft Dolby Digital Plus Decoder MFT, {177C0AFE-900B-48D4-9E4C-57ADD250B3D4}
    MFVideoFormat_MP4V, Mpeg4s Decoder MFT, CLSID_CMpeg4sDecMFT
    MFVideoFormat_H264, Microsoft H264 Video Decoder MFT, CLSID_CMSH264DecoderMFT
    {7634706D-0000-0010-8000-00AA00389B71}, Mpeg4s Decoder MFT, CLSID_CMpeg4sDecMFT
    MFVideoFormat_MPEG2, Microsoft MPEG Video Decoder MFT, {2D709E52-123F-49B5-9CBC-9AF5CDE28FB9}
    MFVideoFormat_MPG1, Microsoft MPEG Video Decoder MFT, {2D709E52-123F-49B5-9CBC-9AF5CDE28FB9}
    MEDIASUBTYPE_WMVA, WMVideo Decoder MFT, CLSID_CWMVDecMediaObject
    MEDIASUBTYPE_MSAUDIO1, WMAudio Decoder MFT, CLSID_CWMADecMediaObject
    Disabled Media Foundation Transforms
    [HKEY_LOCAL_MACHINE\Software\Classes\MediaFoundation\Transforms\DoNotUse]
    <transform CLSID>
    Disabled Media Sources
    [HKEY_LOCAL_MACHINE\Software\Classes\MediaFoundation\MediaSources\DoNotUse]
    <media source CLSID>

    Finally found the issue, but unfortunately I am not sure if this will help in your particular case, since you are using a 3rd party software.  You can however contact the developer with this information and hopefully they can send you a patch.
    The default size of the Camera object in Flash is 160x120, but this resolution seems to be too low for the Intel driver.  Additionally, if the Width property is smaller than the Height property (portrait mode), it seems to also cause the crash.
    In our application, we simply resized the camera object to 640x400 and it solved our problem.
    Before calling the Camera object, a simple line of code can be added:
    Camera.setMode(640x400,15,true);
    and it resolved the issue on the Dell Venue 8 Pro and Acer W4.
    I hope this helps solving your problem!

  • WIndows 7 Pro 64 bit rebooting after installing flash player 11.4

    Hi There,
    I was wondering if anyone could help me to solve the problem I am encountering with my home computer which after installing adobe flash player keeps on rebooting soon after it gets to the logon screen and other times whilst I am playing CSS via Valve or browsing the net.
    Motherboard: Republic of Gamer ASUS Maximus Formula ii
    CPU: Intel Core 2 Quad Q9550
    GPU: ATI Saphire 4850 HD
    OS: Windows 7 Pro 64 bit
    Memory: 8 GB
    Disk: 240 GB SSD
    AV: McFee
    If you could help me to solve this problem would be greatly appreciated.
    Thanks
    Fernando

    Hi Jeromie,
    Here is the driver details and dxdiag file attached.
    System Information
    Time of this report: 10/11/2012, 17:57:52
           Machine name: PACMAN_PC
       Operating System: Windows 7 Professional 64-bit (6.1, Build 7601) Service Pack 1 (7601.win7sp1_gdr.120830-0333)
               Language: English (Regional Setting: English)
    System Manufacturer: System manufacturer
           System Model: Maximus II Formula
                   BIOS: BIOS Date: 07/27/09 14:30:55 Ver: 08.00.14
              Processor: Intel(R) Core(TM)2 Quad CPU    Q9550  @ 2.83GHz (4 CPUs), ~2.8GHz
                 Memory: 8192MB RAM
    Available OS Memory: 8192MB RAM
              Page File: 2154MB used, 14226MB available
            Windows Dir: C:\Windows
        DirectX Version: DirectX 11
    DX Setup Parameters: Not found
       User DPI Setting: Using System DPI
    System DPI Setting: 96 DPI (100 percent)
        DWM DPI Scaling: Disabled
         DxDiag Version: 6.01.7601.17514 32bit Unicode
    DxDiag Notes
          Display Tab 1: No problems found.
            Sound Tab 1: No problems found.
            Sound Tab 2: No problems found.
            Sound Tab 3: No problems found.
              Input Tab: No problems found.
    DirectX Debug Levels
    Direct3D:    0/4 (retail)
    DirectDraw:  0/4 (retail)
    DirectInput: 0/5 (retail)
    DirectMusic: 0/5 (retail)
    DirectPlay:  0/9 (retail)
    DirectSound: 0/5 (retail)
    DirectShow:  0/6 (retail)
    Display Devices
              Card name: ATI Radeon HD 4800 Series
           Manufacturer: Advanced Micro Devices, Inc.
              Chip type: ATI display adapter (0x9460)
               DAC type: Internal DAC(400MHz)
             Device Key: Enum\PCI\VEN_1002&DEV_9460&SUBSYS_E115174B&REV_00
         Display Memory: 756 MB
       Dedicated Memory: 1013 MB
          Shared Memory: 3839 MB
           Current Mode: 1920 x 1200 (32 bit) (59Hz)
           Monitor Name: Generic PnP Monitor
          Monitor Model: L246WHX
             Monitor Id: GSM569D
            Native Mode: 1920 x 1200(p) (59.950Hz)
            Output Type: DVI
            Driver Name: aticfx64.dll,aticfx64.dll,aticfx64.dll,aticfx32,aticfx32,aticfx32,atiumd64.dll,atidxx64.d ll,atidxx64.dll,atiumdag,atidxx32,atidxx32,atiumdva,atiumd6a.cap,atitmm64.dll
    Driver File Version: 8.17.0010.1129 (English)
         Driver Version: 8.970.100.3000
            DDI Version: 10.1
           Driver Model: WDDM 1.1
      Driver Attributes: Final Retail
       Driver Date/Size: 7/4/2012 17:25:14, 1081856 bytes
            WHQL Logo'd: Yes
        WHQL Date Stamp:
      Device Identifier: {D7B71EE2-D720-11CF-9270-1FC1BEC2C535}
              Vendor ID: 0x1002
              Device ID: 0x9460
              SubSys ID: 0xE115174B
            Revision ID: 0x0000
    Driver Strong Name: oem13.inf:ATI.Mfg.NTamd64.6.1:ati2mtag_RV7X:8.970.100.3000:pci\ven_1002&dev_9460
         Rank Of Driver: 00E62001
            Video Accel: ModeMPEG2_A ModeMPEG2_C
       Deinterlace Caps: {6E8329FF-B642-418B-BCF0-BCB6591E255F}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
                         {6E8329FF-B642-418B-BCF0-BCB6591E255F}: Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YV12,0x32315659) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {3C5323C1-6FB7-44F5-9081-056BF2EE449D}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,2) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                         {552C0DAD-CCBC-420B-83C8-74943CF9F1A6}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,2) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                         {6E8329FF-B642-418B-BCF0-BCB6591E255F}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC1,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC2,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC3,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC4,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(S340,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(S342,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
           D3D9 Overlay: Not Supported
                DXVA-HD: Not Supported
           DDraw Status: Enabled
             D3D Status: Enabled
             AGP Status: Enabled
    Sound Devices
                Description: Speakers (High Definition Audio Device)
    Default Sound Playback: Yes
    Default Voice Playback: Yes
                Hardware ID: HDAUDIO\FUNC_01&VEN_11D4&DEV_989B&SUBSYS_10438334&REV_1003
            Manufacturer ID: 1
                 Product ID: 65535
                       Type: WDM
                Driver Name: HdAudio.sys
             Driver Version: 6.01.7601.17514 (English)
          Driver Attributes: Final Retail
                WHQL Logo'd: Yes
              Date and Size: 11/20/2010 03:44:24, 350208 bytes
                Other Files:
            Driver Provider: Microsoft
             HW Accel Level: Basic
                  Cap Flags: 0xF1F
        Min/Max Sample Rate: 100, 200000
    Static/Strm HW Mix Bufs: 1, 0
    Static/Strm HW 3D Bufs: 0, 0
                  HW Memory: 0
           Voice Management: No
    EAX(tm) 2.0 Listen/Src: No, No
       I3DL2(tm) Listen/Src: No, No
    Sensaura(tm) ZoomFX(tm): No
                Description: Digital Audio (S/PDIF) (High Definition Audio Device)
    Default Sound Playback: No
    Default Voice Playback: No
                Hardware ID: HDAUDIO\FUNC_01&VEN_11D4&DEV_989B&SUBSYS_10438334&REV_1003
            Manufacturer ID: 1
                 Product ID: 65535
                       Type: WDM
                Driver Name: HdAudio.sys
             Driver Version: 6.01.7601.17514 (English)
          Driver Attributes: Final Retail
                WHQL Logo'd: Yes
              Date and Size: 11/20/2010 03:44:24, 350208 bytes
                Other Files:
            Driver Provider: Microsoft
             HW Accel Level: Basic
                  Cap Flags: 0xF1F
        Min/Max Sample Rate: 100, 200000
    Static/Strm HW Mix Bufs: 1, 0
    Static/Strm HW 3D Bufs: 0, 0
                  HW Memory: 0
           Voice Management: No
    EAX(tm) 2.0 Listen/Src: No, No
       I3DL2(tm) Listen/Src: No, No
    Sensaura(tm) ZoomFX(tm): No
                Description: Digital Audio (HDMI) (High Definition Audio Device)
    Default Sound Playback: No
    Default Voice Playback: No
                Hardware ID: HDAUDIO\FUNC_01&VEN_11D4&DEV_989B&SUBSYS_10438334&REV_1003
            Manufacturer ID: 1
                 Product ID: 65535
                       Type: WDM
                Driver Name: HdAudio.sys
             Driver Version: 6.01.7601.17514 (English)
          Driver Attributes: Final Retail
                WHQL Logo'd: Yes
              Date and Size: 11/20/2010 03:44:24, 350208 bytes
                Other Files:
            Driver Provider: Microsoft
             HW Accel Level: Basic
                  Cap Flags: 0xF1F
        Min/Max Sample Rate: 100, 200000
    Static/Strm HW Mix Bufs: 1, 0
    Static/Strm HW 3D Bufs: 0, 0
                  HW Memory: 0
           Voice Management: No
    EAX(tm) 2.0 Listen/Src: No, No
       I3DL2(tm) Listen/Src: No, No
    Sensaura(tm) ZoomFX(tm): No
    Sound Capture Devices
                Description: Microphone (Microsoft LifeCam VX-1000.)
      Default Sound Capture: Yes
      Default Voice Capture: Yes
                Driver Name: USBAUDIO.sys
             Driver Version: 6.01.7601.17514 (English)
          Driver Attributes: Final Retail
              Date and Size: 11/20/2010 03:43:54, 109696 bytes
                  Cap Flags: 0x1
               Format Flags: 0xFFFFF
                Description: Microphone (High Definition Audio Device)
      Default Sound Capture: No
      Default Voice Capture: No
                Driver Name: HdAudio.sys
             Driver Version: 6.01.7601.17514 (English)
          Driver Attributes: Final Retail
              Date and Size: 11/20/2010 03:44:24, 350208 bytes
                  Cap Flags: 0x1
               Format Flags: 0xFFFFF
                Description: Microphone (High Definition Audio Device)
      Default Sound Capture: No
      Default Voice Capture: No
                Driver Name: HdAudio.sys
             Driver Version: 6.01.7601.17514 (English)
          Driver Attributes: Final Retail
              Date and Size: 11/20/2010 03:44:24, 350208 bytes
                  Cap Flags: 0x1
               Format Flags: 0xFFFFF
                Description: Line In (High Definition Audio Device)
      Default Sound Capture: No
      Default Voice Capture: No
                Driver Name: HdAudio.sys
             Driver Version: 6.01.7601.17514 (English)
          Driver Attributes: Final Retail
              Date and Size: 11/20/2010 03:44:24, 350208 bytes
                  Cap Flags: 0x1
               Format Flags: 0xFFFFF
    DirectInput Devices
          Device Name: Mouse
             Attached: 1
        Controller ID: n/a
    Vendor/Product ID: n/a
            FF Driver: n/a
          Device Name: Keyboard
             Attached: 1
        Controller ID: n/a
    Vendor/Product ID: n/a
            FF Driver: n/a
          Device Name: G9 Laser Mouse
             Attached: 1
        Controller ID: 0x0
    Vendor/Product ID: 0x046D, 0xC048
            FF Driver: n/a
          Device Name: G9 Laser Mouse
             Attached: 1
        Controller ID: 0x0
    Vendor/Product ID: 0x046D, 0xC048
            FF Driver: n/a
          Device Name: G9 Laser Mouse
             Attached: 1
        Controller ID: 0x0
    Vendor/Product ID: 0x046D, 0xC048
            FF Driver: n/a
          Device Name: Logitech Gaming Keyboard
             Attached: 1
        Controller ID: 0x0
    Vendor/Product ID: 0x046D, 0xC221
            FF Driver: n/a
          Device Name: Logitech Gaming Keyboard
             Attached: 1
        Controller ID: 0x0
    Vendor/Product ID: 0x046D, 0xC221
            FF Driver: n/a
          Device Name: G15 Keyboard
             Attached: 1
        Controller ID: 0x0
    Vendor/Product ID: 0x046D, 0xC222
            FF Driver: n/a
    Poll w/ Interrupt: No
    USB Devices
    + USB Root Hub
    | Vendor/Product ID: 0x8086, 0x3A36
    | Matching Device ID: usb\root_hub
    | Service: usbhub
    |
    +-+ Generic USB Hub
    | | Vendor/Product ID: 0x046D, 0xC223
    | | Location: Port_#0002.Hub_#0007
    | | Matching Device ID: usb\class_09
    | | Service: usbhub
    | |
    | +-+ USB Input Device
    | | | Vendor/Product ID: 0x046D, 0xC222
    | | | Location: Port_#0004.Hub_#0010
    | | | Matching Device ID: generic_hid_device
    | | | Service: HidUsb
    | | |
    | | +-+ HID-compliant device
    | | | | Vendor/Product ID: 0x046D, 0xC222
    | | | | Matching Device ID: hid_device
    | | | |
    | | +-+ HID Keyboard Device
    | | | | Vendor/Product ID: 0x046D, 0xC222
    | | | | Matching Device ID: hid_device_system_keyboard
    | | | | Service: kbdhid
    Gameport Devices
    PS/2 Devices
    + HID Keyboard Device
    | Vendor/Product ID: 0x046D, 0xC048
    | Matching Device ID: hid_device_system_keyboard
    | Service: kbdhid
    |
    + HID Keyboard Device
    | Vendor/Product ID: 0x046D, 0xC221
    | Matching Device ID: hid_device_system_keyboard
    | Service: kbdhid
    |
    + HID Keyboard Device
    | Vendor/Product ID: 0x046D, 0xC232
    | Matching Device ID: hid_device_system_keyboard
    | Service: kbdhid
    |
    + Terminal Server Keyboard Driver
    | Matching Device ID: root\rdp_kbd
    | Upper Filters: kbdclass
    | Service: TermDD
    |
    + Logitech HID-compliant G9 Laser Mouse
    | Vendor/Product ID: 0x046D, 0xC048
    | Matching Device ID: hid\vid_046d&pid_c048&mi_00
    | Upper Filters: LMouFilt
    | Lower Filters: LHidFilt
    | Service: mouhid
    |
    + HID-compliant mouse
    | Vendor/Product ID: 0x046D, 0xC231
    | Matching Device ID: hid_device_system_mouse
    | Service: mouhid
    |
    + Terminal Server Mouse Driver
    | Matching Device ID: root\rdp_mou
    | Upper Filters: mouclass
    | Service: TermDD
    Disk & DVD/CD-ROM Drives
          Drive: C:
    Free Space: 127.0 GB
    Total Space: 228.8 GB
    File System: NTFS
          Model: SanDisk SDSSDX240GG25 ATA Device
          Drive: D:
    Free Space: 165.6 GB
    Total Space: 228.8 GB
    File System: NTFS
          Model: OCZ-AGILITY3 ATA Device
          Drive: E:
    Free Space: 312.0 GB
    Total Space: 476.9 GB
    File System: NTFS
          Model: ST3500413AS ATA Device
          Drive: Z:
          Model: BENQ DVD DC DW220S ATA Device
         Driver: c:\windows\system32\drivers\cdrom.sys, 6.01.7601.17514 (English), , 0 bytes
    System Devices
         Name: High Definition Audio Controller
    Device ID: PCI\VEN_1002&DEV_AA30&SUBSYS_AA30174B&REV_00\4&239521B6&0&0108
       Driver: n/a
         Name: Intel(R) ICH10 Family PCI Express Root Port 3 - 3A44
    Device ID: PCI\VEN_8086&DEV_3A44&SUBSYS_82D41043&REV_00\3&11583659&0&E2
       Driver: n/a
         Name: Intel(R) ICH10 Family USB Universal Host Controller - 3A36
    Device ID: PCI\VEN_8086&DEV_3A36&SUBSYS_82D41043&REV_00\3&11583659&0&EA
       Driver: n/a
         Name: Intel(R) 4 Series Chipset Processor to I/O Controller - 2E20
    Device ID: PCI\VEN_8086&DEV_2E20&SUBSYS_82D31043&REV_02\3&11583659&0&00
       Driver: n/a
         Name: ATI Radeon HD 4800 Series
    Device ID: PCI\VEN_1002&DEV_9460&SUBSYS_E115174B&REV_00\4&239521B6&0&0008
       Driver: n/a
         Name: Intel(R) ICH10 Family PCI Express Root Port 1 - 3A40
    Device ID: PCI\VEN_8086&DEV_3A40&SUBSYS_82D41043&REV_00\3&11583659&0&E0
       Driver: n/a
         Name: Intel(R) ICH10 Family USB Universal Host Controller - 3A35
    Device ID: PCI\VEN_8086&DEV_3A35&SUBSYS_82D41043&REV_00\3&11583659&0&E9
       Driver: n/a
         Name: Intel(R) 82801 PCI Bridge - 244E
    Device ID: PCI\VEN_8086&DEV_244E&SUBSYS_82D41043&REV_90\3&11583659&0&F0
       Driver: n/a
         Name: High Definition Audio Controller
    Device ID: PCI\VEN_8086&DEV_3A3E&SUBSYS_83341043&REV_00\3&11583659&0&D8
       Driver: n/a
         Name: Intel(R) ICH10 Family USB Universal Host Controller - 3A34
    Device ID: PCI\VEN_8086&DEV_3A34&SUBSYS_82D41043&REV_00\3&11583659&0&E8
       Driver: n/a
         Name: Standard Dual Channel PCI IDE Controller
    Device ID: PCI\VEN_11AB&DEV_6121&SUBSYS_612111AB&REV_B1\4&116B1340&0&00E4
       Driver: n/a
         Name: Intel(R) ICH10 Family USB Enhanced Host Controller - 3A3C
    Device ID: PCI\VEN_8086&DEV_3A3C&SUBSYS_82D41043&REV_00\3&11583659&0&D7
       Driver: n/a
         Name: Intel(R) ICH10 Family SMBus Controller - 3A30
    Device ID: PCI\VEN_8086&DEV_3A30&SUBSYS_82D41043&REV_00\3&11583659&0&FB
       Driver: n/a
         Name: Marvell Yukon 88E8056 PCI-E Gigabit Ethernet Controller #2
    Device ID: PCI\VEN_11AB&DEV_4364&SUBSYS_81F81043&REV_12\4&210273A0&0&00E3
       Driver: n/a
         Name: Intel(R) ICH10 Family USB Enhanced Host Controller - 3A3A
    Device ID: PCI\VEN_8086&DEV_3A3A&SUBSYS_82D41043&REV_00\3&11583659&0&EF
       Driver: n/a
         Name: Standard Dual Channel PCI IDE Controller
    Device ID: PCI\VEN_8086&DEV_3A26&SUBSYS_82D41043&REV_00\3&11583659&0&FD
       Driver: n/a
         Name: Marvell Yukon 88E8056 PCI-E Gigabit Ethernet Controller
    Device ID: PCI\VEN_11AB&DEV_4364&SUBSYS_81F81043&REV_12\4&1C95CDEB&0&00E2
       Driver: n/a
         Name: Intel(R) ICH10 Family PCI Express Root Port 6 - 3A4A
    Device ID: PCI\VEN_8086&DEV_3A4A&SUBSYS_82D41043&REV_00\3&11583659&0&E5
       Driver: n/a
         Name: Intel(R) ICH10 Family USB Universal Host Controller - 3A39
    Device ID: PCI\VEN_8086&DEV_3A39&SUBSYS_82D41043&REV_00\3&11583659&0&D2
       Driver: n/a
         Name: Standard Dual Channel PCI IDE Controller
    Device ID: PCI\VEN_8086&DEV_3A20&SUBSYS_82D41043&REV_00\3&11583659&0&FA
       Driver: n/a
         Name: VIA USB eXtensible Host Controller
    Device ID: PCI\VEN_1106&DEV_3432&SUBSYS_34321106&REV_03\4&8372D40&0&00E5
       Driver: n/a
         Name: Intel(R) ICH10 Family PCI Express Root Port 5 - 3A48
    Device ID: PCI\VEN_8086&DEV_3A48&SUBSYS_82D41043&REV_00\3&11583659&0&E4
       Driver: n/a
         Name: Intel(R) ICH10 Family USB Universal Host Controller - 3A38
    Device ID: PCI\VEN_8086&DEV_3A38&SUBSYS_82D41043&REV_00\3&11583659&0&D1
       Driver: n/a
         Name: Intel(R) ICH10R LPC Interface Controller - 3A16
    Device ID: PCI\VEN_8086&DEV_3A16&SUBSYS_82D41043&REV_00\3&11583659&0&F8
       Driver: n/a
         Name: VIA 1394 OHCI Compliant Host Controller
    Device ID: PCI\VEN_1106&DEV_3044&SUBSYS_81FE1043&REV_C0\4&1B359D48&0&18F0
       Driver: n/a
         Name: Intel(R) ICH10 Family PCI Express Root Port 4 - 3A46
    Device ID: PCI\VEN_8086&DEV_3A46&SUBSYS_82D41043&REV_00\3&11583659&0&E3
       Driver: n/a
         Name: Intel(R) ICH10 Family USB Universal Host Controller - 3A37
    Device ID: PCI\VEN_8086&DEV_3A37&SUBSYS_82D41043&REV_00\3&11583659&0&D0
       Driver: n/a
         Name: Intel(R) 4 Series Chipset PCI Express Root Port - 2E21
    Device ID: PCI\VEN_8086&DEV_2E21&SUBSYS_82D31043&REV_02\3&11583659&0&08
       Driver: n/a
    DirectShow Filters
    DirectShow Filters:
    WMAudio Decoder DMO,0x00800800,1,1,WMADMOD.DLL,6.01.7601.17514
    WMAPro over S/PDIF DMO,0x00600800,1,1,WMADMOD.DLL,6.01.7601.17514
    WMSpeech Decoder DMO,0x00600800,1,1,WMSPDMOD.DLL,6.01.7601.17514
    MP3 Decoder DMO,0x00600800,1,1,mp3dmod.dll,6.01.7600.16385
    Mpeg4s Decoder DMO,0x00800001,1,1,mp4sdecd.dll,6.01.7600.16385
    WMV Screen decoder DMO,0x00600800,1,1,wmvsdecd.dll,6.01.7601.17514
    WMVideo Decoder DMO,0x00800001,1,1,wmvdecod.dll,6.01.7601.17514
    Mpeg43 Decoder DMO,0x00800001,1,1,mp43decd.dll,6.01.7600.16385
    Mpeg4 Decoder DMO,0x00800001,1,1,mpg4decd.dll,6.01.7600.16385
    ffdshow Video Decoder,0xff800001,2,1,ffdshow.ax,1.01.4369.0000
    ffdshow raw video filter,0x00200000,2,1,ffdshow.ax,1.01.4369.0000
    ffdshow Audio Decoder,0xff800001,1,1,ffdshow.ax,1.01.4369.0000
    ATI Ticker,0x00200000,0,1,Ticker.ax,
    DV Muxer,0x00400000,0,0,qdv.dll,6.06.7601.17514
    Color Space Converter,0x00400001,1,1,quartz.dll,6.06.7601.17713
    WM ASF Reader,0x00400000,0,0,qasf.dll,12.00.7601.17514
    Screen Capture filter,0x00200000,0,1,wmpsrcwp.dll,12.00.7601.17514
    AVI Splitter,0x00600000,1,1,quartz.dll,6.06.7601.17713
    VGA 16 Color Ditherer,0x00400000,1,1,quartz.dll,6.06.7601.17713
    SBE2MediaTypeProfile,0x00200000,0,0,sbe.dll,6.06.7601.17528
    Microsoft DTV-DVD Video Decoder,0x005fffff,2,4,msmpeg2vdec.dll,6.01.7140.0000
    AC3 Parser Filter,0x00600000,1,1,mpg2splt.ax,6.06.7601.17528
    StreamBufferSink,0x00200000,0,0,sbe.dll,6.06.7601.17528
    MJPEG Decompressor,0x00600000,1,1,quartz.dll,6.06.7601.17713
    MPEG-I Stream Splitter,0x00600000,1,2,quartz.dll,6.06.7601.17713
    SAMI (CC) Parser,0x00400000,1,1,quartz.dll,6.06.7601.17713
    VBI Codec,0x00600000,1,4,VBICodec.ax,6.06.7601.17514
    ATI MPEG File Writer,0x00200000,1,0,atimpenc.dll,12.05.0000.20704
    ATI MPEG Video Decoder,0x005fffff,1,2,atimpenc.dll,12.05.0000.20704
    MPEG-2 Splitter,0x005fffff,1,0,mpg2splt.ax,6.06.7601.17528
    Closed Captions Analysis Filter,0x00200000,2,5,cca.dll,6.06.7601.17514
    SBE2FileScan,0x00200000,0,0,sbe.dll,6.06.7601.17528
    Microsoft MPEG-2 Video Encoder,0x00200000,1,1,msmpeg2enc.dll,6.01.7601.17514
    Internal Script Command Renderer,0x00800001,1,0,quartz.dll,6.06.7601.17713
    MPEG Audio Decoder,0x03680001,1,1,quartz.dll,6.06.7601.17713
    MMACE ProcAmp,0x00200000,0,2,MMACEFilters.dll,
    DV Splitter,0x00600000,1,2,qdv.dll,6.06.7601.17514
    Video Mixing Renderer 9,0x00200000,1,0,quartz.dll,6.06.7601.17713
    Microsoft MPEG-2 Encoder,0x00200000,2,1,msmpeg2enc.dll,6.01.7601.17514
    ATI MPEG Audio Encoder,0x00200000,1,1,atimpenc.dll,12.05.0000.20704
    AMD MJPEG Decoder,0x00800001,1,1,atimpenc.dll,12.05.0000.20704
    ACM Wrapper,0x00600000,1,1,quartz.dll,6.06.7601.17713
    Video Renderer,0x00800001,1,0,quartz.dll,6.06.7601.17713
    MPEG-2 Video Stream Analyzer,0x00200000,0,0,sbe.dll,6.06.7601.17528
    Line 21 Decoder,0x00600000,1,1,qdvd.dll,6.06.7601.17835
    Video Port Manager,0x00600000,2,1,quartz.dll,6.06.7601.17713
    Video Renderer,0x00400000,1,0,quartz.dll,6.06.7601.17713
    ATI MPEG Video Encoder,0x00200000,1,1,atimpenc.dll,12.05.0000.20704
    ATI MPEG Multiplexer,0x00200000,2,1,atimpenc.dll,12.05.0000.20704
    VPS Decoder,0x00200000,0,0,WSTPager.ax,6.06.7601.17514
    WM ASF Writer,0x00400000,0,0,qasf.dll,12.00.7601.17514
    VBI Surface Allocator,0x00600000,1,1,vbisurf.ax,6.01.7601.17514
    MMACE SoftEmu,0x00200000,0,2,MMACEFilters.dll,
    File writer,0x00200000,1,0,qcap.dll,6.06.7601.17514
    iTV Data Sink,0x00600000,1,0,itvdata.dll,6.06.7601.17514
    iTV Data Capture filter,0x00600000,1,1,itvdata.dll,6.06.7601.17514
    ATI Video Scaler Filter,0x00200000,1,1,atimpenc.dll,12.05.0000.20704
    DVD Navigator,0x00200000,0,3,qdvd.dll,6.06.7601.17835
    MMACE DeInterlace,0x00200000,0,2,MMACEFilters.dll,
    Overlay Mixer2,0x00200000,1,1,qdvd.dll,6.06.7601.17835
    AVI Draw,0x00600064,9,1,quartz.dll,6.06.7601.17713
    RDP DShow Redirection Filter,0xffffffff,1,0,DShowRdpFilter.dll,
    Microsoft MPEG-2 Audio Encoder,0x00200000,1,1,msmpeg2enc.dll,6.01.7601.17514
    WST Pager,0x00200000,1,1,WSTPager.ax,6.06.7601.17514
    MPEG-2 Demultiplexer,0x00600000,1,1,mpg2splt.ax,6.06.7601.17528
    DV Video Decoder,0x00800000,1,1,qdv.dll,6.06.7601.17514
    ffdshow Audio Processor,0x00200000,1,1,ffdshow.ax,1.01.4369.0000
    SampleGrabber,0x00200000,1,1,qedit.dll,6.06.7601.17514
    Null Renderer,0x00200000,1,0,qedit.dll,6.06.7601.17514
    MPEG-2 Sections and Tables,0x005fffff,1,0,Mpeg2Data.ax,6.06.7601.17514
    Microsoft AC3 Encoder,0x00200000,1,1,msac3enc.dll,6.01.7601.17514
    StreamBufferSource,0x00200000,0,0,sbe.dll,6.06.7601.17528
    Smart Tee,0x00200000,1,2,qcap.dll,6.06.7601.17514
    Overlay Mixer,0x00200000,0,0,qdvd.dll,6.06.7601.17835
    AVI Decompressor,0x00600000,1,1,quartz.dll,6.06.7601.17713
    AVI/WAV File Source,0x00400000,0,2,quartz.dll,6.06.7601.17713
    Wave Parser,0x00400000,1,1,quartz.dll,6.06.7601.17713
    MIDI Parser,0x00400000,1,1,quartz.dll,6.06.7601.17713
    Multi-file Parser,0x00400000,1,1,quartz.dll,6.06.7601.17713
    File stream renderer,0x00400000,1,1,quartz.dll,6.06.7601.17713
    ffdshow subtitles filter,0x00200000,2,1,ffdshow.ax,1.01.4369.0000
    ATI Video Rotation Filter,0x00200000,1,1,atimpenc.dll,12.05.0000.20704
    Microsoft DTV-DVD Audio Decoder,0x005fffff,1,1,msmpeg2adec.dll,6.01.7140.0000
    StreamBufferSink2,0x00200000,0,0,sbe.dll,6.06.7601.17528
    AVI Mux,0x00200000,1,0,qcap.dll,6.06.7601.17514
    Line 21 Decoder 2,0x00600002,1,1,quartz.dll,6.06.7601.17713
    File Source (Async.),0x00400000,0,1,quartz.dll,6.06.7601.17713
    File Source (URL),0x00400000,0,1,quartz.dll,6.06.7601.17713
    Infinite Pin Tee Filter,0x00200000,1,1,qcap.dll,6.06.7601.17514
    Enhanced Video Renderer,0x00200000,1,0,evr.dll,6.01.7601.17514
    BDA MPEG2 Transport Information Filter,0x00200000,2,0,psisrndr.ax,6.06.7601.17669
    MPEG Video Decoder,0x40000001,1,1,quartz.dll,6.06.7601.17713
    WDM Streaming Tee/Splitter Devices:
    Tee/Sink-to-Sink Converter,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
    Video Compressors:
    WMVideo8 Encoder DMO,0x00600800,1,1,wmvxencd.dll,6.01.7600.16385
    WMVideo9 Encoder DMO,0x00600800,1,1,wmvencod.dll,6.01.7600.16385
    MSScreen 9 encoder DMO,0x00600800,1,1,wmvsencd.dll,6.01.7600.16385
    DV Video Encoder,0x00200000,0,0,qdv.dll,6.06.7601.17514
    ffdshow video encoder,0x00100000,1,1,ffdshow.ax,1.01.4369.0000
    MJPEG Compressor,0x00200000,0,0,quartz.dll,6.06.7601.17713
    Cinepak Codec by Radius,0x00200000,1,1,qcap.dll,6.06.7601.17514
    ffdshow Video Codec,0x00200000,1,1,qcap.dll,6.06.7601.17514
    Intel IYUV codec,0x00200000,1,1,qcap.dll,6.06.7601.17514
    Intel IYUV codec,0x00200000,1,1,qcap.dll,6.06.7601.17514
    Microsoft RLE,0x00200000,1,1,qcap.dll,6.06.7601.17514
    Microsoft Video 1,0x00200000,1,1,qcap.dll,6.06.7601.17514
    VMnc v2,0x00200000,1,1,qcap.dll,6.06.7601.17514
    Audio Compressors:
    WM Speech Encoder DMO,0x00600800,1,1,WMSPDMOE.DLL,6.01.7600.16385
    WMAudio Encoder DMO,0x00600800,1,1,WMADMOE.DLL,6.01.7600.16385
    ATI MPEG Audio Encoder,0x00200000,1,1,atimpenc.dll,12.05.0000.20704
    IMA ADPCM,0x00200000,1,1,quartz.dll,6.06.7601.17713
    PCM,0x00200000,1,1,quartz.dll,6.06.7601.17713
    Microsoft ADPCM,0x00200000,1,1,quartz.dll,6.06.7601.17713
    GSM 6.10,0x00200000,1,1,quartz.dll,6.06.7601.17713
    CCITT A-Law,0x00200000,1,1,quartz.dll,6.06.7601.17713
    CCITT u-Law,0x00200000,1,1,quartz.dll,6.06.7601.17713
    MPEG Layer-3,0x00200000,1,1,quartz.dll,6.06.7601.17713
    Audio Capture Sources:
    Microphone (Microsoft LifeCam V,0x00200000,0,0,qcap.dll,6.06.7601.17514
    Line In (High Definition Audio ,0x00200000,0,0,qcap.dll,6.06.7601.17514
    Microphone (High Definition Aud,0x00200000,0,0,qcap.dll,6.06.7601.17514
    PBDA CP Filters:
    PBDA DTFilter,0x00600000,1,1,CPFilters.dll,6.06.7601.17528
    PBDA ETFilter,0x00200000,0,0,CPFilters.dll,6.06.7601.17528
    PBDA PTFilter,0x00200000,0,0,CPFilters.dll,6.06.7601.17528
    Midi Renderers:
    Default MidiOut Device,0x00800000,1,0,quartz.dll,6.06.7601.17713
    Microsoft GS Wavetable Synth,0x00200000,1,0,quartz.dll,6.06.7601.17713
    WDM Streaming Capture Devices:
    HD Audio Muxed capture,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
    Microsoft LifeCam VX-1000,0x00200000,0,1,LcProxy.ax,3.20.0240.0000
    Microsoft LifeCam VX-1000.,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
    WDM Streaming Rendering Devices:
    HD Audio HDMI out,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
    HD Audio Speaker,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
    HD Audio SPDIF out,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
    BDA Network Providers:
    Microsoft ATSC Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7601.17514
    Microsoft DVBC Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7601.17514
    Microsoft DVBS Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7601.17514
    Microsoft DVBT Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7601.17514
    Microsoft Network Provider,0x00200000,0,1,MSNP.ax,6.06.7601.17514
    Video Capture Sources:
    Microsoft LifeCam VX-1000,0x00200000,0,1,LcProxy.ax,3.20.0240.0000
    Multi-Instance Capable VBI Codecs:
    VBI Codec,0x00600000,1,4,VBICodec.ax,6.06.7601.17514
    BDA Transport Information Renderers:
    BDA MPEG2 Transport Information Filter,0x00600000,2,0,psisrndr.ax,6.06.7601.17669
    MPEG-2 Sections and Tables,0x00600000,1,0,Mpeg2Data.ax,6.06.7601.17514
    BDA CP/CA Filters:
    Decrypt/Tag,0x00600000,1,1,EncDec.dll,6.06.7601.17708
    Encrypt/Tag,0x00200000,0,0,EncDec.dll,6.06.7601.17708
    PTFilter,0x00200000,0,0,EncDec.dll,6.06.7601.17708
    XDS Codec,0x00200000,0,0,EncDec.dll,6.06.7601.17708
    WDM Streaming Communication Transforms:
    Tee/Sink-to-Sink Converter,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
    Audio Renderers:
    Speakers (High Definition Audio,0x00200000,1,0,quartz.dll,6.06.7601.17713
    Default DirectSound Device,0x00800000,1,0,quartz.dll,6.06.7601.17713
    Default WaveOut Device,0x00200000,1,0,quartz.dll,6.06.7601.17713
    Digital Audio (HDMI) (High Defi,0x00200000,1,0,quartz.dll,6.06.7601.17713
    Digital Audio (S/PDIF) (High De,0x00200000,1,0,quartz.dll,6.06.7601.17713
    DirectSound: Digital Audio (HDMI) (High Definition Audio Device),0x00200000,1,0,quartz.dll,6.06.7601.17713
    DirectSound: Digital Audio (S/PDIF) (High Definition Audio Device),0x00200000,1,0,quartz.dll,6.06.7601.17713
    DirectSound: Speakers (High Definition Audio Device),0x00200000,1,0,quartz.dll,6.06.7601.17713
    EVR Power Information
    Current Setting: {5C67A112-A4C9-483F-B4A7-1D473BECAFDC} (Quality)
      Quality Flags: 2576
        Enabled:
        Force throttling
        Allow half deinterlace
        Allow scaling
        Decode Power Usage: 100
      Balanced Flags: 1424
        Enabled:
        Force throttling
        Allow batching
        Force half deinterlace
        Force scaling
        Decode Power Usage: 50
      PowerFlags: 1424
        Enabled:
        Force throttling
        Allow batching
        Force half deinterlace
        Force scaling
        Decode Power Usage: 0
    Please advise
    Thanks Jeromie
    Fernando

Maybe you are looking for

  • Deciding whether TestStand is the right solution for my company

    I'm working at a growing company and we recently started a push in our Test group to try and standardize our future development as much as possible to allow as much re-use of code as possible.  I don't want to say exactly what it is we make for confi

  • Dispatcher status  showing stopped for disaster recovery server.

    HI, today to test the data in our disaster recovery server for which we have log shipping every 30minutes we started the server in sap level during the process we can see that work +disp status is showing stopped.when i checked the log files in work

  • Facebook app stopped working

    I cannot get my facebook app on my iphone4 to allow me to post status updates or check-in places. It used to work just fine, now it just stopped. It keeps saying the error message below if I try to check in & if I post a status it lets me type and cl

  • LMS 4.0 Config Collection failure

    Hello Members, i've added manually a bunch of Cisco Router 2911's and 2801's. On one of the the 2911 and 2801 the Config Collection fails. Data Collection, User Tracking, Inventory and Fault Discovery worked fine for all routers just on the two route

  • Wild cards in custom views

    Is there a way to use wild cards in the sql in custom views in Discoverer? We can allow a parameter in the actual report but one of the tables we're using has term effective dates instead of actual term dates so we need to pull info from the term eff