8-bit CRC-CCITT

Hello

I'm trying to generate a bit 8 CCITT CRC with the polynomal 9-bit U3 + U2 + U4 + U8 + 1

I have studied and tried to change the CRC 16 bit found here calculator and Vi post by Shoneill here, but I'm getting nowhere...

Generator of CRC should be initialized to 0, LSB is sent first.

In the datasheet, I found the example:

Data 1:1010 0000

2 data: 0000 0011

CRC: 0010 1010

Any intervention on how I can modify the existing 16-bit calcultors, or would it be a better idea to start from scratch?

Solved. Change the shoneill vi finally gave me the result I needed.

Tags: NI Software

Similar Questions

  • CRC-CCITT I guess

    I searched through the various threads on CRC and am at a loss as to what I really need. I received a specificaiton with almost no information. I am very familiar with the Red Cross Canadian so I hope some of you can help out me.

    Requirements

    * One CRC 16 bit is calculated for load fields useful sequence number and message. The CRC should be placed after the message payload.

    * CRC is calculated according to the standard polynomial x 16 + x 12 + x 5 + 1

    * CRC initial value. The computation of the CRC initial value must be zero

    Then, I give myself a C code sample which is suppose to calculate CRC using a lookup table. The upper part of the code includes the following comment, "CRC-16-CCITT, Reversed, x ^ (16) + x ^ (12) + x ^ (5) + 1, 0 x 8408.

    Verification Test data

    Here is a sequence of test data for the verification of the CRC algorithm. This data consists of 16, 16-bit (in hexadecimal format).

    0 x 5554 CCCE EEE9 6963 637B 5B 24 DA16 D836 CDB6 EDB6 D5B6 DFB6 DB8E 7B5B C71D 9249

    CRC for this sequence of data is 0x86DE

    I tried to put this sequence in various vi I found in the forums, but none of them give me the 0x86DE. Even change the entries form 8 bit to bit 16 etc.. Because I can't seem to find out how the CRC is suppose to work I can't debug the problem. I worked with this code as it seems the simplist (wish I could remember who posted it so that I could give credit).

    Any help would be appreciated.

    Skydyvr,

    I fiddled a bit and you got an implementation that I think that works you need (based on one of several others I have done).  No tables, so it's a run more slowly, but is generally irrelevent for infrequent calls or short messages.

    From the sources I have, it looks like "Kermit" flavor, some descriptions describe as a 'real' CRC-CCITT.

    Here's a good link:

    Online calculator of the CRC - Lammert Bies

    I would like to know if it works for you.  I pasted your example chain in and makes it the default input data, just to make demonstration easier.

    Best regards

    Dave

  • 16 bit CRC IBM

    Hello

    I'm new to CRC calculation and currently having difficulties to find the Labview live that I can use for the calculation.  I was able to find and use a calculator online CRC to generate correct values, however I could not find any Labview VI that generates values that correspond to the online calculator. See the link: http://www.lammertbies.nl/comm/info/crc-calculation.html

    I am using CRC-16-IBM. I found a VI that seems applicable, but I don't know how to use it.  All my attempts here to a CRC calculation with the vi has failed. Perhaps, it is not the good vi or I'm doing something wrong.   Please try to see if you can use the VI and generate corresponding values with the on-line calculator of the CRC. See attachment.

    Thank you

    I had to do some research to figure out what was the real polynomial (actually lied here).  But then looking at the code, I came up with this.  Certainly, the lookup table will be faster because many of these calculations are predone.

  • Calculation of the CRC-16 CCITT

    I need help for generating a CRC - 16 CCITT.  I've searched high and low and can't find the right one.  Here is a list of the sites that I have used to try to find a LabVIEW VI to do the trick:

    http://zone.NI.com/DevZone/CDA/EPD/p/ID/1660

    https://decibel.NI.com/content/docs/doc-1103

    http://forums.NI.com/T5/LabVIEW/CRC-CCITT-16bit-initial-value-of-0xFFFF-or-0x1D0F/TD-p/896664

    http://forums.NI.com/T5/LabVIEW/CRC-16-CCITT-of-serial-packets/TD-p/1471386

    http://forums.NI.com/T5/LabVIEW/trying-to-find-VI-in-LabVIEW-to-calculate-CRC-CCITT-1021-X-25/TD-p/1...

    http://forums.NI.com/T5/LabVIEW/CRC-CCITT/TD-p/109061

    http://forums.NI.com/T5/LabVIEW/computing-CRC/TD-p/825325

    Some of these even have several CRC to the choice.

    Now, what I have is a piece of code C.  And this is where I ask for help because I have no idea how to turn C in G.  And I'm certainly not fair why this CRC is different from 'standard' ones found in the links above.

    I have attached the PDF with the code.

    Here are a few hexadecimal strings and their corresponding CRC:

    String: 00 CRC 08:07 1

    String: 00 09 CRC: 1-06

    Chain: 02 22 03 E8 CRC: E5 6a

    Chain: 02 27 03 E8 CRC: B5 CF

    Chain: 02 29 00 02 CRC: EB 57

    String: 04 29 00 01 00 03 CRC: CC 94

    Chain: 02 00 64 CRC 3D: 05 38

    If there is someone out there willing to give a shot of this I am CERTAINLY happy!

    Paul.

    Ah.  There is a small tweak in there that makes it different from the 'standard' CRC  How sneaky of them.  This code gives me the results you're looking for.

  • I2C/SMBus Melexis MLX90614 IR Termometr

    I use the interface NOR-8451 read the temperature of the thermometer IR Melexis, who use the SMBus Protocol.
    Use the I2C mode I can read RAM for display of the actual temperature, but can not cooperate with EEPROM. Has no made communication with thermometer?
    There are some specific behaviors: infrared device respond to each address, but there is no result for the address change I2C/SMBus (sholud) command.
    I did all the sugested (such as disconnection/reconnection) shares and still have the view to each address.

    In fact I need three or four devices to one bus and this is the reason why I'm looking for solutions.

    Ok. I see 4 errors in your code

    1. on your Read_Termometer_NI_send.vi, you are only reading 2 bytes on reading when it appears that the Melexis returns 3 bytes (data Low, High Data, PEC).

    2. you do a left shift on the I2C_Termom_Addr of 1. Our API uses a 7-bit address. With the default address of 0, it is well, but when you change the address it will no longer work.

    3. on your writing, you split the request in the multiple Scriptures (writing (command), writing (given Low, High Data, PEC)). This will create the incorrect model on the bus. You must use a single entry with 4-byte. Also, I don't know if reading will do nothing good. You should probably always do a read/write. Again, he would do a reading of 3 and an EEPROM_SMBus_Address to read again just writing.

    4. you get a zero for the PEC. I think it must be correct 8-bit CRC on the first three items (command, Dala Low, High Data) or else command is likely to be rejected by your device.

  • Create the circuit of the STS - V between 2 15454 SONET with CE100T

    Hi all

    I have a problem that I can't find documentation for.

    I create an ethernet point to point circuit between 2 15454 SONET with CLC ver 8.5 knots.  The circuit will carry you a VLAN not routed between switches, Cisco 4948 in 2 data centers.  I use CE100T-8 cards which the ethernet 100/full value, checked the Frother.  The POS is configured with a GFP - F frame and 32-bit CRC.  Type of circuit is a single STS - V STS to 50Mbit of bandwidth.

    The switch ports are configured as access ports on the VIRTUAL LAN set to 100/full.  At the end of B, the connection between the switch and the port of THIS is a straight through cable.  End is a crossover.  switch ports are configured as such:

    switchport access vlan 512

    switchport mode access

    switchport nonegotiate

    Speed 100

    full duplex

    Problem I have is that end A "Transport Layer failure" alarm to end and end B has the 'Carrier loss on the LAN' alarm near end.  No end shows an ethernet connection

    Wiring has been tested, I've tried other ports on the CE and have deleted and recreated the circuit board.

    What simple step/setting I'm missing?

    Thank you in advance,

    Jim Bowen

    [email protected] / * /.

    Jim,

    It seems that your problem is by your side B that has the loss of carrier on the LAN. The failure of Transport layer will be on the end node in these cases.

    You mentioned that the end B is a straight through cable from the switch to the CE card but the side is cross. The first thing you can try is to put a cable on the side B as well because it looks like the side of A working very well (doesn't have the loss of carrier on LAN).

    I don't remember if cards of IT have an option to hardcode the speed and duplex but if they can only so if the suggestion of cable does not work. If this does not work, you can try setting autonegotiation on switch and the map of THIS to see if it solves your problem. Once the loss of the carrier and LAN to clear alarm you should be up and running.

    Also, I can't remember if the EC supports the loopback test, but if you can try try to put a Terminal loop on the B side (it's optical to) your end should appear and your switch should appear/maximum looping. I would like to know how things work out for you. Looks like you're almost there a few tweaks should get running.

    Thank you.

    Ryan

  • CRC 32 bit

    Hello

    I am in communication with stm 32 via UART. The framework that I get is "1C000000B0B80700040400000000000000" and the CRC of the frame is "9D0351B5". its does not not in the calculation of the crc which I do, the calculated crc is '226F9471 '. I tried the calculation with python and other sources calculated crc works very well. If someone how to solve, pleas ëlet me know.


  • Satellite A300D-15B PSAKCE - cannot install the audio driver for Win XP 64 bit

    Hi all

    This is my first post here after hidden during the last week or so, my hope is that somewhere it helps and hope so!

    I have a wonderful Toshiba A300D-15B PSAKCE with RAM 4 GB/O, but I suffer from some problems RESEARCH Holy function cannot resolve. I use this laptop as a box of development for uni/work unfortunately...

    After a complete nightmare and Vista32, Vista64, I decided to go back to windows XP32, however this custom install, continues to claim a failure of a CRC file after (and Yes, that's with SATA in IDE mode and a disc of XPSP2)

    I decided that I really DON'T want to goback to Vista, so installed Windows XP64. Now the first installation is very easy, I have the basic configuration, the chipset, graphic, network, CPU, usb, fine... except basic... and that's where I lost most of my hair... SOUND!

    First try to install the results of the pilot of his failure, claiming the mmdriver.inf cannot be found or corrupted, obviously I checked, and yes there it is, downloaded pleasure the MMDRIVER. INF and placed it system32 and the installation always fails.

    I also tried a "manual installation", in .inf files... which includes pilots XP32/64 and Vista 32/64 bit drivers, still the same
    problem, the driver continues to not install. I am going bald. Exceptional drivers who moved there

    * - Audio device on High Audio Defninition Bus *.
    * - Mass Storage Controller *.
    * - Modem Device on High Audio Defninition Bus *.
    * - USB device *.

    If what follows is any help, (Sandra 2008)

    * - Disk controller *.
    (AMD (ATI) SB700 SATA Controller [IDE Mode])

    * - Disk controller *.
    (Toshiba SB700 IDE)

    * - Audio device *.
    (Toshiba IXP High Definition Audio Controller)

    * - Audio Codec *.
    (Conexant Systems 5051 hours)

    * - Audio device *.
    (AMD (ATI) [Radeon HD 3600 Series] RV635 Audio device

    Now, as I write this, I heard the rumor that the A305D uses the same
    audio/graphics drivers... Well well... off to try something I guess...

    If there is no help or ideas, I'd appreciate it.

    Hello

    The laptop seems to use the Conexant audio chip. So, you will need the right sound driver for Win XP 64 bit.
    Unfortunately, the European driver Toshiba page provides the drivers for Win XP but I don't know if the pilots would cover the OS 64 bit as well m.

    Anyway, what you need to know, is that you will need to first install the patches Ms.
    The fix KB835221 and KB888111MS must be installed before installing the audio driver.
    If you have tried to install the driver, then remove it from the Device Manager and update Windows XP first!

    AFAIK that SP3 already contains these patches then perhaps you should install SP3 first before starting with the installation of the audio driver.

  • Converting C code for the calculation of the CRC in labVIEW

    Hi guys, I am a bit stuck. I'm trying to implement a piece of code C in LabVIEW and I make an apparent error. You could someone compare code C my VI and tell me what I'm missing? Thanks in advance.

    For combination of Bytes1 and 2 CRC results must be (by decade):

    Octet1 octet2 CRC
    254 0 061
    253 0 002
    252 0 023
    251 0 124
    250 0 105
    249 0 086
    248 0 067
    247 0 128
    246 0 149
    245 0 170

    I did very little improvement + correction (you forget the binary inversion)

    -Benjamin

  • Map of CRC-16 TR - M Communication, Modbus RTU

    I'm writing the procedure for generation of CRC - 16 for Communication if card - M from TECO Electric and Machining Company.  Here's the algorithm that they provide to generate the word of CRC - 16 (attached is my attempt to implement, I look forward to suggestions).  Here are verbatim:

    A. load a 16-bit register with FFFFH.  Call it the CRC register.

    B. Exclusive or the first 8-bit byte of the message with the low byte of the CRC 16-bit registers, put the result in the register of the CRC.

    Register to shift of c. CRC one bit to the right (towards the LSB), zero filling the MSB.  Extract and examine the LSB.

    D. If the LSB is 0, repeat the procedure C (another change).  If LSB is 1, exclusive or the CRC register with the value of the polynomial A001H.

    E. Repeat C, D, until the eight shifts were made.  Wile to do this, a full byte will have been treated.

    F. repeat the procedure B-E to the byte following the message so that all the bytes of the message is processed.

    G. when the CHILD is placed in the message, TI upper and lower bytes are to be swapped.

    If anyone understands this, please feel free to tell me where I would not (see attachment).

    See you soon!

    jmcbee,

    I have attached a vi that comes with the Modbus LV library.  You should get the answer.

  • Fort to freeze during the games with Windows 7 64 bit.

    I got Windows 7 64 bit on my machine, with a nvidia gtx260 graphics card, with the most recent driver. (All other materials and drivers listed below in the dxdiag text). Since installing win7, virtually any game I play system will make hard-gel duration indeterminate (sometimes an hour or two, sometimes 2-3 seconds). Everything that is currently on the screen freezes in place, the speakers make a buzzing noise / growling midrange and the system becomes completely insensitive and requires a hard reboot (press the reset button on the case for the power of flash). The system power settings are set on "high performance". Nor my CPU or GPU run hot, both are well within their limits. The system does not generate error messages, it freezes just. Any help would be appreciated!

    ------------------
    Information System
    ------------------
    Time of this report: 01-21-2010, 01:39:45
    Computer name: KEVIN_PC
    Operating system: Windows 7 Professional 64 - bit (6.1, Build 7600) (7600.win7_rtm. 090713-1255)
    Language: English (regional setting: English)
    System manufacturer: EVGA__
    System model: 122-YW-E173
    BIOS: Phoenix - AwardBIOS v6.00PG
    Processor: Intel (r) Core (TM) 2 CPU Quad Q8400 2.66 GHz (4 CPUs), ~2.7GHz
    Memory: RAM 8192MB
    Available OS memory: 8190MB RAM
    Page file: 1355MB used, 15023 MB of available space
    Windows Dir: C:\Windows
    DirectX version: DirectX 11
    DX setup parameters: not found
    DPI setting: Using System DPI
    System DPI setting: 96 DPI (100%)
    DWM DPI Scaling: disabled
    DxDiag Version: 6.01.7600.16385 64 bit Unicode

    ------------
    DxDiag Notes
    ------------
    Display 1 tab: No problems found.
    Sound tab 1: No problems found.
    2 Audio tab: No problems found.
    3 Audio tab: No problems found.
    Input tab: no problems found.

    --------------------
    DirectX Debug levels
    --------------------
    Direct3D: 0/4 (detail)
    DirectDraw: 0/4 (detail)
    DirectInput: 0/5 (retail)
    DirectMusic: 0/5 (retail)
    DirectPlay: 0/9 (detail)
    DirectSound: 0/5 (retail)
    DirectShow: 0/6 (detail)

    ---------------
    Display devices
    ---------------
    Card name: NVIDIA GeForce GTX 260
    Manufacturer: NVIDIA
    Track type: GeForce GTX 260
    DAC type: Integrated RAMDAC
    The device key: Enum\PCI\VEN_10DE & DEV_05E2 & SUBSYS_0CDD19F1 & REV_A1
    Memory display: 4077 MB
    Dedicated memory: 877 MB
    Shared memory: 3199 MB
    Current mode: 1680 x 1050 (32 bit) (60 Hz)
    Name of the monitor: SyncMaster T220/T220G, SyncMaster Magic T220/T220G (Digital)
    Monitor model: SyncMaster
    Monitor ID: SAM03E5
    Native mode: 1680 x 1050 (p) (59,883 Hz)
    Output type: DVI
    Driver name: nvd3dumx.dll, nvwgf2umx.dll, nvwgf2umx.dll, nvd3dum, nvwgf2um, nvwgf2um
    The driver file version: 8.17.0011.9621 (English)
    Driver version: 8.17.11.9621
    DDI version: 10
    : Model WDDM 1.1 driver
    Driver attributes: Final retail
    Driver Date/size: 2010-01-11 23:03:33, 11862120 bytes
    Would be WHQL logo: Yes
    Date stamp WHQL:
    The instrument identifier: {D7B71E3E-46A2-11CF-D45F-D62C1FC2C535}
    Vendor ID: 0x10DE
    Device ID: 0x05E2
    SubSys ID: 0x0CDD19F1
    Revision ID: 0x00A1
    Strong name of the driver: oem8.inf:NVIDIA_SetA_Devices.NTamd64.6.1:Section003:8.17.11.9621:pci\ven_10de&dev_05e2
    The driver rating: 00E62001
    Video Accel: ModeMPEG2_A ModeMPEG2_C ModeVC1_C ModeWMV9_C
    Deinterlace caps: {6CB69578-7617-4637-91E5-1C02DB810285}: caps Frames(Prev/Fwd/Back) = (0,0,0) (In/Out) Format (YUY2, YUY2) = VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
    {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: caps Frames(Prev/Fwd/Back) = (0,0,0) Format (In/Out) = (YUY2, YUY2) = VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
    {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: caps Frames(Prev/Fwd/Back) = (0,0,0) Format (In/Out) = (YUY2, YUY2) = VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
    {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: caps Frames(Prev/Fwd/Back) = (0,0,0) (In/Out) Format (YUY2, YUY2) = VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
    {6CB69578-7617-4637-91E5-1C02DB810285}: caps Frames(Prev/Fwd/Back) = (0,0,0) (In/Out) Format (UYVY, UYVY) = VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
    {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: caps Frames(Prev/Fwd/Back) = (0,0,0) Format (In/Out) = (UYVY, UYVY) = VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
    {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: caps Frames(Prev/Fwd/Back) = (0,0,0) Format (In/Out) = (UYVY, UYVY) = VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
    {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: caps Frames(Prev/Fwd/Back) = (0,0,0) (In/Out) Format (UYVY, UYVY) = VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
    {6CB69578-7617-4637-91E5-1C02DB810285}: caps Frames(Prev/Fwd/Back) = (0,0,0) (In/Out) Format (YV12, 0 x 32315659) = VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
    {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: caps Frames(Prev/Fwd/Back) = (0,0,0) (In/Out) Format (YV12, 0 x 32315659) = VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
    {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: caps Frames(Prev/Fwd/Back) = (0,0,0) (In/Out) Format (YV12, 0 x 32315659) = VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
    {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: caps Frames(Prev/Fwd/Back) = (0,0,0) (In/Out) Format (YV12, 0 x 32315659) = VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
    {6CB69578-7617-4637-91E5-1C02DB810285}: caps Frames(Prev/Fwd/Back) = (0,0,0) (In/Out) Format (NV12, 0x3231564e) = VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
    {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: caps Frames(Prev/Fwd/Back) = (0,0,0) (In/Out) Format (NV12, 0x3231564e) = VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
    {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: caps Frames(Prev/Fwd/Back) = (0,0,0) (In/Out) Format (NV12, 0x3231564e) = VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
    {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: caps Frames(Prev/Fwd/Back) = (0,0,0) (In/Out) Format (NV12, 0x3231564e) = 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: support
    DXVA-HD: support
    DDraw status: enabled
    D3D status: enabled
    AGP status: enabled

    -------------
    Sound Devices
    -------------
    Description: Speakers (Audio device high definition)
    Default audio playback: Yes
    Default voice playback: Yes
    Hardware ID: HDAUDIO\FUNC_01 & VEN_10EC & DEV_0888 & SUBSYS_10DE0175 & REV_1002
    Manufacturer ID: 1
    Product ID: 65535
    Type: WDM
    Driver name: HdAudio.sys
    Driver version: 6.01.7600.16385 (in English)
    Driver attributes: Final retail
    Would be WHQL logo: Yes
    Date and size: 13/07/2009-19:07, 350208 bytes
    Other files:
    Driver provider: Microsoft
    HW Accel level: basic
    Cap flags: 0xF1F
    Min/Max sample rate: 100, 200000
    Mix beef static/Strm HW: 1, 0
    Static/Strm HW 3D steers: 0, 0
    HW memory: 0
    Management of the voice: No.
    Listen/Src/EAX (TM) 2.0: No, no
    Listen/Src/I3DL2 (TM): No, no
    Sensaura (TM) ZoomFX (tm): No.

    Description: Digital Audio (HDMI) (Audio device high definition)
    Default audio playback: No.
    Default voice playback: no
    Hardware ID: HDAUDIO\FUNC_01 & VEN_10EC & DEV_0888 & SUBSYS_10DE0175 & REV_1002
    Manufacturer ID: 1
    Product ID: 65535
    Type: WDM
    Driver name: HdAudio.sys
    Driver version: 6.01.7600.16385 (in English)
    Driver attributes: Final retail
    Would be WHQL logo: Yes
    Date and size: 13/07/2009-19:07, 350208 bytes
    Other files:
    Driver provider: Microsoft
    HW Accel level: basic
    Cap flags: 0xF1F
    Min/Max sample rate: 100, 200000
    Mix beef static/Strm HW: 1, 0
    Static/Strm HW 3D steers: 0, 0
    HW memory: 0
    Management of the voice: No.
    Listen/Src/EAX (TM) 2.0: No, no
    Listen/Src/I3DL2 (TM): No, no
    Sensaura (TM) ZoomFX (tm): No.

    Description: Digital Audio (SPDIF) (Audio device high definition)
    Default audio playback: No.
    Default voice playback: no
    Hardware ID: HDAUDIO\FUNC_01 & VEN_10EC & DEV_0888 & SUBSYS_10DE0175 & REV_1002
    Manufacturer ID: 1
    Product ID: 65535
    Type: WDM
    Driver name: HdAudio.sys
    Driver version: 6.01.7600.16385 (in English)
    Driver attributes: Final retail
    Would be WHQL logo: Yes
    Date and size: 13/07/2009-19:07, 350208 bytes
    Other files:
    Driver provider: Microsoft
    HW Accel level: basic
    Cap flags: 0xF1F
    Min/Max sample rate: 100, 200000
    Mix beef static/Strm HW: 1, 0
    Static/Strm HW 3D steers: 0, 0
    HW memory: 0
    Management of the voice: No.
    Listen/Src/EAX (TM) 2.0: No, no
    Listen/Src/I3DL2 (TM): No, no
    Sensaura (TM) ZoomFX (tm): No.

    ---------------------
    Sound Capture devices
    ---------------------
    Description: Microphone (Audio device high definition)
    Capture audio by default: Yes
    Default voice Capture: Yes
    Driver name: HdAudio.sys
    Driver version: 6.01.7600.16385 (in English)
    Driver attributes: Final retail
    Date and size: 13/07/2009-19:07, 350208 bytes
    Cap flags: 0x1
    Format flags: 0xFFFFF

    Description: Digital Audio (SPDIF) (Audio device high definition)
    Capture audio by default: No.
    Default voice Capture: No.
    Driver name: HdAudio.sys
    Driver version: 6.01.7600.16385 (in English)
    Driver attributes: Final retail
    Date and size: 13/07/2009-19:07, 350208 bytes
    Cap flags: 0x1
    Format flags: 0xFFFFF

    -------------------
    DirectInput devices
    -------------------
    Device name: mouse
    Joint: 1
    Controller ID: n/a
    Vendor/product ID: n/a
    FF driver: n/a

    Device name: keyboard
    Joint: 1
    Controller ID: n/a
    Vendor/product ID: n/a
    FF driver: n/a

    Device name: keyboard Saitek Eclipse
    Joint: 1
    Controller ID: 0 x 0
    Suppliers of products/ID: 0x06A3, 0 x 8020
    FF driver: n/a

    Device name: keyboard Saitek Eclipse
    Joint: 1
    Controller ID: 0 x 0
    Suppliers of products/ID: 0x06A3, 0 x 8020
    FF driver: n/a

    Device name: keyboard Saitek Eclipse
    Joint: 1
    Controller ID: 0 x 0
    Suppliers of products/ID: 0x06A3, 0 x 8020
    FF driver: n/a

    Poll w / Interrupt: No.

    -----------
    USB devices
    -----------
    + USB root hub
    | Suppliers of products/ID: 0x10DE, 0x026D
    | Matching Device ID: usb\root_hub
    | Service: usbhub
    | Driver: usbhub.sys, 13/07/2009 19:07:09, 343040 bytes
    | Driver: usbd.sys, 13/07/2009 19:06:23, 7936 bytes
    |
    + - + USB Device input
    | | Suppliers of products/ID: 0x046D, 0xC01E
    | | Location: Port_ #0003.Hub_ #0001
    | | Matching Device ID: generic_hid_device
    | | Service: HidUsb
    | | Driver: hidusb.sys, 13/07/2009 19:06:22, 30 208 bytes
    | | Driver: hidclass.sys, 13/07/2009 19:06:21, 76288 bytes
    | | Driver: hidparse.sys, 13/07/2009 19:06:17, 32896 bytes
    | |
    | + - + HID-compliant mouse
    | | | Suppliers of products/ID: 0x046D, 0xC01E
    | | | Matching Device ID: hid_device_system_mouse
    | | | Service: me
    | | | Driver: mouhid.sys, 2009-07-13 19:00:20, 31232 bytes
    | | | Driver: mouclass.sys, 2009-07-13 20:48:27, 49216 bytes

    ----------------
    Gameport devices
    ----------------

    ------------
    PS/2 devices
    ------------
    + Keyboard HID device
    | Suppliers of products/ID: 0x06A3, 0 x 8020
    | Matching Device ID: hid_device_system_keyboard
    | Service: kbdhid
    | Driver: kbdhid.sys, 2009-07-13 19:00:20, 33280 bytes
    | Driver: kbdclass.sys, 2009-07-13 20:48:04, 50768 bytes
    |
    + Server terminal keyboard driver
    | Matching Device ID: root\rdp_kbd
    | High filters: kbdclass
    | Service: TermDD
    | Driver: i8042prt.sys, 13/07/2009 18:19:57, 105472 bytes
    | Driver: kbdclass.sys, 2009-07-13 20:48:04, 50768 bytes
    |
    + Terminal Server mouse driver
    | Matching Device ID: root\rdp_mou
    | High filters: mouclass
    | Service: TermDD
    | Driver: termdd.sys, 13/07/2009 20:45:55, 62544 bytes
    | Driver: sermouse.sys, 2009-07-13 19:00:20, 26624 bytes
    | Driver: mouclass.sys, 2009-07-13 20:48:27, 49216 bytes

    ------------------------
    Disk & CD-ROM/DVD-ROM readers
    ------------------------
    Drive: C:
    Free space: 398,9 GB
    Total space: 476.8 GB
    File system: NTFS
    Model: SAMSUNG HD502HJ SCSI Disk Device

    Drive: D:
    Model: Optiarc DVD RW AD-7240 s SCSI CdRom Device
    Driver: c:\windows\system32\drivers\cdrom.sys, 6.01.7600.16385 (in English), 13/07/2009-18:19:54, 147456 bytes

    --------------
    System devices
    --------------
    Name: Realtek RTL8168B/8111 Family PCI - E Gigabit Ethernet NIC (NDIS 6.20) b
    Device ID: PCI\VEN_10EC & DEV_8168 & SUBSYS_81113842 & REV_01\4 & 35FE5A54 & 0 & 0030
    Driver: C:\Windows\system32\DRIVERS\Rt64win7.sys, 7.02.1125.2008 (English), 2009-03-01 23:05:32, 187392 bytes

    Name: Bridge PCI to PCI standard PCI
    Device ID: PCI\VEN_10DE & DEV_03B9 & SUBSYS_0C5510DE & REV_A1\3 & 2411E6FE & 1 & 30
    Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.01.7600.16385 (in English), 2009-07-13 20:45:45, 183872 bytes

    Name: PCI standard RAM controller
    Device ID: PCI\VEN_10DE & DEV_03B1 & SUBSYS_10053842 & REV_A1\3 & 2411E6FE & 1 & 0C
    Pilot: s/o

    Name: PCI standard RAM controller
    Device ID: PCI\VEN_10DE & DEV_03A9 & SUBSYS_10053842 & REV_A1\3 & 2411E6FE & 1 & 03
    Pilot: s/o

    Name: High Definition Audio Controller
    Device ID: PCI\VEN_10DE & DEV_026C & SUBSYS_10053842 & REV_A2\3 & 2411E6FE & 1 & 81
    Driver: C:\Windows\system32\DRIVERS\hdaudbus.sys, 6.01.7600.16385 (in English), 2009-07-13 19:06:13, 122368 bytes

    Name: NVIDIA GeForce GTX 260
    Device ID: PCI\VEN_10DE & DEV_05E2 & SUBSYS_0CDD19F1 & REV_A1\6 & 2C3A9DC8 & 0 & 00000018
    Driver: C:\Windows\System32\DriverStore\FileRepository\nv_disp.inf_amd64_neutral_c1563b30720c8faf\NvCplSetupEng.exe, 14.00.0000.0162 (English), 11/01/2010-23:03:33, 18913528 bytes
    Driver: C:\Windows\system32\DRIVERS\nvBridge.kmd, 8.17.0011.9621 (English), 11/01/2010-23:03:33, 11240 bytes
    Driver: C:\Windows\system32\DRIVERS\nvlddmkm.sys, 8.17.0011.9621 (English), 11/01/2010-23:03:33, 13795688 bytes
    Driver: C:\Windows\system32\OpenCL.dll, 1.00.0000.0000 (English), 11/01/2010-23:03:33, 65640 bytes
    Driver: C:\Windows\system32\dpinst.exe, 2.01.0000.0000 (English), 11/03/2009-17:00:02, 930272 bytes
    Driver: C:\Windows\system32\nvapi64.dll, 8.17.0011.9621 (English), 11/01/2010-23:03:33, 1579112 bytes
    Driver: C:\Windows\system32\nvcompiler.dll, 8.17.0011.9621 (English), 11/01/2010-23:03:33, 16051304 bytes
    Driver: C:\Windows\system32\nvcuda.dll, 8.17.0011.9621 (English), 11/01/2010-23:03:33, 5416552 bytes
    Driver: C:\Windows\system32\nvcuvenc.dll, 8.17.0011.9621 (English), 11/01/2010-23:03:33, 4325992 bytes
    Driver: C:\Windows\system32\nvcuvid.dll, 8.17.0011.9621 (English), 11/01/2010-23:03:33, 2332776 bytes
    Driver: C:\Windows\system32\nvd3dumx.dll, 8.17.0011.9621 (English), 11/01/2010-23:03:33, 11862120 bytes
    Driver: C:\Windows\system32\nvdecodemft.dll, 8.17.0011.9621 (English), 11/01/2010-23:03:33, 386664 bytes
    Driver: C:\Windows\system32\nvencodemft.dll, 8.17.0011.9621 (English), 11/01/2010-23:03:33, 4645480 bytes
    Driver: C:\Windows\system32\nvinfo.pb, 11/01/2010 23:03:33, 9163 bytes
    Driver: C:\Windows\system32\nvoglv64.dll, 8.17.0011.9621 (English), 11/01/2010-23:03:33, 20469352 bytes
    Driver: C:\Windows\system32\nvwgf2umx.dll, 8.17.0011.9621 (English), 11/01/2010-23:03:33, 6020712 bytes
    Driver: C:\Windows\SysWow64\OpenCL.dll, 1.00.0000.0000 (English), 11/01/2010-23:03:33, 68200 bytes
    Driver: C:\Windows\SysWow64\nvapi.dll, 8.17.0011.9621 (English), 11/01/2010-23:03:33, 1280616 bytes
    Driver: C:\Windows\SysWow64\nvcompiler.dll, 8.17.0011.9621 (English), 11/01/2010-23:03:33, 11639400 bytes
    Driver: C:\Windows\SysWow64\nvcuda.dll, 8.17.0011.9621 (English), 11/01/2010-23:03:33, 4061800 bytes
    Driver: C:\Windows\SysWow64\nvcuvenc.dll, 8.17.0011.9621 (English), 11/01/2010-23:03:33, 4077672 bytes
    Driver: C:\Windows\SysWow64\nvcuvid.dll, 8.17.0011.9621 (English), 11/01/2010-23:03:33, 2243176 bytes
    Driver: C:\Windows\SysWow64\nvd3dum.dll, 8.17.0011.9621 (English), 11/01/2010-23:03:33, 9388648 bytes
    Driver: C:\Windows\SysWow64\nvdecodemft.dll, 8.17.0011.9621 (English), 11/01/2010-23:03:33, 318568 bytes
    Driver: C:\Windows\SysWow64\nvencodemft.dll, 8.17.0011.9621 (English), 11/01/2010-23:03:33, 4338792 bytes
    Driver: C:\Windows\SysWow64\nvoglv32.dll, 8.17.0011.9621 (English), 11/01/2010-23:03:33, 14924392 bytes
    Driver: C:\Windows\SysWow64\nvwgf2um.dll, 8.17.0011.9621 (English), 11/01/2010-23:03:33, 4321384 bytes
    Pilot: C:\Program NVIDIA Corporation\Uninstall\nvdisp.nvu, 20/11/2009 21:34:54, 19077 bytes
    Pilot: C:\Program NVIDIA Corporation\Uninstall\nvudisp.exe, 1.10.0052.0030 (English), 11/20/2009-21:34:54, 645736 bytes
    Driver: C:\Windows\system32\nvcod.dll, 1.07.0008.0073 (English), 11/20/2009-21:34:54, 202344 bytes
    Driver: C:\Windows\system32\nvcod189.dll, 1.07.0008.0073 (English), 11/01/2010-23:03:33, 202344 bytes

    Name: Bridge PCI to PCI standard PCI
    Device ID: PCI\VEN_10DE & DEV_03B8 & SUBSYS_0C5510DE & REV_A1\3 & 2411E6FE & 1 & 28
    Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.01.7600.16385 (in English), 2009-07-13 20:45:45, 183872 bytes

    Name: PCI standard RAM controller
    Device ID: PCI\VEN_10DE & DEV_03B0 & SUBSYS_10053842 & REV_A1\3 & 2411E6FE & 1 & 0b
    Pilot: s/o

    Name: PCI standard RAM controller
    Device ID: PCI\VEN_10DE & DEV_03A8 & SUBSYS_10053842 & REV_A2\3 & 2411E6FE & 1 & 05
    Pilot: s/o

    Name: NVIDIA nForce Serial ATA Controller
    Device ID: PCI\VEN_10DE & DEV_0267 & SUBSYS_10053842 & REV_A1\3 & 2411E6FE & 1 & 78
    Driver: C:\Windows\system32\DRIVERS\nvstor64.sys, 11.01.0000.0033 (English), 04/08/2009 16:45:32, 241696 bytes
    Driver: C:\Windows\system32\nvraidco.dll, 11.01.0000.0033 (English), 04/08/2009 16:45:32, 402976 bytes
    Driver: C:\Windows\system32\nvraiins.dll, 11.01.0000.0033 (English), 04/08/2009 16:45:32, 402976 bytes
    Driver: C:\Windows\system32\NvRCoDa.dll, 11.01.0000.0033 (Danish), 04/08/2009-16:45:34, 18464 bytes
    Driver: C:\Windows\system32\NvRCoDe.dll, 11.01.0000.0033 (German), 04/08/2009-16:45:34, 18976 bytes
    Driver: C:\Windows\system32\NvRCoEng.dll, 11.01.0000.0033 (English), 04/08/2009-16:45:34, 17952 bytes
    Driver: C:\Windows\system32\NvRCoENU.dll, 11.01.0000.0033 (English), 04/08/2009 16:45:36, 17952 bytes
    Driver: C:\Windows\system32\NvRCoEs.dll, 11.01.0000.0033 (Spanish), 08-04-2009 16:45:36, 18976 bytes
    Driver: C:\Windows\system32\NvRCoEsm.dll, 11.01.0000.0033 (Spanish), 08-04-2009 16:45:38, 18976 bytes
    Driver: C:\Windows\system32\NvRCoFi.dll, 11.01.0000.0033 (Finnish), 04/08/2009 16:45:38, 18464 bytes
    Driver: C:\Windows\system32\NvRCoFr.dll, 11.01.0000.0033 (French), 04/08/2009-16:45:40, 18976 bytes
    Driver: C:\Windows\system32\NvRCoIt.dll, 11.01.0000.0033 (Italian), 04/08/2009-16:45:40, 18976 bytes
    Driver: C:\Windows\system32\NvRCoJa.dll, 11.01.0000.0033 (Japanese), 04/08/2009-16:45:42, 16416 bytes
    Driver: C:\Windows\system32\NvRCoKo.dll, 11.01.0000.0033 (Korean), 04/08/2009 16:45:42, 16416 bytes
    Driver: C:\Windows\system32\NvRCoNl.dll, 11.01.0000.0033 (Dutch), 04/08/2009-16:45:44, 18464 bytes
    Driver: C:\Windows\system32\NvRCoNo.dll, 11.01.0000.0033 (Norwegian (Bokmål)), 04/08/2009-16:45:48, 18464 bytes
    Driver: C:\Windows\system32\NvRCoPtb.dll, 11.01.0000.0033 (Portuguese), 08-04-2009 16:45:50, 18976 bytes
    Driver: C:\Windows\system32\NvRCoRu.dll, 11.01.0000.0033 (Russia), 2009-08-04 16:45:50, 18464 bytes
    Driver: C:\Windows\system32\NvRCoSv.dll, 11.01.0000.0033 (Swedish), 04/08/2009-16:45:52, 18464 bytes
    Driver: C:\Windows\system32\NvRCoZhc.dll, 11.01.0000.0033 (Chinese (Simplified)), 04/08/2009 16:45:52, 15904 bytes
    Driver: C:\Windows\system32\NvRCoZht.dll, 11.01.0000.0033 (Chinese (traditional)), 04/08/2009 16:45:54, 15904 bytes

    Name: Bridge PCI to PCI standard PCI
    Device ID: PCI\VEN_10DE & DEV_05B1 & SUBSYS_0C1910DE & REV_A2\4 & 6BB9499 & 0 & 0018
    Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.01.7600.16385 (in English), 2009-07-13 20:45:45, 183872 bytes

    Name: Bridge PCI to PCI standard PCI
    Device ID: PCI\VEN_10DE & DEV_03B7 & SUBSYS_0C5510DE & REV_A1\3 & 2411E6FE & 1 & 18
    Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.01.7600.16385 (in English), 2009-07-13 20:45:45, 183872 bytes

    Name: PCI standard RAM controller
    Device ID: PCI\VEN_10DE & DEV_03AF & SUBSYS_10053842 & REV_A1\3 & 2411E6FE & 1 & 0
    Pilot: s/o

    Name: The standard host PCI bridge CPU
    Device ID: PCI\VEN_10DE & DEV_03A3 & SUBSYS_10053842 & REV_A2\3 & 2411E6FE & 1 & 00
    Pilot: s/o

    Name: NVIDIA nForce Serial ATA Controller
    Device ID: PCI\VEN_10DE & DEV_0266 & SUBSYS_10053842 & REV_A1\3 & 2411E6FE & 1 & 70
    Driver: C:\Windows\system32\DRIVERS\nvstor64.sys, 11.01.0000.0033 (English), 04/08/2009 16:45:32, 241696 bytes
    Driver: C:\Windows\system32\nvraidco.dll, 11.01.0000.0033 (English), 04/08/2009 16:45:32, 402976 bytes
    Driver: C:\Windows\system32\nvraiins.dll, 11.01.0000.0033 (English), 04/08/2009 16:45:32, 402976 bytes
    Driver: C:\Windows\system32\NvRCoDa.dll, 11.01.0000.0033 (Danish), 04/08/2009-16:45:34, 18464 bytes
    Driver: C:\Windows\system32\NvRCoDe.dll, 11.01.0000.0033 (German), 04/08/2009-16:45:34, 18976 bytes
    Driver: C:\Windows\system32\NvRCoEng.dll, 11.01.0000.0033 (English), 04/08/2009-16:45:34, 17952 bytes
    Driver: C:\Windows\system32\NvRCoENU.dll, 11.01.0000.0033 (English), 04/08/2009 16:45:36, 17952 bytes
    Driver: C:\Windows\system32\NvRCoEs.dll, 11.01.0000.0033 (Spanish), 08-04-2009 16:45:36, 18976 bytes
    Driver: C:\Windows\system32\NvRCoEsm.dll, 11.01.0000.0033 (Spanish), 08-04-2009 16:45:38, 18976 bytes
    Driver: C:\Windows\system32\NvRCoFi.dll, 11.01.0000.0033 (Finnish), 04/08/2009 16:45:38, 18464 bytes
    Driver: C:\Windows\system32\NvRCoFr.dll, 11.01.0000.0033 (French), 04/08/2009-16:45:40, 18976 bytes
    Driver: C:\Windows\system32\NvRCoIt.dll, 11.01.0000.0033 (Italian), 04/08/2009-16:45:40, 18976 bytes
    Driver: C:\Windows\system32\NvRCoJa.dll, 11.01.0000.0033 (Japanese), 04/08/2009-16:45:42, 16416 bytes
    Driver: C:\Windows\system32\NvRCoKo.dll, 11.01.0000.0033 (Korean), 04/08/2009 16:45:42, 16416 bytes
    Driver: C:\Windows\system32\NvRCoNl.dll, 11.01.0000.0033 (Dutch), 04/08/2009-16:45:44, 18464 bytes
    Driver: C:\Windows\system32\NvRCoNo.dll, 11.01.0000.0033 (Norwegian (Bokmål)), 04/08/2009-16:45:48, 18464 bytes
    Driver: C:\Windows\system32\NvRCoPtb.dll, 11.01.0000.0033 (Portuguese), 08-04-2009 16:45:50, 18976 bytes
    Driver: C:\Windows\system32\NvRCoRu.dll, 11.01.0000.0033 (Russia), 2009-08-04 16:45:50, 18464 bytes
    Driver: C:\Windows\system32\NvRCoSv.dll, 11.01.0000.0033 (Swedish), 04/08/2009-16:45:52, 18464 bytes
    Driver: C:\Windows\system32\NvRCoZhc.dll, 11.01.0000.0033 (Chinese (Simplified)), 04/08/2009 16:45:52, 15904 bytes
    Driver: C:\Windows\system32\NvRCoZht.dll, 11.01.0000.0033 (Chinese (traditional)), 04/08/2009 16:45:54, 15904 bytes

    Name: Bridge PCI to PCI standard PCI
    Device ID: PCI\VEN_10DE & DEV_05B1 & SUBSYS_00000000 & REV_A2\5 & 96C5D48 & 0 & 100018
    Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.01.7600.16385 (in English), 2009-07-13 20:45:45, 183872 bytes

    Name: PCI standard RAM controller
    Device ID: PCI\VEN_10DE & DEV_03B6 & SUBSYS_10053842 & REV_A1\3 & 2411E6FE & 1 & 10
    Pilot: s/o

    Name: PCI standard RAM controller
    Device ID: PCI\VEN_10DE & DEV_03AE & SUBSYS_10053842 & REV_A1\3 & 2411E6FE & 1 & 09
    Pilot: s/o

    Name: PCI standard RAM controller
    Device ID: PCI\VEN_10DE & DEV_0272 & SUBSYS_10053842 & REV_A3\3 & 2411E6FE & 1 & 52
    Pilot: s/o

    Name: Standard double channel PCI IDE Controller
    Device ID: PCI\VEN_10DE & DEV_0265 & SUBSYS_10053842 & REV_A1\3 & 2411E6FE & 1 & 68
    Pilot: C:\Windows\system32\DRIVERS\pciide.sys, 6.01.7600.16385 (in English), 2009-07-13 20:45:45, 12352 bytes
    Driver: C:\Windows\system32\DRIVERS\pciidex.sys, 6.01.7600.16385 (in English), 2009-07-13 20:45:46, 48720 bytes
    Driver: C:\Windows\system32\DRIVERS\atapi.sys, 6.01.7600.16385 (in English), 2009-07-13 20:52:21, 24128 bytes
    Driver: C:\Windows\system32\DRIVERS\ataport.sys, 6.01.7600.16385 (in English), 2009-07-13 20:52:21, 155728 bytes

    Name: Bridge PCI to PCI standard PCI
    Device ID: PCI\VEN_10DE & DEV_05B1 & SUBSYS_00000000 & REV_A2\5 & 96C5D48 & 0 & 000018
    Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.01.7600.16385 (in English), 2009-07-13 20:45:45, 183872 bytes

    Name: PCI standard RAM controller
    Device ID: PCI\VEN_10DE & DEV_03B5 & SUBSYS_10053842 & REV_A1\3 & 2411E6FE & 1 & 06
    Pilot: s/o

    Name: PCI standard RAM controller
    Device ID: PCI\VEN_10DE & DEV_03AD & SUBSYS_10053842 & REV_A1\3 & 2411E6FE & 1 & 08
    Pilot: s/o

    Name: PCI standard RAM controller
    Device ID: PCI\VEN_10DE & DEV_0270 & SUBSYS_10053842 & REV_A2\3 & 2411E6FE & 1 & 48
    Pilot: s/o

    Name: NVIDIA nForce PCI System Management
    Device ID: PCI\VEN_10DE & DEV_0264 & SUBSYS_10053842 & REV_A3\3 & 2411E6FE & 1 & 51
    Pilot: s/o

    Name: D-Link DWA - 556 Xtreme N PCIe Desktop adapt
    Device ID: PCI\VEN_168C & DEV_0024 & SUBSYS_3A701186 & REV_01\4 & 2212 143 B & 0 & 0038
    Driver: C:\Windows\system32\DRIVERS\athrx.sys, 8.00.0000.0238 (English), 05/10/2009-16:34, 1542656 bytes
    Driver: C:\Windows\system32\drivers\vwifibus.sys, 6.01.7600.16385 (in English), 2009-07-13 19:07:21, 24576 bytes

    Name: PCI standard RAM controller
    Device ID: PCI\VEN_10DE & DEV_03BC & SUBSYS_10053842 & REV_A1\3 & 2411E6FE & 1 & 11
    Pilot: s/o

    Name: PCI standard RAM controller
    Device ID: PCI\VEN_10DE & DEV_03B4 & SUBSYS_10053842 & REV_A1\3 & 2411E6FE & 1 & 07
    Pilot: s/o

    Name: PCI standard RAM controller
    Device ID: PCI\VEN_10DE & DEV_03AC & SUBSYS_10053842 & REV_A1\3 & 2411E6FE & 1 & 01
    Pilot: s/o

    Name: Bridge PCI to PCI standard PCI
    Device ID: PCI\VEN_10DE & DEV_026F & SUBSYS_CB8410DE & REV_A2\3 & 2411E6FE & 1 & 80
    Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.01.7600.16385 (in English), 2009-07-13 20:45:45, 183872 bytes

    Name: PCI standard ISA bridge
    Device ID: PCI\VEN_10DE & DEV_0260 & SUBSYS_10053842 & REV_A3\3 & 2411E6FE & 1 & 50
    Driver: C:\Windows\system32\DRIVERS\msisadrv.sys, 6.01.7600.16385 (in English), 2009-07-13 20:48:27, 15424 bytes

    Name: Bridge PCI to PCI standard PCI
    Device ID: PCI\VEN_10DE & DEV_03BB & SUBSYS_0C5510DE & REV_A1\3 & 2411E6FE & 1 & 38
    Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.01.7600.16385 (in English), 2009-07-13 20:45:45, 183872 bytes

    Name: PCI standard RAM controller
    Device ID: PCI\VEN_10DE & DEV_03B3 & SUBSYS_10053842 & REV_A1\3 & 2411E6FE & 1 0th
    Pilot: s/o

    Name: PCI standard RAM controller
    Device ID: PCI\VEN_10DE & DEV_03AB & SUBSYS_10053842 & REV_A1\3 & 2411E6FE & 1 & 04
    Pilot: s/o

    Name: Standard enhanced PCI to USB Host Controller
    Device ID: PCI\VEN_10DE & DEV_026E & SUBSYS_10053842 & REV_A3\3 & 2411E6FE & 1 59
    Driver: C:\Windows\system32\drivers\usbehci.sys, 6.01.7600.16385 (in English), 2009-07-13 19:06:30, 51200 bytes
    Driver: C:\Windows\system32\drivers\usbport.sys, 6.01.7600.16385 (in English), 2009-07-13 19:06:31, 324608 bytes
    Driver: C:\Windows\system32\drivers\usbhub.sys, 6.01.7600.16385 (in English), 2009-07-13 19:07:09, 343040 bytes

    Name: PCI standard RAM controller
    Device ID: PCI\VEN_10DE & DEV_03BA & SUBSYS_10053842 & REV_A1\3 & 2411E6FE & 1 & 12
    Pilot: s/o

    Name: PCI standard RAM controller
    Device ID: PCI\VEN_10DE & DEV_03B2 & SUBSYS_10053842 & REV_A1\3 & 2411E6FE & 1 & 0d
    Pilot: s/o

    Name: PCI standard RAM controller
    Device ID: PCI\VEN_10DE & DEV_03AA & SUBSYS_10053842 & REV_A1\3 & 2411E6FE & 1 & 02
    Pilot: s/o

    Name: OpenHCD Standard USB host controller
    Device ID: PCI\VEN_10DE & DEV_026D & SUBSYS_10053842 & REV_A3\3 & 2411E6FE & 1 & 58
    Pilot: C:\Windows\system32\drivers\usbohci.sys, 6.01.7600.16385 (in English), 2009-07-13 19:06:30, 25600 bytes
    Driver: C:\Windows\system32\drivers\usbport.sys, 6.01.7600.16385 (in English), 2009-07-13 19:06:31, 324608 bytes
    Driver: C:\Windows\system32\drivers\usbhub.sys, 6.01.7600.16385 (in English), 2009-07-13 19:07:09, 343040 bytes

    ------------------
    DirectShow filters
    ------------------

    DirectShow filters:
    WMAudio Decoder DMO, 0 x 00800800, 1, 1, WMADMOD. DLL, 6.01.7600.16385
    WMAPro over S/PDIF DMO, 0 x 00600800, 1, 1, WMADMOD. DLL, 6.01.7600.16385
    WMSpeech Decoder DMO, 0 x 00600800, 1, 1, WMSPDMOD. DLL, 6.01.7600.16385
    MP3 DMO, 0 x 00600800, 1, 1, mp3dmod.dll, 6.01.7600.16385 decoder
    Mpeg4s decoder DMO, 0 x 00800001, 1, 1, mp4sdecd.dll, 6.01.7600.16385
    Decoder WMV DMO, 0 x 00600800, 1 screen, 1, wmvsdecd.dll, 6.01.7600.16385
    Decoder DMO WMVideo, 0 x 00800001, 1, 1, wmvdecod.dll, 6.01.7600.16385
    Mpeg43 decoder DMO, 0 x 00800001, 1, 1, mp43decd.dll, 6.01.7600.16385
    MPEG4 Decoder DMO, 0 x 00800001, 1, 1, mpg4decd.dll, 6.01.7600.16385
    DV Muxer, 0x00400000, 0, 0, qdv.dll, 6.06.7600.16385
    Converter, 0 x 00400001, 1, 1, quartz.dll, 6.06.7600.16385 color space
    Reader, 0x00400000, 0, 0, qasf.dll, WM ASF 12.00.7600.16385
    Filter, 0 x 00200000, 0, 1, wmpsrcwp.dll, 12.00.7600.16385 screenshot
    AVI Splitter, 0 x 00600000, 1, 1, quartz.dll, 6.06.7600.16385
    VGA 16 color Ditherer, 0 x 00400000, 1, 1, quartz.dll, 6.06.7600.16385
    SBE2MediaTypeProfile, 0 x 00200000, 0, 0, SBE.dll, 6.06.7600.16385
    Microsoft DTV - DVD video Decoder, 0x005fffff, 2, 4, msmpeg2vdec.dll, 6.01.7140.0000
    AC3 parser Filter, 0 x 00600000, 1, 1, mpg2splt.ax, 6.06.7600.16385
    StreamBufferSink, 0 x 00200000, 0, 0, sbe.dll, 6.06.7600.16385
    Microsoft TV legends Decoder, 0 x 00200001, 1, 0, MSTVCapn.dll, 6.01.7600.16385
    MJPEG Decompressor, 0 x 00600000, 1, 1, quartz.dll, 6.06.7600.16385
    CBVA DMO wrapper filter, 0 x 00200000, 1, 1, cbva.dll, 6.01.7600.16385
    MPEG-I Stream Splitter, 0 x 00600000, 1, 2, quartz.dll, 6.06.7600.16385
    Parser, 0 x 00400000, 1, 1, quartz.dll, 6.06.7600.16385 SAMI (CC)
    The IST Codec, 0 x 00600000, 1, 4, VBICodec.ax, 6.06.7600.16385
    MPEG-2 Splitter, 0x005fffff, 1, 0, mpg2splt.ax, 6.06.7600.16385
    Filter, 0 x 00200000, 2, 5, cca.dll, 6.06.7600.16385 analysis of closed captioning
    SBE2FileScan, 0 x 00200000, 0, 0, SBE.dll, 6.06.7600.16385
    Microsoft MPEG-2 video encoding, 0 x 00200000, 1, 1, msmpeg2enc.dll, 6.01.7600.16385
    Renderer, 0 x 00800001, 1, 0, quartz.dll, 6.06.7600.16385 Script command internal
    MPEG Audio Decoder, 0 x 03680001, 1, 1, quartz.dll, 6.06.7600.16385
    DV Splitter, 0 x 00600000, 1, 2, qdv.dll, 6.06.7600.16385
    Video Mixing Renderer 9 0 x 00200000, 1, 0, quartz.dll, 6.06.7600.16385
    Microsoft MPEG - 2 encode, 0 x 00200000, 2, 1, msmpeg2enc.dll, 6.01.7600.16385
    ACM Wrapper, 0 x 00600000, 1, 1, quartz.dll, 6.06.7600.16385
    Video Renderer, 0 x 00800001, 1, 0, quartz.dll, 6.06.7600.16385
    Video stream MPEG - 2 Analyzer, 0 x 00200000, 0, 0, sbe.dll, 6.06.7600.16385
    Line 21 decoder, 0 00600000, 1, 1, x
    Port video Manager, 0 x 00600000, 2, 1, quartz.dll, 6.06.7600.16385
    Video Renderer, 0x00400000, 1, 0, quartz.dll, 6.06.7600.16385
    Decoder, 0 x 00200000 VPS, 0, 0, WSTPager.ax, 6.06.7600.16385
    Writer, 0x00400000, 0, 0, qasf.dll, WM ASF 12.00.7600.16385
    Allocator, 0 x 00600000, 1, 1, vbisurf.ax, 6.01.7600.16385 Surface of VBI
    File writer, 00200000 x 0, 1, 0, qcap.dll, 6.06.7600.16385
    iTV Sink, 0 x 00600000, 1, 0, itvdata.dll, 6.06.7600.16385 data
    iTV to Capture data filter 0 x 00600000, 1, 1, itvdata.dll, 6.06.7600.16385
    DVD Navigator, 0 x 00200000, 0, 3, qdvd.dll, 6.06.7600.16385
    Microsoft TV subtitles Decoder, 0 x 00200001, 1, 0, MSTVCapn.dll, 6.01.7600.16385
    Mixer2, 0 x 00200000, 1, 1, overlay
    RDP DShow Redirection Filter, 0xffffffff, 1, 0, DShowRdpFilter.dll,
    Microsoft MPEG-2 Audio Encoder, 0 x 00200000, 1, 1, msmpeg2enc.dll, 6.01.7600.16385
    Pager, 0 x 00200000, 1, 1, WSTPager.ax, 6.06.7600.16385 WST
    MPEG2 demux, 0 x 00600000, 1, 1, mpg2splt.ax, 6.06.7600.16385
    Decoder, 0 x 00800000, 1, 1, qdv.dll, 6.06.7600.16385 DV video
    SampleGrabber, 0 x 00200000, 1, 1, qedit.dll, 6.06.7600.16385
    Renderer, 00200000 x 0, 1, 0, qedit.dll, 6.06.7600.16385 null
    Tables, 0x005fffff, 1, 0, mpeg2data.ax, 6.06.7600.16385 and MPEG - 2 Sections
    Microsoft AC3 Encoder, 0 x 00200000, 1, 1, msac3enc.dll, 6.01.7600.16385
    StreamBufferSource, 0 x 00200000, 0, 0, sbe.dll, 6.06.7600.16385
    Smart Tee, 0 x 00200000, 1, 2, qcap.dll, 6.06.7600.16385
    Overlay mixer, 0 x 00200000, 0, 0,
    AVI Decompressor, 0 x 00600000, 1, 1, quartz.dll, 6.06.7600.16385
    NetBridge, 00200000 x 0, 2, 0, netbridge.dll, 6.01.7600.16385
    Source, 0 x 00400000, 0, 2, quartz.dll, 6.06.7600.16385 AVI/WAV file
    Parser, 0 x 00400000, 1, 1, quartz.dll, 6.06.7600.16385 wave
    Parser, 0 x 00400000, 1, 1, quartz.dll, 6.06.7600.16385 noon
    Multi-fichier Parser, 0 x 00400000, 1, 1, quartz.dll, 6.06.7600.16385
    File stream renderer, 0x00400000, 1, 1, quartz.dll, 6.06.7600.16385
    Microsoft DTV - DVD Audio Decoder, 0x005fffff, 1, 1, msmpeg2adec.dll, 6.01.7140.0000
    StreamBufferSink2, 0 x 00200000, 0, 0, sbe.dll, 6.06.7600.16385
    AVI Mux, 00200000 x 0, 1, 0, qcap.dll, 6.06.7600.16385
    Line 21 decoder 2, 0 x 00600002, 1, 1, quartz.dll, 6.06.7600.16385
    File Source (Async.), 0 x 00400000, 0, 1, quartz.dll, 6.06.7600.16385
    File Source (URL), 0 x 00400000, 0, 1, quartz.dll, 6.06.7600.16385
    Media Center Extender encryption Filter, 0 x 00200000, 2, 2, Mcx2Filter.dll, 6.01.7600.16385
    Dest, 0 x 00200000, 0, 0, WavDest.dll AudioRecorder WAV,.
    Wave WavDest.dll AudioRecorder form, 0 x 00200000, 0, 0,.,
    SoundRecorder Null Renderer, 0 x 00200000, 0, 0, WavDest.dll,
    Infinite pin Tee Filter, 0 x 00200000, 1, 1, qcap.dll, 6.06.7600.16385
    Renderer, 00200000 x 0, 1, 0, evr.dll, 6.01.7600.16385 improved video
    BDA MPEG2 Transport Information Filter, 0 x 00200000, 2, 0, psisrndr.ax, 6.06.7600.16385
    Decoder, 0 x 40000001, 1, 1, quartz.dll, 6.06.7600.16385 MPEG video

    WDM Streaming Tee/Splitter devices:
    Converter, 0 x 00200000, 1, 1, ksproxy.ax, 6.01.7600.16385 tee/sink - to the-wells

    Video compressors:
    WMVideo8 encoder DMO, 0 x 00600800, 1, 1, wmvxencd.dll, 6.01.7600.16385
    WMVideo9 encoder DMO, 0 x 00600800, 1, 1, wmvencod.dll, 6.01.7600.16385
    Encoder 9 MSScreen DMO, 0 x 00600800, 1, 1, wmvsencd.dll, 6.01.7600.16385
    Encode, 0 x 00200000, 0, 0, qdv.dll, 6.06.7600.16385 DV video
    MJPEG Compressor, 0 x 00200000, 0, 0, quartz.dll, 6.06.7600.16385

    Audio compressors:
    WM Encoder DMO speech, 0 00600800, 1, 1, x WMSPDMOE. DLL, 6.01.7600.16385
    WMAudio encoder DMO, 0 x 00600800, 1, 1, WMADMOE. DLL, 6.01.7600.16385
    IMA ADPCM, 0 x 00200000, 1, 1, quartz.dll, 6.06.7600.16385
    PCM, 0 x 00200000, 1, 1, quartz.dll, 6.06.7600.16385
    Microsoft ADPCM, 0 x 00200000, 1, 1, quartz.dll, 6.06.7600.16385
    GSM 6.10, 0 x 00200000, 1, 1, quartz.dll, 6.06.7600.16385
    CCITT A - Law, 0 x 00200000, 1, 1, quartz.dll, 6.06.7600.16385
    CCITT u - Law, 0 x 00200000, 1, 1, quartz.dll, 6.06.7600.16385
    MPEG Layer-3, 0 x 00200000, 1, 1, quartz.dll, 6.06.7600.16385

    Audio Capture sources:
    Microphone (HD Aud, 0 x 00200000, 0, 0, qcap.dll, 6.06.7600.16385
    Audio Digital (S/PDIF) (high, 0 x 00200000, 0, 0, qcap.dll, 6.06.7600.16385)

    PBDA CP filters:
    PBDA DTFilter, 0 x 00600000, 1, 1, CPFilters.dll, 6.06.7600.16385
    ETFilter, 0 x 00200000 PBDA, 0, 0, CPFilters.dll, 6.06.7600.16385
    PTFilter, 0 x 00200000 PBDA, 0, 0, CPFilters.dll, 6.06.7600.16385

    Midi converters:
    Default MidiOut Device, 0 x 00800000, 1, 0, quartz.dll, 6.06.7600.16385
    Synth, 00200000 x 0, 1, 0, quartz.dll, 6.06.7600.16385 Microsoft GS Wavetable

    WDM Streaming Capture devices:
    Capture, 0 x 00200000, 1, 1, ksproxy.ax, 6.01.7600.16385 HD Audio mixed
    In, 0 x 00200000, 1, 1, ksproxy.ax, 6.01.7600.16385 HD Digital Audio

    WDM Streaming making devices:
    Out, 0 00200000, 1, 1, x ksproxy.ax, 6.01.7600.16385 HD Audio HDMI
    HD Audio Headphone/Speakers,0x00200000,1,1,ksproxy.ax,6.01.7600.16385
    Out, 0 00200000, 1, 1, x ksproxy.ax, 6.01.7600.16385 HD Audio SPDIF

    BDA network providers:
    Provider, 0 x 00200000, 0, 1, MSDvbNP.ax, 6.06.7600.16385 Microsoft ATSC network
    DVBC Microsoft Network Provider, 0 x 00200000, 0, 1, MSDvbNP.ax, 6.06.7600.16385
    Provider, 0 x 00200000, 0, 1, MSDvbNP.ax, network 6.06.7600.16385 Microsoft DVBS
    Provider, 0 x 00200000, 0, 1, MSDvbNP.ax, 6.06.7600.16385 network Microsoft t
    Microsoft Network Provider, 0 x 00200000, 0, 1, MSNP.ax, 6.06.7600.16385

    Multiple instances Codecs VBI Capable:
    The IST Codec, 0 x 00600000, 1, 4, VBICodec.ax, 6.06.7600.16385

    BDA Transport Information converters:
    BDA MPEG2 Transport Information Filter 0 x 00600000, 2, 0, psisrndr.ax, 6.06.7600.16385
    Tables, 0 x 00600000, 1, 0, mpeg2data.ax, 6.06.7600.16385 and MPEG - 2 Sections

    CP/CA BDA filters:
    Decrypt/Tag,0x00600000,1,1,EncDec.dll,6.06.7600.16385
    Encrypt/Tag,0x00200000,0,0,EncDec.dll,6.06.7600.16385
    PTFilter, 0 x 00200000, 0, 0, EncDec.dll, 6.06.7600.16385
    XDS Codec, 0 x 00200000, 0, 0, EncDec.dll, 6.06.7600.16385

    WDM Streaming transformations of the Communication:
    Converter, 0 x 00200000, 1, 1, ksproxy.ax, 6.01.7600.16385 tee/sink - to the-wells

    Audio converters:
    Speakers (high definition Audio, 0 x 00200000, 1, 0, quartz.dll, 6.06.7600.16385)
    DirectSound Device, 0 x 00800000, 1, 0, quartz.dll, default 6.06.7600.16385
    Default WaveOut Device, 0 x 00200000, 1, 0, quartz.dll, 6.06.7600.16385
    Digital audio (HDMI) (high challenge, 0 x 00200000, 1, 0, quartz.dll, 6.06.7600.16385)
    Audio Digital (S/PDIF) (high, 0 x 00200000, 1, 0, quartz.dll, 6.06.7600.16385)
    DirectSound: Audio Digital (HDMI) (high definition Audio Device), 0 x 00200000, 1, 0, quartz.dll, 6.06.7600.16385
    DirectSound: Audio Digital (S/PDIF) (high definition Audio Device), 0 x 00200000, 1, 0, quartz.dll, 6.06.7600.16385
    DirectSound: Speakers (High Definition Audio Device), 0 x 00200000, 1, 0, quartz.dll, 6.06.7600.16385

    ---------------
    EVR power information
    ---------------
    Current value: {5C67A112-A4C9-483F-B4A7-1D473BECAFDC} (quality)
    Quality indicators: 2576
    Activated:
    Limitation of the force
    That allow half deinterlace
    Allow the scaling
    Decode power usage: 100
    Balanced flags: 1424
    Activated:
    Limitation of the force
    Allow batch processing
    Force half deinterlace
    Force the scaling
    Decode power usage: 50
    PowerFlags: 1424
    Activated:
    Limitation of the force
    Allow batch processing
    Force half deinterlace
    Force the scaling
    Decode power usage: 0

    Yep, shocking both of these seems to have solved my problem (the front side bus in particular).

    For questions specific to l4d2, I had to set the affinity of the unique base game.

    good luck for anyone else meets these questions, I suggest you troubleshooting on the Web site of the producer of your motherboard, because the window has some of the worst service-forum linked forever.

  • System crashes, requires the difficult start run World Of Warcraft Win 7 64 bit

    * Edited for completion 10/29/09
    When I run World of Warcraft, my system will lock up and require a difficult start. Sometimes this will happen after only a few minutes, sometimes it will take 1 to 2 hours, but it will always be the case.

    That's what I've done so far:

    I have a clean install of Win 7 64 bit, I have a new installation of the software of the game (World of Warcraft), I have a problem after a clean boot, I have all the latest drivers, tried older drivers, used a driver Sweeper and installed the latest drivers... in short, I did everything what I can do , and I did a lot of research to try to find a solution. * I also tried different compatibility modes, ran the program as an administrator, and ran the program in windowed mode, as well as various combitation of preceding.

    dxdiag report:

    ------------------
    Information System
    ------------------
    Time of this report: 10/27/2009, 00:11:04
    Computer name: YOUR-WIN7_64BIT
    Operating system: Windows 7 Home Premium 64-bit (6.1, Build 7600) (7600.win7_rtm. 090713-1255)
    Language: English (regional setting: English)
    System manufacturer: alienware
    System model: alienware
    BIOS: Phoenix - AwardBIOS v6.00PG
    Processor: Intel (r) Core (TM) 2 Duo CPU E8200 2.66 GHz (2 CPUs), ~2.7GHz
    Memory: 4096 MB RAM
    Available OS memory: 4094 MB RAM
    Page file: 1196MB used, 6990 MB of available space
    Windows Dir: C:\Windows
    DirectX version: DirectX 11
    DX setup parameters: not found
    DPI setting: Using System DPI
    System DPI setting: 96 DPI (100%)
    DWM DPI Scaling: disabled
    DxDiag Version: 6.01.7600.16385 64 bit Unicode

    ------------
    DxDiag Notes
    ------------
    Display 1 tab: No problems found.
    Sound tab 1: No problems found.
    2 Audio tab: No problems found.
    3 Audio tab: No problems found.
    Input tab: no problems found.

    --------------------
    DirectX Debug levels
    --------------------
    Direct3D: 0/4 (detail)
    DirectDraw: 0/4 (detail)
    DirectInput: 0/5 (retail)
    DirectMusic: 0/5 (retail)
    DirectPlay: 0/9 (detail)
    DirectSound: 0/5 (retail)
    DirectShow: 0/6 (detail)

    ---------------
    Display devices
    ---------------
    Card name: NVIDIA GeForce 8800 GT
    Manufacturer: NVIDIA
    Track type: GeForce 8800 GT
    DAC type: Integrated RAMDAC
    The device key: Enum\PCI\VEN_10DE & DEV_0611 & SUBSYS_053C10DE & REV_A2
    Display memory: 2 286 MB
    Dedicated memory: 495 MB
    Shared memory: 1791 MB
    Current mode: 1440 x 900 (32 bit) (60 Hz)
    Name of the monitor: SyncMaster 940BW/199BW/941BW, SyncMaster Magic CX915BW (Digital)
    Monitor model: SyncMaster
    Monitor ID: SAM0226
    Native mode: 1440 x 900 (p) (59,887 Hz)
    Output type: DVI
    Driver name: nvd3dumx.dll, nvwgf2umx.dll, nvwgf2umx.dll, nvd3dum, nvwgf2um, nvwgf2um
    The driver file version: 8.16.0011.9107 (English)
    Driver version: 8.16.11.9107
    DDI version: 10
    : Model WDDM 1.1 driver
    Driver attributes: Final retail
    Format/driver Date: 27/09/2009-23:12:22, 9441384 bytes
    Would be WHQL logo: Yes
    Date stamp WHQL:
    The instrument identifier: {D7B71E3E-4551-11CF-FD50-37251DC2C535}
    Vendor ID: 0x10DE
    Device ID: 0 x 0611
    SubSys ID: 0x053C10DE
    Revision ID: 0x00A2
    Strong name of the driver: oem1.inf:NVIDIA_SetA_Devices.NTamd64.6.1:Section003:8.16.11.9107:pci\ven_10de&dev_0611
    The driver rating: 00E62001
    Video Accel: ModeMPEG2_A ModeMPEG2_C ModeVC1_C ModeWMV9_C
    Deinterlace caps: {6CB69578-7617-4637-91E5-1C02DB810285}: caps Frames(Prev/Fwd/Back) = (0,0,0) (In/Out) Format (YUY2, YUY2) = VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
    {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: caps Frames(Prev/Fwd/Back) = (0,0,0) Format (In/Out) = (YUY2, YUY2) = VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
    {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: caps Frames(Prev/Fwd/Back) = (0,0,0) Format (In/Out) = (YUY2, YUY2) = VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
    {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: caps Frames(Prev/Fwd/Back) = (0,0,0) (In/Out) Format (YUY2, YUY2) = VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
    {6CB69578-7617-4637-91E5-1C02DB810285}: caps Frames(Prev/Fwd/Back) = (0,0,0) (In/Out) Format (UYVY, UYVY) = VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
    {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: caps Frames(Prev/Fwd/Back) = (0,0,0) Format (In/Out) = (UYVY, UYVY) = VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
    {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: caps Frames(Prev/Fwd/Back) = (0,0,0) Format (In/Out) = (UYVY, UYVY) = VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
    {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: caps Frames(Prev/Fwd/Back) = (0,0,0) (In/Out) Format (UYVY, UYVY) = VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
    {6CB69578-7617-4637-91E5-1C02DB810285}: caps Frames(Prev/Fwd/Back) = (0,0,0) (In/Out) Format (YV12, 0 x 32315659) = VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
    {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: caps Frames(Prev/Fwd/Back) = (0,0,0) (In/Out) Format (YV12, 0 x 32315659) = VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
    {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: caps Frames(Prev/Fwd/Back) = (0,0,0) (In/Out) Format (YV12, 0 x 32315659) = VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
    {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: caps Frames(Prev/Fwd/Back) = (0,0,0) (In/Out) Format (YV12, 0 x 32315659) = VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
    {6CB69578-7617-4637-91E5-1C02DB810285}: caps Frames(Prev/Fwd/Back) = (0,0,0) (In/Out) Format (NV12, 0x3231564e) = VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
    {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: caps Frames(Prev/Fwd/Back) = (0,0,0) (In/Out) Format (NV12, 0x3231564e) = VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
    {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: caps Frames(Prev/Fwd/Back) = (0,0,0) (In/Out) Format (NV12, 0x3231564e) = VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
    {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: caps Frames(Prev/Fwd/Back) = (0,0,0) (In/Out) Format (NV12, 0x3231564e) = 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: support
    DXVA-HD: support
    DDraw status: enabled
    D3D status: enabled
    AGP status: enabled

    -------------
    Sound Devices
    -------------
    Description: Speakers (Realtek High Definition Audio)
    Default audio playback: Yes
    Default voice playback: Yes
    Hardware ID: HDAUDIO\FUNC_01 & VEN_10EC & DEV_0888 & SUBSYS_10DE0175 & REV_1001
    Manufacturer ID: 1
    Product ID: 100
    Type: WDM
    Driver name: RTKVHD64.sys
    Driver version: 6.00.0001.5953 (English)
    Driver attributes: Final retail
    Would be WHQL logo: Yes
    Date and size: 2009-10-06 18:51:22, 2009376 bytes
    Other files:
    Driver provider: Realtek Semiconductor Corp.
    HW Accel level: basic
    Cap flags: 0xF1F
    Min/Max sample rate: 100, 200000
    Mix beef static/Strm HW: 1, 0
    Static/Strm HW 3D steers: 0, 0
    HW memory: 0
    Management of the voice: No.
    Listen/Src/EAX (TM) 2.0: No, no
    Listen/Src/I3DL2 (TM): No, no
    Sensaura (TM) ZoomFX (tm): No.

    Description: Realtek Digital Output (Realtek High Definition Audio)
    Default audio playback: No.
    Default voice playback: no
    Hardware ID: HDAUDIO\FUNC_01 & VEN_10EC & DEV_0888 & SUBSYS_10DE0175 & REV_1001
    Manufacturer ID: 1
    Product ID: 100
    Type: WDM
    Driver name: RTKVHD64.sys
    Driver version: 6.00.0001.5953 (English)
    Driver attributes: Final retail
    Would be WHQL logo: Yes
    Date and size: 2009-10-06 18:51:22, 2009376 bytes
    Other files:
    Driver provider: Realtek Semiconductor Corp.
    HW Accel level: basic
    Cap flags: 0xF1F
    Min/Max sample rate: 100, 200000
    Mix beef static/Strm HW: 1, 0
    Static/Strm HW 3D steers: 0, 0
    HW memory: 0
    Management of the voice: No.
    Listen/Src/EAX (TM) 2.0: No, no
    Listen/Src/I3DL2 (TM): No, no
    Sensaura (TM) ZoomFX (tm): No.

    Description: Realtek HDMI Output (Realtek High Definition Audio)
    Default audio playback: No.
    Default voice playback: no
    Hardware ID: HDAUDIO\FUNC_01 & VEN_10EC & DEV_0888 & SUBSYS_10DE0175 & REV_1001
    Manufacturer ID: 1
    Product ID: 100
    Type: WDM
    Driver name: RTKVHD64.sys
    Driver version: 6.00.0001.5953 (English)
    Driver attributes: Final retail
    Would be WHQL logo: Yes
    Date and size: 2009-10-06 18:51:22, 2009376 bytes
    Other files:
    Driver provider: Realtek Semiconductor Corp.
    HW Accel level: basic
    Cap flags: 0xF1F
    Min/Max sample rate: 100, 200000
    Mix beef static/Strm HW: 1, 0
    Static/Strm HW 3D steers: 0, 0
    HW memory: 0
    Management of the voice: No.
    Listen/Src/EAX (TM) 2.0: No, no
    Listen/Src/I3DL2 (TM): No, no
    Sensaura (TM) ZoomFX (tm): No.

    ---------------------
    Sound Capture devices
    ---------------------
    Description: Microphone (Realtek High Definition Audio)
    Capture audio by default: Yes
    Default voice Capture: Yes
    Driver name: RTKVHD64.sys
    Driver version: 6.00.0001.5953 (English)
    Driver attributes: Final retail
    Date and size: 2009-10-06 18:51:22, 2009376 bytes
    Cap flags: 0x1
    Format flags: 0xFFFFF

    Description: Realtek Digital Input (Realtek High Definition Audio)
    Capture audio by default: No.
    Default voice Capture: No.
    Driver name: RTKVHD64.sys
    Driver version: 6.00.0001.5953 (English)
    Driver attributes: Final retail
    Date and size: 2009-10-06 18:51:22, 2009376 bytes
    Cap flags: 0x1
    Format flags: 0xFFFFF

    -------------------
    DirectInput devices
    -------------------
    Device name: mouse
    Joint: 1
    Controller ID: n/a
    Vendor/product ID: n/a
    FF driver: n/a

    Device name: keyboard
    Joint: 1
    Controller ID: n/a
    Vendor/product ID: n/a
    FF driver: n/a

    Device name: Razer Reclusa
    Joint: 1
    Controller ID: 0 x 0
    Suppliers of products/ID: 1532 0 x, 0 x 0200
    FF driver: n/a

    Device name: Razer Reclusa
    Joint: 1
    Controller ID: 0 x 0
    Suppliers of products/ID: 1532 0 x, 0 x 0200
    FF driver: n/a

    Poll w / Interrupt: No.

    -----------
    USB devices
    -----------
    + USB root hub
    | Suppliers of products/ID: 0x10DE, 0x036C
    | Matching Device ID: usb\root_hub
    | Service: usbhub
    | Driver: usbhub.sys, 13/07/2009 20:07:09, 343040 bytes
    | Driver: usbd.sys, 13/07/2009 20:06:23, 7936 bytes
    |
    + - + Generic USB hub
    | | Suppliers of products/ID: 1532 0 x, 0 x 0103
    | | Location: Port_ #0003.Hub_ #0001
    | | Matching Device ID: usb\class_09
    | | Service: usbhub
    | | Driver: usbhub.sys, 13/07/2009 20:07:09, 343040 bytes
    | |
    + - + USB Logitech G3 (MX518) Optical Mouse
    | | Suppliers of products/ID: 0x046D, 0xC051
    | | Location: Port_ #0004.Hub_ #0001
    | | Matching device ID: usb\vid_046d & pid_c051
    | | Lower filters: LUsbFilt
    | | Service: HidUsb
    | | Driver: LUsbFilt.sys, 2009-06-17 12:54:46, 40976 bytes
    | | Driver: hidusb.sys, 13/07/2009 20:06:22, 30 208 bytes
    | | Driver: hidclass.sys, 13/07/2009 20:06:21, 76288 bytes
    | | Driver: hidparse.sys, 13/07/2009 20:06:17, 32896 bytes
    | | Pilot: WdfCoInstaller01005.dll, 02/11/2006 12:04:56, 1919968 bytes
    | |
    | + - + Logitech HID-compliant G3/MX518 Optical Mouse
    | | | Suppliers of products/ID: 0x046D, 0xC051
    | | | Matching device ID: hid\vid_046d & pid_c051
    | | | High filters: LMouFilt
    | | | Lower filters: LHidFilt
    | | | Service: me
    | | | Driver: LHidFilt.Sys, 2009-06-17 12:54:22, 55312 bytes
    | | | Driver: C:\windows\system32\drivers\lmoufilt.sys, 2009-06-17 12:54:30, 57872 bytes
    | | | Driver: KHALMNPR. Exe, 17/06/2009 12:53:26, 130576 bytes
    | | | Driver: mouhid.sys, 13/07/2009 20:00:20, 31232 bytes
    | | | Driver: mouclass.sys, 2009-07-13 21:48:27, 49216 bytes
    | | | Pilot: WdfCoInstaller01005.dll, 02/11/2006 12:04:56, 1919968 bytes

    ----------------
    Gameport devices
    ----------------

    ------------
    PS/2 devices
    ------------
    + Keyboard HID device
    | Suppliers of products/ID: 1532 0 x, 0 x 0200
    | Matching Device ID: hid_device_system_keyboard
    | Service: kbdhid
    | Driver: kbdhid.sys, 13/07/2009 20:00:20, 33280 bytes
    | Driver: kbdclass.sys, 2009-07-13 21:48:04, 50768 bytes
    |
    + Server terminal keyboard driver
    | Matching Device ID: root\rdp_kbd
    | High filters: kbdclass
    | Service: TermDD
    | Driver: i8042prt.sys, 2009-07-13 19:19:57, 105472 bytes
    | Driver: kbdclass.sys, 2009-07-13 21:48:04, 50768 bytes
    |
    + Terminal Server mouse driver
    | Matching Device ID: root\rdp_mou
    | High filters: mouclass
    | Service: TermDD
    | Driver: termdd.sys, 2009-07-13 21:45:55, 62544 bytes
    | Driver: sermouse.sys, 13/07/2009 20:00:20, 26624 bytes
    | Driver: mouclass.sys, 2009-07-13 21:48:27, 49216 bytes

    ------------------------
    Disk & CD-ROM/DVD-ROM readers
    ------------------------
    Drive: C:
    Free space: 408.9 GB
    Total space: 476,9 GB
    File system: NTFS
    Model: NVIDIA STRIPE 465,77 G

    Drive: D:
    Free space: 476.8 GB
    Total space: 476,9 GB
    File system: NTFS
    Model: ST350063 0AS SCSI Disk Device

    Drive: I:
    Free space: 129.5 GB
    Total space: 238.5 GB
    File system: NTFS
    Model: HDS72252 5VLAT80 USB Device

    Drive: E:
    Model: HL-DT-ST DVD - RAM GSA - H55L ATA Device
    Driver: c:\windows\system32\drivers\cdrom.sys, 6.01.7600.16385 (in English), 2009-07-13 19:19:54, 147456 bytes

    Drive: F:
    Model: SanDisk Cruzer USB Device
    Driver: c:\windows\system32\drivers\cdrom.sys, 6.01.7600.16385 (in English), 2009-07-13 19:19:54, 147456 bytes

    --------------
    System devices
    --------------
    Name: NVIDIA nForce 10/100/1000 Mbps Ethernet
    Device ID: PCI\VEN_10DE & DEV_0373 & SUBSYS_C73E10DE & REV_A3\3 & 2411E6FE & 1 & 88
    Pilot: s/o

    Name: PCI standard ISA bridge
    Device ID: PCI\VEN_10DE & DEV_0360 & SUBSYS_C73E10DE & REV_A3\3 & 2411E6FE & 1 & 50
    Driver: C:\Windows\system32\DRIVERS\msisadrv.sys, 6.01.7600.16385 (in English), 2009-07-13 21:48:27, 15424 bytes

    Name: PCI Express standard Root Port
    Device ID: PCI\VEN_10DE & DEV_0815 & SUBSYS_000010DE & REV_A1\3 & 2411E6FE & 1 & 10
    Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.01.7600.16385 (in English), 13/07/2009-21:45:45, 183872 bytes

    Name: PCI standard RAM controller
    Device ID: PCI\VEN_10DE & DEV_080E & SUBSYS_C73E10DE & REV_A1\3 & 2411E6FE & 1 & 07
    Pilot: s/o

    Name: NVIDIA GeForce 8800 GT
    Device ID: PCI\VEN_10DE & DEV_0611 & SUBSYS_053C10DE & REV_A2\4 & CC23A24 & 0 & 0010
    Driver: C:\Windows\System32\DriverStore\FileRepository\nv_disp.inf_amd64_neutral_9a0b94b7d5341d75\NvCplSetupEng.exe, 14.00.0000.0162 (English), 2009-09-27 16:12:22, 19610872 bytes
    Driver: C:\Windows\system32\DRIVERS\nvBridge.kmd, 8.16.0011.9107 (English), 2009-09-27 23:12:22, 11240 bytes
    Driver: C:\Windows\system32\DRIVERS\nvlddmkm.sys, 8.16.0011.9107 (English), 2009-09-27 23:12:22, 11293928 bytes
    Driver: C:\Windows\system32\dpinst.exe, 2.01.0000.0000 (English), 2009-09-27 16:12:22, 930272 bytes
    Driver: C:\Windows\system32\nvapi64.dll, 8.16.0011.9107 (English), 2009-09-27 23:12:22, 1322088 bytes
    Driver: C:\Windows\system32\nvcuda.dll, 8.16.0011.9107 (English), 2009-09-27 23:12:22, 2633320 bytes
    Driver: C:\Windows\system32\nvcuvenc.dll, 8.16.0011.9107 (English), 2009-09-27 23:12:22, 1734248 bytes
    Driver: C:\Windows\system32\nvcuvid.dll, 8.16.0011.9107 (English), 2009-09-27 23:12:22, 2260072 bytes
    Driver: C:\Windows\system32\nvd3dumx.dll, 8.16.0011.9107 (English), 2009-09-27 23:12:22, 9441384 bytes
    Driver: C:\Windows\system32\nvdecodemft.dll, 8.16.0011.9107 (English), 2009-09-27 23:12:22, 335464 bytes
    Driver: C:\Windows\system32\nvdisp.nvu, 2009-09-27 23:12:22, 14646 bytes
    Driver: C:\Windows\system32\nvencodemft.dll, 8.16.0011.9107 (English), 2009-09-27 23:12:22, 2152552 bytes
    Driver: C:\Windows\system32\nvoglv64.dll, 8.16.0011.9107 (English), 2009-09-27 23:12:22, 15387752 bytes
    Driver: C:\Windows\system32\nvudisp.exe, 1.10.0045.0023 (English), 2009-09-27 23:12:22, 541800 bytes
    Driver: C:\Windows\system32\nvwgf2umx.dll, 8.16.0011.9107 (English), 2009-09-27 23:12:22, 4599912 bytes
    Driver: C:\Windows\SysWow64\nvapi.dll, 8.16.0011.9107 (English), 2009-09-27 23:12:22, 1074280 bytes
    Driver: C:\Windows\SysWow64\nvcuda.dll, 8.16.0011.9107 (English), 2009-09-27 23:12:22, 1997416 bytes
    Driver: C:\Windows\SysWow64\nvcuvenc.dll, 8.16.0011.9107 (English), 2009-09-27 23:12:22, 1714792 bytes
    Driver: C:\Windows\SysWow64\nvcuvid.dll, 8.16.0011.9107 (English), 2009-09-27 23:12:22, 2169448 bytes
    Driver: C:\Windows\SysWow64\nvd3dum.dll, 8.16.0011.9107 (English), 2009-09-27 23:12:22, 7614056 bytes
    Driver: C:\Windows\SysWow64\nvdecodemft.dll, 8.16.0011.9107 (English), 2009-09-27 23:12:22, 273000 bytes
    Driver: C:\Windows\SysWow64\nvencodemft.dll, 8.16.0011.9107 (English), 2009-09-27 23:12:22, 1944168 bytes
    Driver: C:\Windows\SysWow64\nvoglv32.dll, 8.16.0011.9107 (English), 2009-09-27 23:12:22, 11197032 bytes
    Driver: C:\Windows\SysWow64\nvwgf2um.dll, 8.16.0011.9107 (English), 2009-09-27 23:12:22, 3310184 bytes
    Driver: C:\Windows\system32\nvcod.dll, 1.06.0007.0062 (English), 2009-09-27 23:12:22, 183912 bytes
    Driver: C:\Windows\system32\nvcod167.dll, 1.06.0007.0062 (English), 2009-09-27 23:12:22, 183912 bytes

    Name: High Definition Audio Controller
    Device ID: PCI\VEN_10DE & DEV_0371 & SUBSYS_C73E10DE & REV_A2\3 & 2411E6FE & 1 & 79
    Driver: C:\Windows\system32\DRIVERS\hdaudbus.sys, 6.01.7600.16385 (in English), 13/07/2009-20:06:13, 122368 bytes

    Name: Texas Instruments 1394 OHCI compatible host controller
    Device ID: PCI\VEN_104C & DEV_8023 & SUBSYS_C73E10DE & REV_00\4 & 36AC3632 & 0 & 3878
    Driver: C:\Windows\system32\DRIVERS\1394ohci.sys, 6.01.7600.16385 (in English), 13/07/2009 20:07:13, 227840 bytes

    Name: PCI standard RAM controller
    Device ID: PCI\VEN_10DE & DEV_0814 & SUBSYS_C73E10DE & REV_A1\3 & 2411E6FE & 1 & 0d
    Pilot: s/o

    Name: PCI standard RAM controller
    Device ID: PCI\VEN_10DE & DEV_080D & SUBSYS_C73E10DE & REV_A1\3 & 2411E6FE & 1 & 06
    Pilot: s/o

    Name: NVIDIA GeForce 8800 GT
    Device ID: PCI\VEN_10DE & DEV_0611 & SUBSYS_053C10DE & REV_A2\4 & 1F733889 & 0 & 0020
    Driver: C:\Windows\System32\DriverStore\FileRepository\nv_disp.inf_amd64_neutral_9a0b94b7d5341d75\NvCplSetupEng.exe, 14.00.0000.0162 (English), 2009-09-27 16:12:22, 19610872 bytes
    Driver: C:\Windows\system32\DRIVERS\nvBridge.kmd, 8.16.0011.9107 (English), 2009-09-27 23:12:22, 11240 bytes
    Driver: C:\Windows\system32\DRIVERS\nvlddmkm.sys, 8.16.0011.9107 (English), 2009-09-27 23:12:22, 11293928 bytes
    Driver: C:\Windows\system32\dpinst.exe, 2.01.0000.0000 (English), 2009-09-27 16:12:22, 930272 bytes
    Driver: C:\Windows\system32\nvapi64.dll, 8.16.0011.9107 (English), 2009-09-27 23:12:22, 1322088 bytes
    Driver: C:\Windows\system32\nvcuda.dll, 8.16.0011.9107 (English), 2009-09-27 23:12:22, 2633320 bytes
    Driver: C:\Windows\system32\nvcuvenc.dll, 8.16.0011.9107 (English), 2009-09-27 23:12:22, 1734248 bytes
    Driver: C:\Windows\system32\nvcuvid.dll, 8.16.0011.9107 (English), 2009-09-27 23:12:22, 2260072 bytes
    Driver: C:\Windows\system32\nvd3dumx.dll, 8.16.0011.9107 (English), 2009-09-27 23:12:22, 9441384 bytes
    Driver: C:\Windows\system32\nvdecodemft.dll, 8.16.0011.9107 (English), 2009-09-27 23:12:22, 335464 bytes
    Driver: C:\Windows\system32\nvdisp.nvu, 2009-09-27 23:12:22, 14646 bytes
    Driver: C:\Windows\system32\nvencodemft.dll, 8.16.0011.9107 (English), 2009-09-27 23:12:22, 2152552 bytes
    Driver: C:\Windows\system32\nvoglv64.dll, 8.16.0011.9107 (English), 2009-09-27 23:12:22, 15387752 bytes
    Driver: C:\Windows\system32\nvudisp.exe, 1.10.0045.0023 (English), 2009-09-27 23:12:22, 541800 bytes
    Driver: C:\Windows\system32\nvwgf2umx.dll, 8.16.0011.9107 (English), 2009-09-27 23:12:22, 4599912 bytes
    Driver: C:\Windows\SysWow64\nvapi.dll, 8.16.0011.9107 (English), 2009-09-27 23:12:22, 1074280 bytes
    Driver: C:\Windows\SysWow64\nvcuda.dll, 8.16.0011.9107 (English), 2009-09-27 23:12:22, 1997416 bytes
    Driver: C:\Windows\SysWow64\nvcuvenc.dll, 8.16.0011.9107 (English), 2009-09-27 23:12:22, 1714792 bytes
    Driver: C:\Windows\SysWow64\nvcuvid.dll, 8.16.0011.9107 (English), 2009-09-27 23:12:22, 2169448 bytes
    Driver: C:\Windows\SysWow64\nvd3dum.dll, 8.16.0011.9107 (English), 2009-09-27 23:12:22, 7614056 bytes
    Driver: C:\Windows\SysWow64\nvdecodemft.dll, 8.16.0011.9107 (English), 2009-09-27 23:12:22, 273000 bytes
    Driver: C:\Windows\SysWow64\nvencodemft.dll, 8.16.0011.9107 (English), 2009-09-27 23:12:22, 1944168 bytes
    Driver: C:\Windows\SysWow64\nvoglv32.dll, 8.16.0011.9107 (English), 2009-09-27 23:12:22, 11197032 bytes
    Driver: C:\Windows\SysWow64\nvwgf2um.dll, 8.16.0011.9107 (English), 2009-09-27 23:12:22, 3310184 bytes
    Driver: C:\Windows\system32\nvcod.dll, 1.06.0007.0062 (English), 2009-09-27 23:12:22, 183912 bytes
    Driver: C:\Windows\system32\nvcod167.dll, 1.06.0007.0062 (English), 2009-09-27 23:12:22, 183912 bytes

    Name: Bridge PCI to PCI standard PCI
    Device ID: PCI\VEN_10DE & DEV_0370 & SUBSYS_CB8410DE & REV_A2\3 & 2411E6FE & 1 & 78
    Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.01.7600.16385 (in English), 13/07/2009-21:45:45, 183872 bytes

    Name: PCI standard RAM controller
    Device ID: PCI\VEN_10DE & DEV_0813 & SUBSYS_C73E10DE & REV_A1\3 & 2411E6FE & 1 & 0C
    Pilot: s/o

    Name: PCI standard RAM controller
    Device ID: PCI\VEN_10DE & DEV_080C & SUBSYS_C73E10DE & REV_B1\3 & 2411E6FE & 1 & 05
    Pilot: s/o

    Name: NVIDIA nForce Serial ATA Controller
    Device ID: PCI\VEN_10DE & DEV_037F & SUBSYS_C73E10DE & REV_A3\3 & 2411E6FE & 1 & 72
    Driver: C:\Windows\system32\DRIVERS\nvstor64.sys, 11.01.0000.0033 (English), 04/08/2009 17:45:54, 241696 bytes
    Driver: C:\Windows\system32\nvraidco.dll, 11.01.0000.0033 (English), 04/08/2009 17:45:56, 402976 bytes
    Driver: C:\Windows\system32\nvraiins.dll, 11.01.0000.0033 (English), 04/08/2009 17:45:56, 402976 bytes
    Driver: C:\Windows\system32\NvRCoDa.dll, 11.01.0000.0033 (Danish), 04/08/2009 17:45:58, 18464 bytes
    Driver: C:\Windows\system32\NvRCoDe.dll, 11.01.0000.0033 (German), 04/08/2009 17:45:58, 18976 bytes
    Driver: C:\Windows\system32\NvRCoEng.dll, 11.01.0000.0033 (English), 04/08/2009-17:46, 17952 bytes
    Driver: C:\Windows\system32\NvRCoENU.dll, 11.01.0000.0033 (English), 04/08/2009-17:46, 17952 bytes
    Driver: C:\Windows\system32\NvRCoEs.dll, 11.01.0000.0033 (Spanish), 04/08/2009-17:46, 18976 bytes
    Driver: C:\Windows\system32\NvRCoEsm.dll, 11.01.0000.0033 (Spanish), 04/08/2009 17:46:02, 18976 bytes
    Driver: C:\Windows\system32\NvRCoFi.dll, 11.01.0000.0033 (Finnish), 04/08/2009 17:46:02, 18464 bytes
    Driver: C:\Windows\system32\NvRCoFr.dll, 11.01.0000.0033 (French), 04/08/2009 17:46:04, 18976 bytes
    Driver: C:\Windows\system32\NvRCoIt.dll, 11.01.0000.0033 (Italian), 04/08/2009 17:46:04, 18976 bytes
    Driver: C:\Windows\system32\NvRCoJa.dll, 11.01.0000.0033 (Japanese), 04/08/2009 17:46:06, 16416 bytes
    Driver: C:\Windows\system32\NvRCoKo.dll, 11.01.0000.0033 (Korean), 04/08/2009 17:46:06, 16416 bytes
    Driver: C:\Windows\system32\NvRCoNl.dll, 11.01.0000.0033 (Dutch), 04/08/2009 17:46:08, 18464 bytes
    Driver: C:\Windows\system32\NvRCoNo.dll, 11.01.0000.0033 (Norwegian (Bokmål)), 04/08/2009 17:46:08, 18464 bytes
    Driver: C:\Windows\system32\NvRCoPtb.dll, 11.01.0000.0033 (Portuguese), 04/08/2009 17:46:10, 18976 bytes
    Driver: C:\Windows\system32\NvRCoRu.dll, 11.01.0000.0033 (Russia), 2009-08-04 17:46:10, 18464 bytes
    Driver: C:\Windows\system32\NvRCoSv.dll, 11.01.0000.0033 (Swedish), 2009-08-04 17:46:12, 18464 bytes
    Driver: C:\Windows\system32\NvRCoZhc.dll, 11.01.0000.0033 (Chinese (Simplified)), 04/08/2009 17:46:12, 15904 bytes
    Driver: C:\Windows\system32\NvRCoZht.dll, 11.01.0000.0033 (Chinese (traditional)), 04/08/2009 17:46:12, 15904 bytes

    Name: Standard double channel PCI IDE Controller
    Device ID: PCI\VEN_10DE & DEV_036E & SUBSYS_C73E10DE & REV_A1\3 & 2411E6FE & 1 & 68
    Pilot: C:\Windows\system32\DRIVERS\pciide.sys, 6.01.7600.16385 (in English), 13/07/2009-21:45:45, 12352 bytes
    Driver: C:\Windows\system32\DRIVERS\pciidex.sys, 6.01.7600.16385 (in English), 2009-07-13 21:45:46, 48720 bytes
    Driver: C:\Windows\system32\DRIVERS\atapi.sys, 6.01.7600.16385 (in English), 2009-07-13 21:52:21, 24128 bytes
    Driver: C:\Windows\system32\DRIVERS\ataport.sys, 6.01.7600.16385 (in English), 2009-07-13 21:52:21, 155728 bytes

    Name: PCI standard RAM controller
    Device ID: PCI\VEN_10DE & DEV_0812 & SUBSYS_C73E10DE & REV_A1\3 & 2411E6FE & 1 & 0b
    Pilot: s/o

    Name: PCI standard RAM controller
    Device ID: PCI\VEN_10DE & DEV_080B & SUBSYS_C73E10DE & REV_A1\3 & 2411E6FE & 1 & 04
    Pilot: s/o

    Name: NVIDIA nForce Serial ATA Controller
    Device ID: PCI\VEN_10DE & DEV_037F & SUBSYS_C73E10DE & REV_A3\3 & 2411E6FE & 1 & 71
    Driver: C:\Windows\system32\DRIVERS\nvstor64.sys, 11.01.0000.0033 (English), 04/08/2009 17:45:54, 241696 bytes
    Driver: C:\Windows\system32\nvraidco.dll, 11.01.0000.0033 (English), 04/08/2009 17:45:56, 402976 bytes
    Driver: C:\Windows\system32\nvraiins.dll, 11.01.0000.0033 (English), 04/08/2009 17:45:56, 402976 bytes
    Driver: C:\Windows\system32\NvRCoDa.dll, 11.01.0000.0033 (Danish), 04/08/2009 17:45:58, 18464 bytes
    Driver: C:\Windows\system32\NvRCoDe.dll, 11.01.0000.0033 (German), 04/08/2009 17:45:58, 18976 bytes
    Driver: C:\Windows\system32\NvRCoEng.dll, 11.01.0000.0033 (English), 04/08/2009-17:46, 17952 bytes
    Driver: C:\Windows\system32\NvRCoENU.dll, 11.01.0000.0033 (English), 04/08/2009-17:46, 17952 bytes
    Driver: C:\Windows\system32\NvRCoEs.dll, 11.01.0000.0033 (Spanish), 04/08/2009-17:46, 18976 bytes
    Driver: C:\Windows\system32\NvRCoEsm.dll, 11.01.0000.0033 (Spanish), 04/08/2009 17:46:02, 18976 bytes
    Driver: C:\Windows\system32\NvRCoFi.dll, 11.01.0000.0033 (Finnish), 04/08/2009 17:46:02, 18464 bytes
    Driver: C:\Windows\system32\NvRCoFr.dll, 11.01.0000.0033 (French), 04/08/2009 17:46:04, 18976 bytes
    Driver: C:\Windows\system32\NvRCoIt.dll, 11.01.0000.0033 (Italian), 04/08/2009 17:46:04, 18976 bytes
    Driver: C:\Windows\system32\NvRCoJa.dll, 11.01.0000.0033 (Japanese), 04/08/2009 17:46:06, 16416 bytes
    Driver: C:\Windows\system32\NvRCoKo.dll, 11.01.0000.0033 (Korean), 04/08/2009 17:46:06, 16416 bytes
    Driver: C:\Windows\system32\NvRCoNl.dll, 11.01.0000.0033 (Dutch), 04/08/2009 17:46:08, 18464 bytes
    Driver: C:\Windows\system32\NvRCoNo.dll, 11.01.0000.0033 (Norwegian (Bokmål)), 04/08/2009 17:46:08, 18464 bytes
    Driver: C:\Windows\system32\NvRCoPtb.dll, 11.01.0000.0033 (Portuguese), 04/08/2009 17:46:10, 18976 bytes
    Driver: C:\Windows\system32\NvRCoRu.dll, 11.01.0000.0033 (Russia), 2009-08-04 17:46:10, 18464 bytes
    Driver: C:\Windows\system32\NvRCoSv.dll, 11.01.0000.0033 (Swedish), 2009-08-04 17:46:12, 18464 bytes
    Driver: C:\Windows\system32\NvRCoZhc.dll, 11.01.0000.0033 (Chinese (Simplified)), 04/08/2009 17:46:12, 15904 bytes
    Driver: C:\Windows\system32\NvRCoZht.dll, 11.01.0000.0033 (Chinese (traditional)), 04/08/2009 17:46:12, 15904 bytes

    Name: Standard enhanced PCI to USB Host Controller
    Device ID: PCI\VEN_10DE & DEV_036D & SUBSYS_C73E10DE & REV_A2\3 & 2411E6FE & 1 59
    Driver: C:\Windows\system32\drivers\usbehci.sys, 6.01.7600.16385 (in English), 13/07/2009-20:06:30, 51200 bytes
    Driver: C:\Windows\system32\drivers\usbport.sys, 6.01.7600.16385 (in English), 2009-07-13 20:06:31, 324608 bytes
    Driver: C:\Windows\system32\drivers\usbhub.sys, 6.01.7600.16385 (in English), 13/07/2009-20:07:09, 343040 bytes

    Name: PCI standard RAM controller
    Device ID: PCI\VEN_10DE & DEV_0811 & SUBSYS_C73E10DE & REV_A1\3 & 2411E6FE & 1 & 0
    Pilot: s/o

    Name: PCI standard RAM controller
    Device ID: PCI\VEN_10DE & DEV_080A & SUBSYS_C73E10DE & REV_A1\3 & 2411E6FE & 1 & 03
    Pilot: s/o

    Name: NVIDIA nForce Serial ATA Controller
    Device ID: PCI\VEN_10DE & DEV_037F & SUBSYS_C73E10DE & REV_A3\3 & 2411E6FE & 1 & 70
    Driver: C:\Windows\system32\DRIVERS\nvstor64.sys, 11.01.0000.0033 (English), 04/08/2009 17:45:54, 241696 bytes
    Driver: C:\Windows\system32\nvraidco.dll, 11.01.0000.0033 (English), 04/08/2009 17:45:56, 402976 bytes
    Driver: C:\Windows\system32\nvraiins.dll, 11.01.0000.0033 (English), 04/08/2009 17:45:56, 402976 bytes
    Driver: C:\Windows\system32\NvRCoDa.dll, 11.01.0000.0033 (Danish), 04/08/2009 17:45:58, 18464 bytes
    Driver: C:\Windows\system32\NvRCoDe.dll, 11.01.0000.0033 (German), 04/08/2009 17:45:58, 18976 bytes
    Driver: C:\Windows\system32\NvRCoEng.dll, 11.01.0000.0033 (English), 04/08/2009-17:46, 17952 bytes
    Driver: C:\Windows\system32\NvRCoENU.dll, 11.01.0000.0033 (English), 04/08/2009-17:46, 17952 bytes
    Driver: C:\Windows\system32\NvRCoEs.dll, 11.01.0000.0033 (Spanish), 04/08/2009-17:46, 18976 bytes
    Driver: C:\Windows\system32\NvRCoEsm.dll, 11.01.0000.0033 (Spanish), 04/08/2009 17:46:02, 18976 bytes
    Driver: C:\Windows\system32\NvRCoFi.dll, 11.01.0000.0033 (Finnish), 04/08/2009 17:46:02, 18464 bytes
    Driver: C:\Windows\system32\NvRCoFr.dll, 11.01.0000.0033 (French), 04/08/2009 17:46:04, 18976 bytes
    Driver: C:\Windows\system32\NvRCoIt.dll, 11.01.0000.0033 (Italian), 04/08/2009 17:46:04, 18976 bytes
    Driver: C:\Windows\system32\NvRCoJa.dll, 11.01.0000.0033 (Japanese), 04/08/2009 17:46:06, 16416 bytes
    Driver: C:\Windows\system32\NvRCoKo.dll, 11.01.0000.0033 (Korean), 04/08/2009 17:46:06, 16416 bytes
    Driver: C:\Windows\system32\NvRCoNl.dll, 11.01.0000.0033 (Dutch), 04/08/2009 17:46:08, 18464 bytes
    Driver: C:\Windows\system32\NvRCoNo.dll, 11.01.0000.0033 (Norwegian (Bokmål)), 04/08/2009 17:46:08, 18464 bytes
    Driver: C:\Windows\system32\NvRCoPtb.dll, 11.01.0000.0033 (Portuguese), 04/08/2009 17:46:10, 18976 bytes
    Driver: C:\Windows\system32\NvRCoRu.dll, 11.01.0000.0033 (Russia), 2009-08-04 17:46:10, 18464 bytes
    Driver: C:\Windows\system32\NvRCoSv.dll, 11.01.0000.0033 (Swedish), 2009-08-04 17:46:12, 18464 bytes
    Driver: C:\Windows\system32\NvRCoZhc.dll, 11.01.0000.0033 (Chinese (Simplified)), 04/08/2009 17:46:12, 15904 bytes
    Driver: C:\Windows\system32\NvRCoZht.dll, 11.01.0000.0033 (Chinese (traditional)), 04/08/2009 17:46:12, 15904 bytes

    Name: OpenHCD Standard USB host controller
    Device ID: PCI\VEN_10DE & DEV_036C & SUBSYS_C73E10DE & REV_A1\3 & 2411E6FE & 1 & 58
    Pilot: C:\Windows\system32\drivers\usbohci.sys, 6.01.7600.16385 (in English), 13/07/2009-20:06:30, 25600 bytes
    Driver: C:\Windows\system32\drivers\usbport.sys, 6.01.7600.16385 (in English), 2009-07-13 20:06:31, 324608 bytes
    Driver: C:\Windows\system32\drivers\usbhub.sys, 6.01.7600.16385 (in English), 13/07/2009-20:07:09, 343040 bytes

    Name: Controller Serial ATA Standard AHCI 1.0
    Device ID: PCI\VEN_197B & DEV_2363 & SUBSYS_015610DE & REV_03\4 & 2C368C89 & 0 & 00A 8
    Driver: C:\Windows\system32\DRIVERS\msahci.sys, 6.01.7600.16385 (in English), 2009-07-13 21:48:27, 30272 bytes
    Driver: C:\Windows\system32\DRIVERS\pciidex.sys, 6.01.7600.16385 (in English), 2009-07-13 21:45:46, 48720 bytes
    Driver: C:\Windows\system32\DRIVERS\atapi.sys, 6.01.7600.16385 (in English), 2009-07-13 21:52:21, 24128 bytes
    Driver: C:\Windows\system32\DRIVERS\ataport.sys, 6.01.7600.16385 (in English), 2009-07-13 21:52:21, 155728 bytes

    Name: PCI standard RAM controller
    Device ID: PCI\VEN_10DE & DEV_0810 & SUBSYS_C73E10DE & REV_A1\3 & 2411E6FE & 1 & 09
    Pilot: s/o

    Name: PCI standard RAM controller
    Device ID: PCI\VEN_10DE & DEV_0809 & SUBSYS_C73E10DE & REV_A1\3 & 2411E6FE & 1 & 02
    Pilot: s/o

    Name: PCI Express standard Root Port
    Device ID: PCI\VEN_10DE & DEV_0374 & SUBSYS_000010DE & REV_A3\3 & 2411E6FE & 1 & A8
    Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.01.7600.16385 (in English), 13/07/2009-21:45:45, 183872 bytes

    Name: PCI standard RAM controller
    Device ID: PCI\VEN_10DE & DEV_0369 & SUBSYS_C73E10DE & REV_A2\3 & 2411E6FE & 1 & 48
    Pilot: s/o

    Name: PCI standard RAM controller
    Device ID: PCI\VEN_10DE & DEV_081A & SUBSYS_C73E10DE & REV_A1\3 & 2411E6FE & 1 0th
    Pilot: s/o

    Name: PCI standard RAM controller
    Device ID: PCI\VEN_10DE & DEV_080F & SUBSYS_C73E10DE & REV_A1\3 & 2411E6FE & 1 & 08
    Pilot: s/o

    Name: PCI standard RAM controller
    Device ID: PCI\VEN_10DE & DEV_0808 & SUBSYS_C73E10DE & REV_A1\3 & 2411E6FE & 1 & 01
    Pilot: s/o

    Name: NVIDIA nForce 10/100/1000 Mbps Ethernet #2
    Device ID: PCI\VEN_10DE & DEV_0373 & SUBSYS_C73E10DE & REV_A3\3 & 2411E6FE & 1 & 90
    Pilot: s/o

    Name: NVIDIA nForce PCI System Management
    Device ID: PCI\VEN_10DE & DEV_0368 & SUBSYS_C73E10DE & REV_A3\3 & 2411E6FE & 1 & 51
    Pilot: s/o

    Name: PCI Express standard Root Port
    Device ID: PCI\VEN_10DE & DEV_0817 & SUBSYS_000010DE & REV_A1\3 & 2411E6FE & 1 & 20
    Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.01.7600.16385 (in English), 13/07/2009-21:45:45, 183872 bytes

    Name: PCI standard RAM controller
    Device ID: PCI\VEN_10DE & DEV_080E & SUBSYS_C73E10DE & REV_A1\3 & 2411E6FE & 1 0F
    Pilot: s/o

    Name: The standard host PCI bridge CPU
    Device ID: PCI\VEN_10DE & DEV_0800 & SUBSYS_C73E10DE & REV_B1\3 & 2411E6FE & 1 & 00
    Pilot: s/o

    ------------------
    DirectShow filters
    ------------------

    DirectShow filters:
    WMAudio Decoder DMO, 0 x 00800800, 1, 1, WMADMOD. DLL, 6.01.7600.16385
    WMAPro over S/PDIF DMO, 0 x 00600800, 1, 1, WMADMOD. DLL, 6.01.7600.16385
    WMSpeech Decoder DMO, 0 x 00600800, 1, 1, WMSPDMOD. DLL, 6.01.7600.16385
    MP3 DMO, 0 x 00600800, 1, 1, mp3dmod.dll, 6.01.7600.16385 decoder
    Mpeg4s decoder DMO, 0 x 00800001, 1, 1, mp4sdecd.dll, 6.01.7600.16385
    Decoder WMV DMO, 0 x 00600800, 1 screen, 1, wmvsdecd.dll, 6.01.7600.16385
    Decoder DMO WMVideo, 0 x 00800001, 1, 1, wmvdecod.dll, 6.01.7600.16385
    Mpeg43 decoder DMO, 0 x 00800001, 1, 1, mp43decd.dll, 6.01.7600.16385
    MPEG4 Decoder DMO, 0 x 00800001, 1, 1, mpg4decd.dll, 6.01.7600.16385
    DV Muxer, 0x00400000, 0, 0, qdv.dll, 6.06.7600.16385
    Converter, 0 x 00400001, 1, 1, quartz.dll, 6.06.7600.16385 color space
    Reader, 0x00400000, 0, 0, qasf.dll, WM ASF 12.00.7600.16385
    Filter, 0 x 00200000, 0, 1, wmpsrcwp.dll, 12.00.7600.16385 screenshot
    AVI Splitter, 0 x 00600000, 1, 1, quartz.dll, 6.06.7600.16385
    VGA 16 color Ditherer, 0 x 00400000, 1, 1, quartz.dll, 6.06.7600.16385
    SBE2MediaTypeProfile, 0 x 00200000, 0, 0, SBE.dll, 6.06.7600.16385
    Microsoft DTV - DVD video Decoder, 0x005fffff, 2, 4, msmpeg2vdec.dll, 6.01.7140.0000
    AC3 parser Filter, 0 x 00600000, 1, 1, mpg2splt.ax, 6.06.7600.16385
    StreamBufferSink, 0 x 00200000, 0, 0, sbe.dll, 6.06.7600.16385
    Microsoft TV legends Decoder, 0 x 00200001, 1, 0, MSTVCapn.dll, 6.01.7600.16385
    MJPEG Decompressor, 0 x 00600000, 1, 1, quartz.dll, 6.06.7600.16385
    CBVA DMO wrapper filter, 0 x 00200000, 1, 1, cbva.dll, 6.01.7600.16385
    MPEG-I Stream Splitter, 0 x 00600000, 1, 2, quartz.dll, 6.06.7600.16385
    Parser, 0 x 00400000, 1, 1, quartz.dll, 6.06.7600.16385 SAMI (CC)
    The IST Codec, 0 x 00600000, 1, 4, VBICodec.ax, 6.06.7600.16385
    MPEG-2 Splitter, 0x005fffff, 1, 0, mpg2splt.ax, 6.06.7600.16385
    Filter, 0 x 00200000, 2, 5, cca.dll, 6.06.7600.16385 analysis of closed captioning
    SBE2FileScan, 0 x 00200000, 0, 0, SBE.dll, 6.06.7600.16385
    Microsoft MPEG-2 video encoding, 0 x 00200000, 1, 1, msmpeg2enc.dll, 6.01.7600.16385
    Renderer, 0 x 00800001, 1, 0, quartz.dll, 6.06.7600.16385 Script command internal
    MPEG Audio Decoder, 0 x 03680001, 1, 1, quartz.dll, 6.06.7600.16385
    DV Splitter, 0 x 00600000, 1, 2, qdv.dll, 6.06.7600.16385
    Video Mixing Renderer 9 0 x 00200000, 1, 0, quartz.dll, 6.06.7600.16385
    Microsoft MPEG - 2 encode, 0 x 00200000, 2, 1, msmpeg2enc.dll, 6.01.7600.16385
    ACM Wrapper, 0 x 00600000, 1, 1, quartz.dll, 6.06.7600.16385
    Video Renderer, 0 x 00800001, 1, 0, quartz.dll, 6.06.7600.16385
    Video stream MPEG - 2 Analyzer, 0 x 00200000, 0, 0, sbe.dll, 6.06.7600.16385
    Line 21 decoder, 0 00600000, 1, 1, x
    Port video Manager, 0 x 00600000, 2, 1, quartz.dll, 6.06.7600.16385
    Video Renderer, 0x00400000, 1, 0, quartz.dll, 6.06.7600.16385
    Decoder, 0 x 00200000 VPS, 0, 0, WSTPager.ax, 6.06.7600.16385
    Writer, 0x00400000, 0, 0, qasf.dll, WM ASF 12.00.7600.16385
    Allocator, 0 x 00600000, 1, 1, vbisurf.ax, 6.01.7600.16385 Surface of VBI
    File writer, 00200000 x 0, 1, 0, qcap.dll, 6.06.7600.16385
    iTV Sink, 0 x 00600000, 1, 0, itvdata.dll, 6.06.7600.16385 data
    iTV to Capture data filter 0 x 00600000, 1, 1, itvdata.dll, 6.06.7600.16385
    DVD Navigator, 0 x 00200000, 0, 3, qdvd.dll, 6.06.7600.16385
    Microsoft TV subtitles Decoder, 0 x 00200001, 1, 0, MSTVCapn.dll, 6.01.7600.16385
    Mixer2, 0 x 00200000, 1, 1, overlay
    RDP DShow Redirection Filter, 0xffffffff, 1, 0, DShowRdpFilter.dll,
    Microsoft MPEG-2 Audio Encoder, 0 x 00200000, 1, 1, msmpeg2enc.dll, 6.01.7600.16385
    Pager, 0 x 00200000, 1, 1, WSTPager.ax, 6.06.7600.16385 WST
    MPEG2 demux, 0 x 00600000, 1, 1, mpg2splt.ax, 6.06.7600.16385
    Decoder, 0 x 00800000, 1, 1, qdv.dll, 6.06.7600.16385 DV video
    SampleGrabber, 0 x 00200000, 1, 1, qedit.dll, 6.06.7600.16385
    Renderer, 00200000 x 0, 1, 0, qedit.dll, 6.06.7600.16385 null
    Tables, 0x005fffff, 1, 0, mpeg2data.ax, 6.06.7600.16385 and MPEG - 2 Sections
    Microsoft AC3 Encoder, 0 x 00200000, 1, 1, msac3enc.dll, 6.01.7600.16385
    StreamBufferSource, 0 x 00200000, 0, 0, sbe.dll, 6.06.7600.16385
    Smart Tee, 0 x 00200000, 1, 2, qcap.dll, 6.06.7600.16385
    Overlay mixer, 0 x 00200000, 0, 0,
    AVI Decompressor, 0 x 00600000, 1, 1, quartz.dll, 6.06.7600.16385
    NetBridge, 00200000 x 0, 2, 0, netbridge.dll, 6.01.7600.16385
    Source, 0 x 00400000, 0, 2, quartz.dll, 6.06.7600.16385 AVI/WAV file
    Parser, 0 x 00400000, 1, 1, quartz.dll, 6.06.7600.16385 wave
    Parser, 0 x 00400000, 1, 1, quartz.dll, 6.06.7600.16385 noon
    Multi-fichier Parser, 0 x 00400000, 1, 1, quartz.dll, 6.06.7600.16385
    File stream renderer, 0x00400000, 1, 1, quartz.dll, 6.06.7600.16385
    Microsoft DTV - DVD Audio Decoder, 0x005fffff, 1, 1, msmpeg2adec.dll, 6.01.7140.0000
    StreamBufferSink2, 0 x 00200000, 0, 0, sbe.dll, 6.06.7600.16385
    AVI Mux, 00200000 x 0, 1, 0, qcap.dll, 6.06.7600.16385
    Line 21 decoder 2, 0 x 00600002, 1, 1, quartz.dll, 6.06.7600.16385
    File Source (Async.), 0 x 00400000, 0, 1, quartz.dll, 6.06.7600.16385
    File Source (URL), 0 x 00400000, 0, 1, quartz.dll, 6.06.7600.16385
    Media Center Extender encryption Filter, 0 x 00200000, 2, 2, Mcx2Filter.dll, 6.01.7600.16385
    Dest, 0 x 00200000, 0, 0, WavDest.dll AudioRecorder WAV,.
    Wave WavDest.dll AudioRecorder form, 0 x 00200000, 0, 0,.,
    SoundRecorder Null Renderer, 0 x 00200000, 0, 0, WavDest.dll,
    Infinite pin Tee Filter, 0 x 00200000, 1, 1, qcap.dll, 6.06.7600.16385
    Renderer, 00200000 x 0, 1, 0, evr.dll, 6.01.7600.16385 improved video
    BDA MPEG2 Transport Information Filter, 0 x 00200000, 2, 0, psisrndr.ax, 6.06.7600.16385
    Decoder, 0 x 40000001, 1, 1, quartz.dll, 6.06.7600.16385 MPEG video

    WDM Streaming Tee/Splitter devices:
    Converter, 0 x 00200000, 1, 1, ksproxy.ax, 6.01.7600.16385 tee/sink - to the-wells

    Video compressors:
    WMVideo8 encoder DMO, 0 x 00600800, 1, 1, wmvxencd.dll, 6.01.7600.16385
    WMVideo9 encoder DMO, 0 x 00600800, 1, 1, wmvencod.dll, 6.01.7600.16385
    Encoder 9 MSScreen DMO, 0 x 00600800, 1, 1, wmvsencd.dll, 6.01.7600.16385
    Encode, 0 x 00200000, 0, 0, qdv.dll, 6.06.7600.16385 DV video
    MJPEG Compressor, 0 x 00200000, 0, 0, quartz.dll, 6.06.7600.16385

    Audio compressors:
    WM Encoder DMO speech, 0 00600800, 1, 1, x WMSPDMOE. DLL, 6.01.7600.16385
    WMAudio encoder DMO, 0 x 00600800, 1, 1, WMADMOE. DLL, 6.01.7600.16385
    IMA ADPCM, 0 x 00200000, 1, 1, quartz.dll, 6.06.7600.16385
    PCM, 0 x 00200000, 1, 1, quartz.dll, 6.06.7600.16385
    Microsoft ADPCM, 0 x 00200000, 1, 1, quartz.dll, 6.06.7600.16385
    GSM 6.10, 0 x 00200000, 1, 1, quartz.dll, 6.06.7600.16385
    CCITT A - Law, 0 x 00200000, 1, 1, quartz.dll, 6.06.7600.16385
    CCITT u - Law, 0 x 00200000, 1, 1, quartz.dll, 6.06.7600.16385
    MPEG Layer-3, 0 x 00200000, 1, 1, quartz.dll, 6.06.7600.16385

    Audio Capture sources:
    Microphone (Realtek High defined, 0 x 00200000, 0, 0, qcap.dll, 6.06.7600.16385)
    Realtek Digital Input (Realtek, 0 x 00200000, 0, 0, qcap.dll, 6.06.7600.16385)

    PBDA CP filters:
    PBDA DTFilter, 0 x 00600000, 1, 1, CPFilters.dll, 6.06.7600.16385
    ETFilter, 0 x 00200000 PBDA, 0, 0, CPFilters.dll, 6.06.7600.16385
    PTFilter, 0 x 00200000 PBDA, 0, 0, CPFilters.dll, 6.06.7600.16385

    Midi converters:
    Default MidiOut Device, 0 x 00800000, 1, 0, quartz.dll, 6.06.7600.16385
    Synth, 00200000 x 0, 1, 0, quartz.dll, 6.06.7600.16385 Microsoft GS Wavetable

    WDM Streaming Capture devices:
    Realtek HD Digital input, 0 x 00200000, 1, 1, ksproxy.ax, 6.01.7600.16385
    Realtek HD Audio Line input, 0 x 00200000, 1, 1, ksproxy.ax, 6.01.7600.16385
    Realtek HD Audio Mic input, 0 x 00200000, 1, 1, ksproxy.ax, 6.01.7600.16385
    Realtek HD Audio stereo input, 0 x 00200000, 1, 1, ksproxy.ax, 6.01.7600.16385

    WDM Streaming making devices:
    Realtek HD Audio output, 0 x 00200000, 1, 1, ksproxy.ax, 6.01.7600.16385
    HDA Realtek HDMI Out, 0 x 00200000, 1, 1, ksproxy.ax, 6.01.7600.16385
    Realtek HDA SPDIF Out, 0 x 00200000, 1, 1, ksproxy.ax, 6.01.7600.16385

    BDA network providers:
    Provider, 0 x 00200000, 0, 1, MSDvbNP.ax, 6.06.7600.16385 Microsoft ATSC network
    DVBC Microsoft Network Provider, 0 x 00200000, 0, 1, MSDvbNP.ax, 6.06.7600.16385
    Provider, 0 x 00200000, 0, 1, MSDvbNP.ax, network 6.06.7600.16385 Microsoft DVBS
    Provider, 0 x 00200000, 0, 1, MSDvbNP.ax, 6.06.7600.16385 network Microsoft t
    Microsoft Network Provider, 0 x 00200000, 0, 1, MSNP.ax, 6.06.7600.16385

    Multiple instances Codecs VBI Capable:
    The IST Codec, 0 x 00600000, 1, 4, VBICodec.ax, 6.06.7600.16385

    BDA Transport Information converters:
    BDA MPEG2 Transport Information Filter 0 x 00600000, 2, 0, psisrndr.ax, 6.06.7600.16385
    Tables, 0 x 00600000, 1, 0, mpeg2data.ax, 6.06.7600.16385 and MPEG - 2 Sections

    CP/CA BDA filters:
    Decrypt/Tag,0x00600000,1,1,EncDec.dll,6.06.7600.16385
    Encrypt/Tag,0x00200000,0,0,EncDec.dll,6.06.7600.16385
    PTFilter, 0 x 00200000, 0, 0, EncDec.dll, 6.06.7600.16385
    XDS Codec, 0 x 00200000, 0, 0, EncDec.dll, 6.06.7600.16385

    WDM Streaming transformations of the Communication:
    Converter, 0 x 00200000, 1, 1, ksproxy.ax, 6.01.7600.16385 tee/sink - to the-wells

    Audio converters:
    Speakers (Realtek High Definiti, 00200000 x 0, 1, 0, quartz.dll, 6.06.7600.16385)
    DirectSound Device, 0 x 00800000, 1, 0, quartz.dll, default 6.06.7600.16385
    Default WaveOut Device, 0 x 00200000, 1, 0, quartz.dll, 6.06.7600.16385
    DirectSound: Realtek Digital Output (Realtek High definition Audio), 0 x 00200000, 1, 0, quartz.dll, 6.06.7600.16385
    DirectSound: Realtek HDMI Output (Realtek High definition Audio), 0 x 00200000, 1, 0, quartz.dll, 6.06.7600.16385
    DirectSound: Speakers (Realtek High definition Audio), 0 x 00200000, 1, 0, quartz.dll, 6.06.7600.16385
    Realtek Digital Output (Realtek, 00200000 x 0, 1, 0, quartz.dll, 6.06.7600.16385)
    Realtek HDMI Output (Realtek Hi, 00200000 x 0, 1, 0, quartz.dll, 6.06.7600.16385)

    ---------------
    EVR power information
    ---------------
    Current value: {5C67A112-A4C9-483F-B4A7-1D473BECAFDC} (quality)
    Quality indicators: 2576
    Activated:
    Limitation of the force
    That allow half deinterlace
    Allow the scaling
    Decode power usage: 100
    Balanced flags: 1424
    Activated:
    Limitation of the force
    Allow batch processing
    Force half deinterlace
    Force the scaling
    Decode power usage: 50
    PowerFlags: 1424
    Activated:
    Limitation of the force
    Allow batch processing
    Force half deinterlace
    Force the scaling
    Decode power usage: 0

    Tracejen,
    I am also under Windows 7 64-bit and WoW.  I've not seen any problems with him myself.  Have you had this problem in any other place, or is it just for WoW?  You run the game to what resolution\level of detail?  Are the vents on your own PC and fans are you running properly?

    This is so a few things to try.
    If you only see this in WoW, you play other games?  If you do not really play anything else (except perhaps lonely like me) then go download a demo of a graphics intense game.  Something like Crysis or Batman Arkham Asylum (just a few suggestions), just try something that will be your tax system.  Then run this demo for a while and see what happens.  If it crashes with another game then I suggest that consider you the possibility of your system overheating.  If it crashes with another game, then remove the computer cover and blow a fan at home if possible.

    If the lock upwards continues to happen only in WoW then you need to check with their support to see if they are aware of this situation.

    Mike - Engineer Support Microsoft Answers
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • WARNING: DirectX Acceleration is not activate, Windows 7 64 bit

    I have an ATI 4870 running windows 7 the problem that I am running is that DirectX acceleration is not being seen.  Now my other programs (32-bit) running their own Accelerator do not have this problem (as my Blu - ray).  Now the same software programs works perfectly under XP and Vista with 32 and 64 bit. :)  Running dxdiag show, the 3D accelerator has been activated will include these reading at the end of this message.  On a backup drive, I even downloaded DirectX 9.c to see if that might solve the problem but it didn't.  Hard drive has been erased and reloaded on July 12, including all patches before the software was loaded and still does not work.  My Windows experience index is:
    Processor: 7.3
    Memory: 7.4
    Graphics (Aero): 6.8
    Chart (game): 6.8
    Hard disk: 5.9

    DXdiags 32-bit:
    ------------------
    Information System
    ------------------
    Time of this report: 07-13-2009, 08:33:38
    Computer name: BLACKDRAGON
    Operating system: Windows 7 Ultimate 64-bit (6.1, Build 7100) (7100.winmain_win7rc.090421 - 1700)
    Language: English (regional setting: English)
    System manufacturer: BIOSTAR Group
    System model: TA790GX 128M
    BIOS: Default system BIOS
    Processor: AMD Athlon (TM) II X 4 940 processor (4 CPUs), ~3.0GHz
    Memory: RAM 8192MB
    Available OS memory: 8192MB RAM
    Page file: 1366MB used, 15014 MB of available space
    Windows Dir: C:\Windows
    DirectX version: DirectX 11
    DX setup parameters: not found
    DPI setting: Using System DPI
    System DPI setting: 96 DPI (100%)
    DWM DPI Scaling: disabled
    DxDiag Version: 6.01.7100.0000 32 bit Unicode

    ------------
    DxDiag Notes
    ------------
    Display 1 tab: No problems found.
    Sound tab 1: No problems found.
    2 Audio tab: No problems found.
    3 Audio tab: No problems found.
    Input tab: no problems found.

    --------------------
    DirectX Debug levels
    --------------------
    Direct3D: 0/4 (detail)
    DirectDraw: 0/4 (detail)
    DirectInput: 0/5 (retail)
    DirectMusic: 0/5 (retail)
    DirectPlay: 0/9 (detail)
    DirectSound: 0/5 (retail)
    DirectShow: 0/6 (detail)

    ---------------
    Display devices
    ---------------
    Card name: ATI Radeon HD 4800 Series
    Manufacturer: ATI Technologies Inc.
    Track type: processor ATI Radeon Graphics (0 x 9440)
    DAC type: DAC (400 MHz) internal
    The device key: Enum\PCI\VEN_1002 & DEV_9440 & SUBSYS_02781043 & REV_00
    Memory display: 4083 MB
    Dedicated memory: 1015 MB
    Shared memory: 3067 MB
    Current mode: 1920 x 1200 (32 bit) (59Hz)
    Name of the monitor: SyncMaster T260, SyncMaster Magic T260 (Digital)
    Monitor model: SyncMaster
    Monitor ID: SAM03E7
    Native mode: 1920 x 1200 (59,950 Hz)
    Output type: DVI
    Driver name: atiumd64.dll, atidxx64.dll, atiumdag, atidxx32, atiumdva, atiumd6a.cap, atitmm64.dll
    The driver file version: 8.14.0010.0671 (English)
    Driver version: 8.620.0.0
    DDI Version: 10.1
    : Model WDDM 1.1 driver
    Driver attributes: Final retail
    Format/driver Date: 2009-05-15 22:03:58, 3987456 bytes
    WHQL Logo would be: n/a
    WHQL Date stamp: n/a
    The instrument identifier: {D7B71EE2-D700-11CF-6C71-7222A1C2C535}
    Vendor ID: 0 x 1002
    Device ID: 0 x 9440
    SubSys ID: 0 x 02781043
    Revision ID: 0x0000
    Strong name of the driver: oem10.inf:ATI. Mfg.NTamd64.6.1:ati2mtag_R7X:8.620.0.0:pci\ven_1002&dev_9440
    The driver rating: 00E62001
    Video Accel: ModeMPEG2_A ModeMPEG2_C
    Deinterlace caps: {6E8329FF-B642-418B-BCF0-BCB6591E255F}: caps Frames(Prev/Fwd/Back) = (0,0,1) (In/Out) Format (YUY2, YUY2) = VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
    {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: caps Frames(Prev/Fwd/Back) = (0,0,0) (In/Out) Format (YUY2, YUY2) = VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
    {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: caps Frames(Prev/Fwd/Back) = (0,0,0) Format (In/Out) = (YUY2, YUY2) = VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
    {6E8329FF-B642-418B-BCF0-BCB6591E255F}: caps Frames(Prev/Fwd/Back) = (0,0,1) (In/Out) Format (UYVY, UYVY) = VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
    {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: caps Frames(Prev/Fwd/Back) = (0,0,0) (In/Out) Format (UYVY, UYVY) = VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
    {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: caps Frames(Prev/Fwd/Back) = (0,0,0) Format (In/Out) = (UYVY, UYVY) = VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
    {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format (In/Out) (YV12, 0 x 32315659) = Frames(Prev/Fwd/Back) = (0,0,0) Caps
    {3C5323C1-6FB7-44F5-9081-056BF2EE449D}: caps Frames(Prev/Fwd/Back) = (0,0,2) (In/Out) Format (NV12, 0x3231564e) = VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
    {552C0DAD-CCBC-420B-83C8-74943CF9F1A6}: caps Frames(Prev/Fwd/Back) = (0,0,2) (In/Out) Format (NV12, 0x3231564e) = VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
    {6E8329FF-B642-418B-BCF0-BCB6591E255F}: caps Frames(Prev/Fwd/Back) = (0,0,1) (In/Out) Format (NV12, 0x3231564e) = VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
    {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: caps Frames(Prev/Fwd/Back) = (0,0,0) (In/Out) Format (NV12, 0x3231564e) = VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
    {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: caps Frames(Prev/Fwd/Back) = (0,0,0) (In/Out) Format (NV12, 0x3231564e) = 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: Unsupported
    DXVA-HD: not supported
    DDraw status: enabled
    D3D status: enabled
    AGP status: enabled

    -------------
    Sound Devices
    -------------
    Description: Speakers (Creative SB X - Fi)
    Default audio playback: Yes
    Default voice playback: Yes
    Hardware ID: PCI\VEN_1102 & DEV_000B & SUBSYS_00431102 & REV_03
    Manufacturer ID: 1
    Product ID: 100
    Type: WDM
    Driver name: ctaud2k.sys don't
    Driver version: 6.00.0001.1347 (English)
    Driver attributes: Final retail
    WHQL Logo would be: n/a
    Date and size: 20/04/2009 14:42:46, 696984 bytes
    Other files:
    Driver provider: creative
    HW Accel level: basic
    Cap flags: 0xF1F
    Min/Max sample rate: 100, 200000
    Mix beef static/Strm HW: 1, 0
    Static/Strm HW 3D steers: 0, 0
    HW memory: 0
    Management of the voice: No.
    Listen/Src/EAX (TM) 2.0: No, no
    Listen/Src/I3DL2 (TM): No, no
    Sensaura (TM) ZoomFX (tm): No.

    Description: Digital Audio (SPDIF) (Audio device high definition)
    Default audio playback: No.
    Default voice playback: no
    Hardware ID: HDAUDIO\FUNC_01 & VEN_10EC & DEV_0888 & SUBSYS_10EC0888 & REV_1000
    Manufacturer ID: 1
    Product ID: 65535
    Type: WDM
    Driver name: HdAudio.sys
    Driver version: 6.01.7100.0000 (in English)
    Driver attributes: Final retail
    WHQL Logo would be: n/a
    Date and size: 21/04/2009-23:15:37, 350208 bytes
    Other files:
    Driver provider: Microsoft
    HW Accel level: basic
    Cap flags: 0xF1F
    Min/Max sample rate: 100, 200000
    Mix beef static/Strm HW: 1, 0
    Static/Strm HW 3D steers: 0, 0
    HW memory: 0
    Management of the voice: No.
    Listen/Src/EAX (TM) 2.0: No, no
    Listen/Src/I3DL2 (TM): No, no
    Sensaura (TM) ZoomFX (tm): No.

    Description: SPDIF Out (Creative SB X - Fi)
    Default audio playback: No.
    Default voice playback: no
    Hardware ID: PCI\VEN_1102 & DEV_000B & SUBSYS_00431102 & REV_03
    Manufacturer ID: 1
    Product ID: 100
    Type: WDM
    Driver name: ctaud2k.sys don't
    Driver version: 6.00.0001.1347 (English)
    Driver attributes: Final retail
    WHQL Logo would be: n/a
    Date and size: 20/04/2009 14:42:46, 696984 bytes
    Other files:
    Driver provider: creative
    HW Accel level: basic
    Cap flags: 0xF1F
    Min/Max sample rate: 100, 200000
    Mix beef static/Strm HW: 1, 0
    Static/Strm HW 3D steers: 0, 0
    HW memory: 0
    Management of the voice: No.
    Listen/Src/EAX (TM) 2.0: No, no
    Listen/Src/I3DL2 (TM): No, no
    Sensaura (TM) ZoomFX (tm): No.

    ---------------------
    Sound Capture devices
    ---------------------
    Description: Microphone (USB Audio device)
    Capture audio by default: Yes
    Default voice Capture: Yes
    Driver name: USBAUDIO.sys
    Driver version: 6.01.7100.0000 (in English)
    Driver attributes: Final retail
    Date and size: 2009-04-21 23:15:18, 109568 bytes
    Cap flags: 0x1
    Format flags: 0xFFFFF

    Description: Digital-In (Creative SB X - Fi)
    Capture audio by default: No.
    Default voice Capture: No.
    Driver name: ctaud2k.sys don't
    Driver version: 6.00.0001.1347 (English)
    Driver attributes: Final retail
    Date and size: 20/04/2009 14:42:46, 696984 bytes
    Cap flags: 0x1
    Format flags: 0xFFFFF

    Description: "what U Hear" (Creative SB X - Fi)
    Capture audio by default: No.
    Default voice Capture: No.
    Driver name: ctaud2k.sys don't
    Driver version: 6.00.0001.1347 (English)
    Driver attributes: Final retail
    Date and size: 20/04/2009 14:42:46, 696984 bytes
    Cap flags: 0x1
    Format flags: 0xFFFFF

    Description: Micro FP (Creative SB X - Fi)
    Capture audio by default: No.
    Default voice Capture: No.
    Driver name: ctaud2k.sys don't
    Driver version: 6.00.0001.1347 (English)
    Driver attributes: Final retail
    Date and size: 20/04/2009 14:42:46, 696984 bytes
    Cap flags: 0x1
    Format flags: 0xFFFFF

    Description: Digital Audio (SPDIF) (Audio device high definition)
    Capture audio by default: No.
    Default voice Capture: No.
    Driver name: HdAudio.sys
    Driver version: 6.01.7100.0000 (in English)
    Driver attributes: Final retail
    Date and size: 21/04/2009-23:15:37, 350208 bytes
    Cap flags: 0x1
    Format flags: 0xFFFFF

    -------------------
    DirectInput devices
    -------------------
    Device name: mouse
    Joint: 1
    Controller ID: n/a
    Vendor/product ID: n/a
    FF driver: n/a

    Device name: keyboard
    Joint: 1
    Controller ID: n/a
    Vendor/product ID: n/a
    FF driver: n/a

    Device name: American Power Conversion USB UPS
    Joint: 1
    Controller ID: 0 x 0
    Suppliers of products/ID: 0x051D, 0x0002
    FF driver: n/a

    Poll w / Interrupt: No.

    -----------
    USB devices
    -----------
    + USB root hub
    | Suppliers of products/ID: 0 x 1002, 0 x 4398
    | Matching Device ID: usb\root_hub
    | Service: usbhub

    ----------------
    Gameport devices
    ----------------

    ------------
    PS/2 devices
    ------------
    + PS/2 standard keyboard
    | Matching Device ID: * pnp0303
    | Service: i8042prt
    |
    + Server terminal keyboard driver
    | Matching Device ID: root\rdp_kbd
    | High filters: kbdclass
    | Service: TermDD
    |
    + Microsoft PS/2 mouse
    | Matching Device ID: * pnp0f03
    | Service: i8042prt
    |
    + USB Logitech TrackMan Wheel
    | Suppliers of products/ID: 0x046D, 0xC404
    | Matching device ID: hid\vid_046d & pid_c404
    | Service: me
    |
    + Terminal Server mouse driver
    | Matching Device ID: root\rdp_mou
    | High filters: mouclass
    | Service: TermDD

    ------------------------
    Disk & CD-ROM/DVD-ROM readers
    ------------------------
    Drive: C:
    Free space: 880,8 GB
    Total space: 953,8 GB
    File system: NTFS
    Model: ST31000333AS ATA Device

    Drive: D:
    Model: TSSTcorp CDDVDW SH-S203N ATA Device
    Driver: c:\windows\system32\drivers\cdrom.sys, 6.01.7100.0013 (in English), 0 bytes

    Drive: E:
    Model: HL-DT-ST BDDVDRW GGC - H20L ATA Device
    Driver: c:\windows\system32\drivers\cdrom.sys, 6.01.7100.0013 (in English), 0 bytes

    --------------
    System devices
    --------------
    Name: The standard host PCI bridge CPU
    Device ID: PCI\VEN_1022 & DEV_1204 & SUBSYS_00000000 & REV_00\3 & 267A616A & 0 & C4
    Pilot: s/o

    Name: PCI standard ISA bridge
    Device ID: PCI\VEN_1002 & DEV_439D & SUBSYS_37001565 & REV_00\3 & 267A616A & 0 & A3
    Pilot: s/o

    Name: Standard enhanced PCI to USB Host Controller
    Device ID: PCI\VEN_1002 & DEV_4396 & SUBSYS_37001565 & REV_00\3 & 267A616A & 0 & 92
    Pilot: s/o

    Name: The standard host PCI bridge CPU
    Device ID: PCI\VEN_1022 & DEV_1203 & SUBSYS_00000000 & REV_00\3 & 267A616A & 0 & C3
    Pilot: s/o

    Name: Standard double channel PCI IDE Controller
    Device ID: PCI\VEN_1002 & DEV_439C & SUBSYS_439C1002 & REV_00\3 & 267A616A & 0 & A1
    Pilot: s/o

    Name: Standard double channel PCI IDE Controller
    Device ID: PCI\VEN_1002 & DEV_4390 & SUBSYS_37001565 & REV_00\3 & 267A616A & 0 & 88
    Pilot: s/o

    Name: Creative SB X - Fi
    Device ID: PCI\VEN_1102 & DEV_000B & SUBSYS_00431102 & REV_03\4 & 7B2CFF4 & 0 & 0028
    Pilot: s/o

    Name: The standard host PCI bridge CPU
    Device ID: PCI\VEN_1022 & DEV_1202 & SUBSYS_00000000 & REV_00\3 & 267A616A & 0 & C2
    Pilot: s/o

    Name: OpenHCD Standard USB host controller
    Device ID: PCI\VEN_1002 & DEV_4399 & SUBSYS_37001565 & REV_00\3 & 267A616A & 0 & A5
    Pilot: s/o

    Name: ATI i/o Communications Processor SMBus Controller
    Device ID: PCI\VEN_1002 & DEV_4385 & SUBSYS_37001565 & REV_3A\3 & 267A616A & 0 & A0
    Pilot: s/o

    Name: Realtek RTL8168C (P) / 8111C (P) Family PCI - E Gigabit Ethernet NIC (NDIS 6.20)
    Device ID: PCI\VEN_10EC & DEV_8168 & SUBSYS_23071565 & REV_02\4 & 32CBD392 & 0 & 0038
    Pilot: s/o

    Name: The standard host PCI bridge CPU
    Device ID: PCI\VEN_1022 & DEV_1201 & SUBSYS_00000000 & REV_00\3 & 267A616A & 0 & C1
    Pilot: s/o

    Name: OpenHCD Standard USB host controller
    Device ID: PCI\VEN_1002 & DEV_4398 & SUBSYS_37001565 & REV_00\3 & 267A616A & 0 & 99
    Pilot: s/o

    Name: ATI i/o Communications Processor PCI Bus controller
    Device ID: PCI\VEN_1002 & DEV_4384 & SUBSYS_00000000 & REV_00\3 & 267A616A & 0 & A4
    Pilot: s/o

    Name: Bridge PCI to PCI standard PCI
    Device ID: PCI\VEN_1022 & DEV_9607 & SUBSYS_96001022 & REV_00\3 & 267A616A & 0 & 38
    Pilot: s/o

    Name: The standard host PCI bridge CPU
    Device ID: PCI\VEN_1022 & DEV_1200 & SUBSYS_00000000 & REV_00\3 & 267A616A & 0 & C0
    Pilot: s/o

    Name: OpenHCD Standard USB host controller
    Device ID: PCI\VEN_1002 & DEV_4398 & SUBSYS_37001565 & REV_00\3 & 267A616A & 0 & 91
    Pilot: s/o

    Name: High Definition Audio Controller
    Device ID: PCI\VEN_1002 & DEV_4383 & SUBSYS_820F1565 & REV_00\3 & 267A616A & 0 & A2
    Pilot: s/o

    Name: Bridge PCI to PCI standard PCI
    Device ID: PCI\VEN_1022 & DEV_9605 & SUBSYS_96001022 & REV_00\3 & 267A616A & 0 & 28
    Pilot: s/o

    Name: High Definition Audio Controller
    Device ID: PCI\VEN_1002 & DEV_AA30 & SUBSYS_AA301043 & REV_00\4 & 204EAC5 & 0 & 0110
    Pilot: s/o

    Name: OpenHCD Standard USB host controller
    Device ID: PCI\VEN_1002 & DEV_4397 & SUBSYS_37001565 & REV_00\3 & 267A616A & 0 & 98
    Pilot: s/o

    Name: Bridge PCI to PCI standard PCI
    Device ID: PCI\VEN_1022 & DEV_9603 & SUBSYS_96001022 & REV_00\3 & 267A616A & 0 & 10
    Pilot: s/o

    Name: ATI Radeon HD 4800 Series
    Device ID: PCI\VEN_1002 & DEV_9440 & SUBSYS_02781043 & REV_00\4 & 204EAC5 & 0 & 0010
    Pilot: s/o

    Name: OpenHCD Standard USB host controller
    Device ID: PCI\VEN_1002 & DEV_4397 & SUBSYS_37001565 & REV_00\3 & 267A616A & 0 & 90
    Pilot: s/o

    Name: The standard host PCI bridge CPU
    Device ID: PCI\VEN_1022 & DEV_9600 & SUBSYS_96001022 & REV_00\3 & 267A616A & 0 & 00
    Pilot: s/o

    Name: ATI Unified Driver Avstreams
    Device ID: PCI\VEN_1002 & DEV_4D50 & SUBSYS_A6981002 & REV_00\4 & 2966AB86 & 0 & 30A 4
    Pilot: s/o

    Name: Standard enhanced PCI to USB Host Controller
    Device ID: PCI\VEN_1002 & DEV_4396 & SUBSYS_37001565 & REV_00\3 & 267A616A & 0 & 9a
    Pilot: s/o

    ------------------
    DirectShow filters
    ------------------

    DirectShow filters:
    WMAudio Decoder DMO, 0 x 00800800, 1, 1, WMADMOD. DLL, 6.01.7100.0000
    WMAPro over S/PDIF DMO, 0 x 00600800, 1, 1, WMADMOD. DLL, 6.01.7100.0000
    WMSpeech Decoder DMO, 0 x 00600800, 1, 1, WMSPDMOD. DLL, 6.01.7100.0000
    MP3 DMO, 0 x 00600800, 1, 1, mp3dmod.dll, 6.01.7100.0000 decoder
    Mpeg4s decoder DMO, 0 x 00800001, 1, 1, mp4sdecd.dll, 6.01.7100.0000
    Decoder WMV DMO, 0 x 00600800, 1 screen, 1, wmvsdecd.dll, 6.01.7100.0000
    Decoder DMO WMVideo, 0 x 00800001, 1, 1, wmvdecod.dll, 6.01.7100.0000
    Mpeg43 decoder DMO, 0 x 00800001, 1, 1, mp43decd.dll, 6.01.7100.0000
    MPEG4 Decoder DMO, 0 x 00800001, 1, 1, mpg4decd.dll, 6.01.7100.0000
    Decoder, 00200000 x 0, 1, 0, ArcText.ax, 1.00.0000.0061 the subtitle of ArcSoft
    ArcSoft Vorbis Decoder, 0 x 00600000, 1, 1, AsOggDS.ax, 1.00.0000.0003
    Encode, 0 00600000, 1, 1, x atimcenc.dll, 10.05.0000.40515 ATI Media Center video
    BDMV ArcSoft PGFilter, 0 x 00200000, 2, 1, PGFilter.ax, 1.01.0000.0018
    ArcSoft HDDVD subpicture Decoder, 0 x 00200000, 1, 1, SubPicDecoder.ax, 1.00.0000.0015
    ArcSoft Matroska Source, 0 x 00600000, 0, 0, AsMatroskaSplitter.ax, 1.00.0000.0004
    ATI Ticker, 0 x 00200000, 0, 1, Ticker.ax,.
    DV Muxer, 0x00400000, 0, 0, qdv.dll, 6.06.7100.0000
    ArcSoft Matroska Splitter, 0 x 00600000, 1, 1, AsMatroskaSplitter.ax, 1.00.0000.0004
    Converter, 0 x 00400001, 1, 1, quartz.dll, 6.06.7100.0000 color space
    Reader, 0x00400000, 0, 0, qasf.dll, WM ASF 12.00.7100.0000
    AAFC DivX Decoder, 0 x 00800000, 1, 1, daac.ax, 7.01.0000.0010
    Filter, 0 x 00200000, 0, 1, wmpsrcwp.dll, 12.00.7100.0000 screenshot
    ArcSoft Audio decoder HD, 0 x 00200000, 1, 1, ASAudioHD.ax, 1.03.0002.0060
    AVI Splitter, 0 x 00600000, 1, 1, quartz.dll, 6.06.7100.0000
    ArcSoft Audio Decoder, 0 x 00200000, 1, 1, ASAudio.ax, 1.04.0000.0002
    VGA 16 color Ditherer, 0 x 00400000, 1, 1, quartz.dll, 6.06.7100.0000
    ArcSoft Matroska Muxer, 0 x 00200000, 1, 1, AsMatroskaMuxer.ax, 1.00.0000.0004
    SBE2MediaTypeProfile, 0 x 00200000, 0, 0, SBE.dll, 6.06.7100.0000
    ArcSoft PutDataSample Filter 1.0, 0 x 00200000, 1, 1, ArcPutDataSample.ax, 1.00.0000.0005
    Microsoft DTV - DVD video Decoder, 0x005fffff, 2, 4, msmpeg2vdec.dll, 6.01.7075.0000
    ArcSoft RealMedia Splitter, 0 x 00600000, 1, 1, RealMediaSplitter.ax, 1.00.0000.0005
    AC3 parser Filter, 0 x 00600000, 1, 1, mpg2splt.ax, 6.06.7100.0000
    StreamBufferSink, 0 x 00200000, 0, 0, sbe.dll, 6.06.7100.0000
    MJPEG Decompressor, 0 x 00600000, 1, 1, quartz.dll, 6.06.7100.0000
    MPEG-I Stream Splitter, 0 x 00600000, 1, 2, quartz.dll, 6.06.7100.0000
    Parser, 0 x 00400000, 1, 1, quartz.dll, 6.06.7100.0000 SAMI (CC)
    BDAV ArcSoft Navigator, 0 x 00600000, 0, 5, BDAVNav.ax, 1.00.0000.0050
    The IST Codec, 0 x 00600000, 1, 4, VBICodec.ax, 6.06.7100.0000
    MPEG-2 Splitter, 0x005fffff, 1, 0, mpg2splt.ax, 6.06.7100.0000
    ArcSoft RealMedia Decoder, 0 x 00600000, 1, 1, RealVideoDecoder.ax, 1.00.0000.0005 video
    Filter, 0 x 00200000, 2, 5, cca.dll, 6.06.7100.0000 analysis of closed captioning
    SBE2FileScan, 0 x 00200000, 0, 0, SBE.dll, 6.06.7100.0000
    Microsoft MPEG-2 video encoding, 0 x 00200000, 1, 1, msmpeg2enc.dll, 6.01.7100.0018
    ArcSoft GetDataSample Filter 1.0, 0 x 00200000, 1, 1, ArcGetDataSample.ax, 1.00.0000.0013
    Renderer, 0 x 00800001, 1, 0, quartz.dll, 6.06.7100.0000 Script command internal
    MPEG Audio Decoder, 0 x 03680001, 1, 1, quartz.dll, 6.06.7100.0000
    MMACE ProcAmp, 0 x 00200000, 0, 2, MMACEFilters.dll,.
    DV Splitter, 0 x 00600000, 1, 2, qdv.dll, 6.06.7100.0000
    Video Mixing Renderer 9 0 x 00200000, 1, 0, quartz.dll, 6.06.7100.0000
    Encode, 0 00600000, 1, 1, x atimcenc.dll, 10.05.0000.40515 ATI Audio Media Center
    BDMV ArcSoft IGFilter, 0 x 00200000, 1, 1, IGFilter.ax, 1.00.0028.0040
    Microsoft MPEG - 2 encode, 0 x 00200000, 2, 1, msmpeg2enc.dll, 6.01.7100.0018
    ACM Wrapper, 0 x 00600000, 1, 1, quartz.dll, 6.06.7100.0000
    Video Renderer, 0 x 00800001, 1, 0, quartz.dll, 6.06.7100.0000
    VFW sample Grabber, 0 x 00200000, 1, 1, P1370Vfw.dll, 1.01.0001.6784
    Video stream MPEG - 2 Analyzer, 0 x 00200000, 0, 0, sbe.dll, 6.06.7100.0000
    Multiplex, 0 x 00400000, 2, 1, atimcenc.dll, 10.05.0000.40515 ATI Media Center
    Line 21 Decoder, 0 x 00600000, 1, 1, qdvd.dll, 6.06.7100.0000
    ArcSoft Deinterlace, 0 x 00200000, 1, 1, deinterlace.ax, 1.00.0001.0007
    Port video Manager, 0 x 00600000, 2, 1, quartz.dll, 6.06.7100.0000
    DivX H.264 Decoder, 0 x 00800000, 1, 1, DivXDecH264.ax, 8.02.0000.0026
    Video Renderer, 0x00400000, 1, 0, quartz.dll, 6.06.7100.0000
    VFW Render Filter, 0 x 00200000 Null, 1, 0, P1370Vfw.dll, 1.01.0001.6784
    ArcSoft WST Decoder, 00200000 x 0, 1, 0, ArcText.ax, 1.00.0000.0061
    HD, 0 x 00200000, 1, 1, ASAudioEffectHD.ax, 1.00.0001.0022 Audio of ArcSoft effect
    Decoder DivX Filter, 0xff800000, 1, 1, divxdec.ax, 6.03.0000.0085
    Decoder, 0 x 00200000 VPS, 0, 0, WSTPager.ax, 6.06.7100.0000
    Writer, 0x00400000, 0, 0, qasf.dll, WM ASF 12.00.7100.0000
    ArcSoft AudioMixer, 0 x 00200000, 2, 1, audiomixer.ax, 1.00.0001.0004
    Allocator, 0 x 00600000, 1, 1, vbisurf.ax, 6.01.7100.0000 Surface of VBI
    MMACE SoftEmu, 0 x 00200000, 0, 2, MMACEFilters.dll,.
    DivX Demux, 0 x 00600000, 1, 0, DivXMedia.ax, 0.00.0000.0028
    File writer, 00200000 x 0, 1, 0, qcap.dll, 6.06.7100.0000
    ArcSoft HDVR Navigator, 0 x 00600000, 0, 3, HDVRNav.ax, 1.00.0000.0005
    ArcSoft Vorbis Encoder, 0 x 00200000, 1, 1, AsOggDS.ax, 1.00.0000.0003
    iTV Sink, 0 x 00600000, 1, 0, itvdata.dll, 6.06.7100.0000 data
    iTV to Capture data filter 0 x 00600000, 1, 1, itvdata.dll, 6.06.7100.0000
    ArcSoft Ogg Multiplexer, 0 x 00400000, 1, 1, AsOggDS.ax, 1.00.0000.0003
    ArcSoft HD DVD Navigator, 0 x 00600000, 0, 5, HDVDNavFilter.ax, 1.00.0001.0033
    ArcSoft RealMedia Audio Decoder, 0 x 00600000, 1, 1, RealAudioDecoder.ax, 1.00.0000.0005
    DVD Navigator, 0 x 00200000, 0, 3, qdvd.dll, 6.06.7100.0000
    MMACE DeInterlace, 0 x 00200000, 0, 2, MMACEFilters.dll,.
    Mixer2, 0 x 00200000, 1, 1, qdvd.dll, 6.06.7100.0000 overlay
    ArcSoft DVD Navigator, 0 x 00600000, 0, 3, DVDNavFilter.ax, 1.00.0000.0004
    Demux, 0 x 00200000, 0, 1, DMFSource.ax, 1.00.0001.0004 DivX MKV
    AVI Draw, 0 x 00600064, 9, 1, quartz.dll, 6.06.7100.0000
    RDP DShow Redirection Filter, 0xffffffff, 1, 0, DShowRdpFilter.dll,
    Microsoft MPEG-2 Audio Encoder, 0 x 00200000, 1, 1, msmpeg2enc.dll, 6.01.7100.0018
    Pager, 0 x 00200000, 1, 1, WSTPager.ax, 6.06.7100.0000 WST
    MPEG2 demux, 0 x 00600000, 1, 1, mpg2splt.ax, 6.06.7100.0000
    BDMV ArcSoft Navigator, 0 x 00600000, 0, 7, BDMVNavFilter.ax, 1.01.0005.0056
    DTS encoder, 0 x 00200000, 1, 1, dtsencoder.ax,.
    Decoder, 0 x 00800000, 1, 1, qdv.dll, 6.06.7100.0000 DV video
    Video of ArcSoft Decoder, 0 x 00600000, 2, 2, ASVid.ax, 2.25.0105.0052
    DivX Subtitle Decoder, 0 x 00600000, 1, 1, DivXMedia.ax, 0.00.0000.0028
    SampleGrabber, 0 x 00200000, 1, 1, qedit.dll, 6.06.7100.0000
    Renderer, 00200000 x 0, 1, 0, qedit.dll, 6.06.7100.0000 null
    ArcSoft WMV/ASF Splitter, 00200000 x 0, 1, 0, ArcWmvSpl.ax, 1.00.0000.0012
    COPP ArcSoft Source, 0 x 00200000, 0, 1, ASCOPPSource.ax, 1.00.0000.0001
    Tables, 0x005fffff, 1, 0, mpeg2data.ax, 6.06.7100.0000 and MPEG - 2 Sections
    Microsoft AC3 Encoder, 0 x 00200000, 1, 1, msac3enc.dll, 6.01.7100.0018
    StreamBufferSource, 0 x 00200000, 0, 0, sbe.dll, 6.06.7100.0000
    Smart Tee, 0 x 00200000, 1, 2, qcap.dll, 6.06.7100.0000
    Mix, 0 x 00200000, 0, 0, qdvd.dll, 6.06.7100.0000 overlay
    AVI Decompressor, 0 x 00600000, 1, 1, quartz.dll, 6.06.7100.0000
    Source, 0 x 00400000, 0, 2, quartz.dll, 6.06.7100.0000 AVI/WAV file
    Filter snapshot ArcSoft 1.0, 0 x 00200000, 1, 1, ArcSnap.ax, 1.00.0000.0022
    Parser, 0 x 00400000, 1, 1, quartz.dll, 6.06.7100.0000 wave
    Parser, 0 x 00400000, 1, 1, quartz.dll, 6.06.7100.0000 noon
    Multi-fichier Parser, 0 x 00400000, 1, 1, quartz.dll, 6.06.7100.0000
    File stream renderer, 0x00400000, 1, 1, quartz.dll, 6.06.7100.0000
    ArcSoft MPEG Demux, 0 x 00400000, 1, 2, ArcDemux.ax, 1.00.0002.0073
    Microsoft DTV - DVD Audio Decoder, 0x005fffff, 1, 1, msmpeg2adec.dll, 6.01.7075.0000
    StreamBufferSink2, 0 x 00200000, 0, 0, sbe.dll, 6.06.7100.0000
    AVI Mux, 00200000 x 0, 1, 0, qcap.dll, 6.06.7100.0000
    Line 21 decoder 2, 0 x 00600002, 1, 1, quartz.dll, 6.06.7100.0000
    File Source (Async.), 0 x 00400000, 0, 1, quartz.dll, 6.06.7100.0000
    File Source (URL), 0 x 00400000, 0, 1, quartz.dll, 6.06.7100.0000
    ArcSoft Ogg Splitter, 0 x 00600000, 1, 1, AsOggDS.ax, 1.00.0000.0003
    ArcSoft MP4 Splitter, 0 x 00600000, 0, 2, mp4splitter.ax, 1.01.0000.0057
    ArcSoft 3GP Splitter, 0 x 00600000, 0, 2, 3GPSplitter.ax, 1.00.0000.0005
    Infinite pin Tee Filter, 0 x 00200000, 1, 1, qcap.dll, 6.06.7100.0000
    Renderer, 00200000 x 0, 1, 0, evr.dll, 6.01.7100.0000 improved video
    BDA MPEG2 Transport Information Filter, 0 x 00200000, 2, 0, psisrndr.ax, 6.06.7100.0000
    Decoder, 0 x 40000001, 1, 1, quartz.dll, 6.06.7100.0000 MPEG video
    Navigator, 0 x 00600000, 0, 3, DMVNav.ax, 2.00.0000.0014 ArcSoft DVD - VR

    WDM Streaming Tee/Splitter devices:
    Converter, 0 x 00200000, 1, 1, ksproxy.ax, 6.01.7100.0000 tee/sink - to the-wells

    WDM Streaming encoder devices:
    0 x 00200000, 2, 1,

    Video compressors:
    WMVideo8 encoder DMO, 0 x 00600800, 1, 1, wmvxencd.dll, 6.01.7100.0000
    WMVideo9 encoder DMO, 0 x 00600800, 1, 1, wmvencod.dll, 6.01.7100.0000
    Encoder 9 MSScreen DMO, 0 x 00600800, 1, 1, wmvsencd.dll, 6.01.7100.0000
    Encode, 0 x 00200000, 0, 0, qdv.dll, 6.06.7100.0000 DV video
    MJPEG Compressor, 0 x 00200000, 0, 0, quartz.dll, 6.06.7100.0000
    Cinepak Codec by Radius, 0 x 00200000, 1, 1, qcap.dll, 6.06.7100.0000
    Codec DivX 6.8.5 (4 CPUs), 0 x 00200000, 1, 1, qcap.dll, 6.06.7100.0000 logic
    Intel IYUV codec, 0 x 00200000, 1, 1, qcap.dll, 6.06.7100.0000
    Intel IYUV codec, 0 x 00200000, 1, 1, qcap.dll, 6.06.7100.0000
    Microsoft RLE, 0 x 00200000, 1, 1, qcap.dll, 6.06.7100.0000
    Microsoft Video 1, 0 x 00200000, 1, 1, qcap.dll, 6.06.7100.0000
    DivX 6.8.5 YV12 Decoder, 0 x 00200000, 1, 1, qcap.dll, 6.06.7100.0000

    Audio compressors:
    WM Encoder DMO speech, 0 00600800, 1, 1, x WMSPDMOE. DLL, 6.01.7100.0000
    WMAudio encoder DMO, 0 x 00600800, 1, 1, WMADMOE. DLL, 6.01.7100.0000
    ArcSoft Vorbis Encoder, 0 x 00200000, 1, 1, AsOggDS.ax, 1.00.0000.0003
    IMA ADPCM, 0 x 00200000, 1, 1, quartz.dll, 6.06.7100.0000
    PCM, 0 x 00200000, 1, 1, quartz.dll, 6.06.7100.0000
    Microsoft ADPCM, 0 x 00200000, 1, 1, quartz.dll, 6.06.7100.0000
    GSM 6.10, 0 x 00200000, 1, 1, quartz.dll, 6.06.7100.0000
    CCITT A - Law, 0 x 00200000, 1, 1, quartz.dll, 6.06.7100.0000
    CCITT u - Law, 0 x 00200000, 1, 1, quartz.dll, 6.06.7100.0000
    MPEG Layer-3, 0 x 00200000, 1, 1, quartz.dll, 6.06.7100.0000

    Audio Capture sources:
    Microphone (USB Audio Device), 0 x 00200000, 0, 0, qcap.dll, 6.06.7100.0000
    ATI Avstreams Analog Audio Capture, 0 x 00200000, 0, 1, ksproxy.ax, 6.01.7100.0000
    "What U Hear" (Creative SB X - Fi, 0 x 00200000, 0, 0, qcap.dll, 6.06.7100.0000)
    Audio Digital (S/PDIF) (high, 0 x 00200000, 0, 0, qcap.dll, 6.06.7100.0000)
    Digital-In (Creative SB X - Fi), 0 x 00200000, 0, 0, qcap.dll, 6.06.7100.0000
    Micro FP (Creative SB X - Fi, 0 x 00200000, 0, 0, qcap.dll, 6.06.7100.0000)

    PBDA CP filters:
    PBDA DTFilter, 0 x 00600000, 1, 1, CPFilters.dll, 6.06.7100.0000
    ETFilter, 0 x 00200000 PBDA, 0, 0, CPFilters.dll, 6.06.7100.0000
    PTFilter, 0 x 00200000 PBDA, 0, 0, CPFilters.dll, 6.06.7100.0000

    Midi converters:
    Default MidiOut Device, 0 x 00800000, 1, 0, quartz.dll, 6.06.7100.0000
    Synth, 00200000 x 0, 1, 0, quartz.dll, 6.06.7100.0000 Microsoft GS Wavetable
    SB X - Fi Synth a [0001] 0 x 00200000, 1, 0, quartz.dll, 6.06.7100.0000
    SB X - Fi Synth B [0001] 0 x 00200000, 1, 0, quartz.dll, 6.06.7100.0000

    WDM Streaming Capture devices:
    0 x 00000000, 0, 0,
    In, 0 x 00200000, 1, 1, ksproxy.ax, 6.01.7100.0000 HD Digital Audio
    ATI Avstreams Analog Capture, 0 x 00200000, 2, 5, ksproxy.ax, 6.01.7100.0000
    Digital-In, 0 x 00000000, 0, 0,
    Micro FP, 0 x 00000000, 0, 0,
    Line-In, 0 x 00000000, 0, 0,
    0 x 00000000, 0, 0,
    SB X - Fi Audio [0001] 0 00200000, 1, 1, x ksproxy.ax, 6.01.7100.0000
    SB Live! 2 K Audio [0001], 0 x 00000000, 0, 0,.
    Live! Cam Voice, 0 x 00200000, 0, 1, ksproxy.ax, 6.01.7100.0000
    Audio device, 0 x 00000000, 0, 0,

    WDM Streaming making devices:
    ATI HD Audio rear output, 0 x 00200000, 1, 1, ksproxy.ax, 6.01.7100.0000
    Out, 0 00200000, 1, 1, x ksproxy.ax, 6.01.7100.0000 HD Audio SPDIF
    0 x 00000000, 0, 0,
    0 x 00000000, 0, 0,
    0 x 00000000, 0, 0,
    SB X - Fi SpdifOut [0001], 0 x 00000000, 0, 0,.
    SB X - Fi Synth a [0001] 0 00200000, 1, 1, x ksproxy.ax, 6.01.7100.0000
    SB X - Fi Synth B [0001] 0 00200000, 1, 1, x ksproxy.ax, 6.01.7100.0000
    SB X - Fi Audio [0001] 0 00200000, 1, 1, x ksproxy.ax, 6.01.7100.0000
    0 x 00000000, 0, 0,

    BDA Source filters:
    BDA ATI Tuner, 0 x 00200000, 1, 1, ksproxy.ax, 6.01.7100.0000 digital

    BDA network providers:
    Provider, 0 x 00200000, 0, 1, MSDvbNP.ax, 6.06.7100.0000 Microsoft ATSC network
    DVBC Microsoft Network Provider, 0 x 00200000, 0, 1, MSDvbNP.ax, 6.06.7100.0000
    Provider, 0 x 00200000, 0, 1, MSDvbNP.ax, network 6.06.7100.0000 Microsoft DVBS
    Provider, 0 x 00200000, 0, 1, MSDvbNP.ax, 6.06.7100.0000 network Microsoft t
    Microsoft Network Provider, 0 x 00200000, 0, 1, MSNP.ax, 6.06.7100.0000

    WDM Streaming Multiplexer devices:
    ATI MPEG2 MUX, 0 x 00200000, 2, 1, Avstreams ksproxy.ax, 6.01.7100.0000

    Video Capture sources:
    ATI Avstreams Analog Capture, 0 x 00200000, 2, 5, ksproxy.ax, 6.01.7100.0000
    Live! Cam Voice, 0 x 00200000, 0, 1, ksproxy.ax, 6.01.7100.0000
    Live! Cam Voice (VFW), 0 x 00200000, 0, 0, qcap.dll, 6.06.7100.0000

    Multiple instances Codecs VBI Capable:
    The IST Codec, 0 x 00600000, 1, 4, VBICodec.ax, 6.06.7100.0000

    BDA Transport Information converters:
    BDA MPEG2 Transport Information Filter 0 x 00600000, 2, 0, psisrndr.ax, 6.06.7100.0000
    Tables, 0 x 00600000, 1, 0, mpeg2data.ax, 6.06.7100.0000 and MPEG - 2 Sections

    WDM Streaming TV Tuners:
    ATI Analog Tuner, 0 x 00200000, 0, 2, Avstreams kstvtune.ax, 6.01.7100.0000

    WDM Streaming crossbars:
    ATI Avstreams Analog Xbar, 0 x 00200000, 8, 2, ksxbar.ax, 6.01.7100.0000

    WDM TV Audio streaming:
    ATI Avstreams Analog TV Audio, 0 x 00200000, 1, 1, ksxbar.ax, 6.01.7100.0000

    CP/CA BDA filters:
    Decrypt/Tag,0x00600000,1,1,EncDec.dll,6.06.7100.0000
    Encrypt/Tag,0x00200000,0,0,EncDec.dll,6.06.7100.0000
    PTFilter, 0 x 00200000, 0, 0, EncDec.dll, 6.06.7100.0000
    XDS Codec, 0 x 00200000, 0, 0, EncDec.dll, 6.06.7100.0000

    WDM Streaming transformations of the Communication:
    Converter, 0 x 00200000, 1, 1, ksproxy.ax, 6.01.7100.0000 tee/sink - to the-wells

    Audio converters:
    Speakers (Creative SB X - Fi), 0 x 00200000, 1, 0, quartz.dll, 6.06.7100.0000
    DirectSound Device, 0 x 00800000, 1, 0, quartz.dll, default 6.06.7100.0000
    Default WaveOut Device, 0 x 00200000, 1, 0, quartz.dll, 6.06.7100.0000
    Audio Digital (S/PDIF) (high, 0 x 00200000, 1, 0, quartz.dll, 6.06.7100.0000)
    DirectSound: Audio Digital (S/PDIF) (high definition Audio Device), 0 x 00200000, 1, 0, quartz.dll, 6.06.7100.0000
    DirectSound: SPDIF Out (Creative SB X - Fi), 0 x 00200000, 1, 0, quartz.dll, 6.06.7100.0000
    DirectSound: Speakers (Creative SB X - Fi), 0 x 00200000, 1, 0, quartz.dll, 6.06.7100.0000
    SPDIF Out (Creative SB X - Fi), 0 x 00200000, 1, 0, quartz.dll, 6.06.7100.0000

    BDA receiver components:
    BDA ATI Capture, 0 x 00200000, 1, 1, ksproxy.ax, 6.01.7100.0000 digital

    ---------------
    EVR power information
    ---------------
    Current value: {5C67A112-A4C9-483F-B4A7-1D473BECAFDC} (quality)
    Quality indicators: 2576
    Activated:
    Limitation of the force
    That allow half deinterlace
    Allow the scaling
    Decode power usage: 100
    Balanced flags: 1424
    Activated:
    Limitation of the force
    Allow batch processing
    Force half deinterlace
    Force the scaling
    Decode power usage: 50
    PowerFlags: 1424
    Activated:
    Limitation of the force
    Allow batch processing
    Force half deinterlace
    Force the scaling
    Decode power usage: 0

    DXdiags 64-bit
    ------------------
    Information System
    ------------------
    Time of this report: 07-13-2009, 08:35:02
    Computer name: BLACKDRAGON
    Operating system: Windows 7 Ultimate 64-bit (6.1, Build 7100) (7100.winmain_win7rc.090421 - 1700)
    Language: English (regional setting: English)
    System manufacturer: BIOSTAR Group
    System model: TA790GX 128M
    BIOS: Default system BIOS
    Processor: AMD Athlon (TM) II X 4 940 processor (4 CPUs), ~3.0GHz
    Memory: RAM 8192MB
    Available OS memory: 8192MB RAM
    Page file: 1351MB used, 15029 MB of available space
    Windows Dir: C:\Windows
    DirectX version: DirectX 11
    DX setup parameters: not found
    DPI setting: Using System DPI
    System DPI setting: 96 DPI (100%)
    DWM DPI Scaling: disabled
    DxDiag Version: 6.01.7100.0000 64 bit Unicode

    ------------
    DxDiag Notes
    ------------
    Display 1 tab: No problems found.
    Sound tab 1: The file ctaud2k.sys is is not digitally signed, which means that it has not been tested by the Microsoft Windows Hardware Quality Labs (WHQL).  You may be able to obtain a WHQL logo driver from the hardware manufacturer.
    2 Audio tab: No problems found.
    Audio tab 3: The file ctaud2k.sys is is not digitally signed, which means that it has not been tested by the Microsoft Windows Hardware Quality Labs (WHQL).  You may be able to obtain a WHQL logo driver from the hardware manufacturer.
    Input tab: no problems found.

    --------------------
    DirectX Debug levels
    --------------------
    Direct3D: 0/4 (detail)
    DirectDraw: 0/4 (detail)
    DirectInput: 0/5 (retail)
    DirectMusic: 0/5 (retail)
    DirectPlay: 0/9 (detail)
    DirectSound: 0/5 (retail)
    DirectShow: 0/6 (detail)

    ---------------
    Display devices
    ---------------
    Card name: ATI Radeon HD 4800 Series
    Manufacturer: ATI Technologies Inc.
    Track type: processor ATI Radeon Graphics (0 x 9440)
    DAC type: DAC (400 MHz) internal
    The device key: Enum\PCI\VEN_1002 & DEV_9440 & SUBSYS_02781043 & REV_00
    Memory display: 4083 MB
    Dedicated memory: 1015 MB
    Shared memory: 3067 MB
    Current mode: 1920 x 1200 (32 bit) (59Hz)
    Name of the monitor: SyncMaster T260, SyncMaster Magic T260 (Digital)
    Monitor model: SyncMaster
    Monitor ID: SAM03E7
    Native mode: 1920 x 1200 (59,950 Hz)
    Output type: DVI
    Driver name: atiumd64.dll, atidxx64.dll, atiumdag, atidxx32, atiumdva, atiumd6a.cap, atitmm64.dll
    The driver file version: 8.14.0010.0671 (English)
    Driver version: 8.620.0.0
    DDI Version: 10.1
    : Model WDDM 1.1 driver
    Driver attributes: Final retail
    Format/driver Date: 2009-05-15 22:03:58, 3987456 bytes
    Would be WHQL logo: Yes
    Date stamp WHQL:
    The instrument identifier: {D7B71EE2-D700-11CF-6C71-7222A1C2C535}
    Vendor ID: 0 x 1002
    Device ID: 0 x 9440
    SubSys ID: 0 x 02781043
    Revision ID: 0x0000
    Strong name of the driver: oem10.inf:ATI. Mfg.NTamd64.6.1:ati2mtag_R7X:8.620.0.0:pci\ven_1002&dev_9440
    The driver rating: 00E62001
    Video Accel: ModeMPEG2_A ModeMPEG2_C
    Deinterlace caps: {6E8329FF-B642-418B-BCF0-BCB6591E255F}: caps Frames(Prev/Fwd/Back) = (0,0,1) (In/Out) Format (YUY2, YUY2) = VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
    {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: caps Frames(Prev/Fwd/Back) = (0,0,0) (In/Out) Format (YUY2, YUY2) = VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
    {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: caps Frames(Prev/Fwd/Back) = (0,0,0) Format (In/Out) = (YUY2, YUY2) = VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
    {6E8329FF-B642-418B-BCF0-BCB6591E255F}: caps Frames(Prev/Fwd/Back) = (0,0,1) (In/Out) Format (UYVY, UYVY) = VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
    {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: caps Frames(Prev/Fwd/Back) = (0,0,0) (In/Out) Format (UYVY, UYVY) = VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
    {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: caps Frames(Prev/Fwd/Back) = (0,0,0) Format (In/Out) = (UYVY, UYVY) = VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
    {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format (In/Out) (YV12, 0 x 32315659) = Frames(Prev/Fwd/Back) = (0,0,0) Caps
    {3C5323C1-6FB7-44F5-9081-056BF2EE449D}: caps Frames(Prev/Fwd/Back) = (0,0,2) (In/Out) Format (NV12, 0x3231564e) = VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
    {552C0DAD-CCBC-420B-83C8-74943CF9F1A6}: caps Frames(Prev/Fwd/Back) = (0,0,2) (In/Out) Format (NV12, 0x3231564e) = VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
    {6E8329FF-B642-418B-BCF0-BCB6591E255F}: caps Frames(Prev/Fwd/Back) = (0,0,1) (In/Out) Format (NV12, 0x3231564e) = VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
    {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: caps Frames(Prev/Fwd/Back) = (0,0,0) (In/Out) Format (NV12, 0x3231564e) = VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
    {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: caps Frames(Prev/Fwd/Back) = (0,0,0) (In/Out) Format (NV12, 0x3231564e) = 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: Unsupported
    DXVA-HD: not supported
    DDraw status: enabled
    D3D status: enabled
    AGP status: enabled

    Hello Hunsinger D, welcome.
     
    My suggestion would be to first see if you have the latest version on your ATI drivers.
     
    You can find the latest version of your card here. Its the latest version of 64-bit Windows 7 from the site Web of ATI CCC:
     
    https://a248.e.Akamai.net/f/674/9206/0/www2.ATI.com/drivers/9-6_vista64_win7_64_dd_ccc_wdm_enu.exe
     
    Once downloaded, run the installer and it should guide you through the installation process, which most will be automatic. It will require a reboot Afterwords.
     
    Depending on the applications you run, they cannot be completely compatible with DirectX 11, which is what Windows 7 is running in native mode. We can try to force apps to run in the mode of DirectX 9/10.
     
    Try this to force the application to run on DirectX 9:
     
    1 find / create a shortcut to the application
    2. right click on the shortcut and select Properties
    3. click on the tab 'Shortened' at the top (if not already done)
    4. in the field "Target", go at the end of the quoted text, put a space and add - dx9
     
    The result should look like that in nature, even if the path in quotes may be different:
     
    "C:\Program may Explorer\iexplore.exe"-dx9
     
    As long as there is a space between the "" text and - tag dx9 you will be fine.
     
    5. click on 'Apply' at the bottom and close the window. Now try to start the application.
     
    If please reply back and let us know the results.

  • needing to know if Windows XP Professional SP3 with the ISO Image (single user) is a 32 bit OS

    need to change my OS xp for College, I have a 32-bit laptop and ifWindows do not know XP Professional with SP3 ISO Image (single user) is a 32 bit OS

    What is the file size.

    The x 86 .iso should be 589 MB (617,756,672 bytes) in size.

    SHA1 hash value must be: 1C735B38931BF57FB14EBD9A9BA253CEB443D459

    Download and install of SlavaSoft HashCalc
    HASH, CRC, AND HMAC CALCULATOR
    http://www.SlavaSoft.com/HashCalc/index.htm

    For Windows. ISO file just place checkmarks in the boxes of SHA1 and CRC32.

    In the main window of HashCalc "data format" box located in the top left corner should be set to "file".

    In the 'Data' field, click on the... located at the top right and then click 'Cancel' If you get a "Insert disk" window pop up.

    After clicking cancle, you should see a window 'find '. This allows you to navigate to the folder where your. ISO file is stored and click on the file.

    You should now see the. ISO file that you clicked on listed in the box 'File name' located at the bottom of the "Find" window

    Now click on the button 'open '. The data field should now show the path of the directory/folder and the name of the. You have selected the ISO file.

    With only the SHA1 and CRC32 checkboxes are checked (do not place check marks in all the other boxes as this can slow the time it take to calculate values) click on the 'Calculate' button at the bottom of the main window of HashCalc.

    It will take anywhere from 30-60 seconds for the calculation and the SHA1 and CRC32 data values to display.

    These values are not case sensitive, so a lower case 'a' is the same as a capital letter "A" to the extent where results are concerned.

    JS
    http://www.PAGESTART.com

    Never be afraid to ask. This forum has some of the best people in the world to help.

  • CRC error on large compressed files (.zip, .rar, .cab, etc...) The installation fails too...

    Hello world

    I have a new Dell computer. It's a Dell Studio 540 with Windows Vista Home Premium 64 bit, with 1 TG of hard drive and 8 GB of RAM. I have problems with "decompression" of a large number of large compressed files (more than 50 GB). Also, because the files on a DVD are often compressed (in the cab for the majority file), the same error occurred on an installation package. Thus, to resume, I got CRC error on compressed files, while opening the zipper AND my different types of software installation fails with errors of Sami.

    Before you answer, please read my steps below:

    1. I reinstalled Windows Vista 2 times from scratch with a clean format. Whenever I get the same error on the same files even when there is nothing installed (even the drivers are not installed).
    2. I tried to run Windows XP Mini, a very light version of XP is the launch of a CD at startup and run in RAM. The same problem.
    3. I did all kinds of tests of the material myself AND with Dell technical support. Nothing was found, and I'm sure it's 99.9% true. Everything has been tested: RAM, hard drive, processor, motherboard, etc. The Dell technical support told me that my computer is 100% functional and that this error is due to some software (Windows) does not very well with 64-bit processor... Everything works well in my work all day EXCEPT for the decompression of data.
    4. my files are not damaged: they unzip perfectly on other computers. In addition, the program that do not install because of the CRC error with compressed file are all used before on another computer OR are new. I even changed DVD to the store to get a new one and the problem is still there. I also tried to download the torrent from the .iso file and the same problem happened.
    5. the files on my computer are not corrupted by the hard drive. I copy keys usb, directrly on the DVD to the hard drive. All possible tests have been done on the files, and they are ok.
    6. I did all kinds of tests such as checkdisk, spyware, etc... but given that the installation has not helped with it, I don't think it's related.

    My last hope is here... MVP is maybe know a problem in which Windows with zip files. I read a lot of people of the CRC errors, so I'm sure something happens. I am currently with the Dell customer service to get a full refund to buy a new computer without a 64-bit processor because it looks too new for Microsoft.

    So if anyone knows something I could try, tweak, change to help me with my problem please let me know.

    Thank you very much!

    DarkJaff

    Hello!

    This morning, I realized that I never returned to close this topic. In fact, I work with dell for a number of weeks, talk to like 10 or 15 support technical Member, try something else and you know what works?

    Reinstall windows... But in my case, I have reinstalled windows 2 times before they ask me to do it again. So I did and everything worked perfectly... For the third time is lucky: P in fact, perhaps during the first installation of 2, RAM has not been installed properly or has failed for a second, because every file that has been read has become corrupted, but at the same time, everything is normal on my computer seems to work ok... In addition, it could be the update that I did for my BIOS. So, a good test would be to update your BIOS, shut down your computer, check if the ram is installed ok, restart, verify that your ram is detected.

    After that, reinstall your windows, but DO NOT use the file you had on your "not working version of windows. I lost a lot of backup of the thing on my computer because even put on my new fresh install of windows, these rar did not work. I needed to pick up an old DVD and they worked

    So, I hope this will help!

    DarkJaff

Maybe you are looking for