HPC 2012 R2 Heat Map CPU usage view

Hi,
Im new to HPC cluster, and we have a customer that is wondering why the Heat Map and CPU usage View does not show any information, is there a service that we need to restart that may have failed ? If we restart any service will that have any impact on the
jobs that are runnings ?
/Regards Andreas

Hi Andreas2012,
The HPC different with Failover cluster event it use part of failover cluster mechanism, there have a specific forum for the HPC support, I suggest you ask in HPC support
forum.
More information:
what different with failover cluster and HPC, can i install the SQL server on HPC for high availability?
https://social.technet.microsoft.com/Forums/windowsserver/en-US/49b7d6cc-ebdb-4854-b0c5-b257b8e4f18b/what-different-with-failover-cluster-and-hpc-can-i-install-the-sql-server-on-hpc-for-high?forum=winserverClustering
I’m glad to be of help to you!
We
are trying to better understand customer views on social support experience, so your participation in this
interview project would be greatly appreciated if you have time.
Thanks for helping make community forums a great place.

Similar Messages

  • Windows server 2012 r2 - 0.15GHz cpu usage

    After a fresh install of windows server 2012 r2 standard, the server was fast.
    After installing SQL 2012, I notice the cpu in task manager says 3% of 0.15Ghz for usage.
    Why is it saying 0.15Ghz and it is always around 0.15Ghz - 0.17Ghz?
    The CPU is Intel E5-2430v2 2.50Ghz.
    Thanks

    Who is the motherboard manufacturer?  Is it a supported vendor for Windows Server (windowsservercatalog.com)?  Do you have the latest BIOS/firmware from the manufacturer installed?
    . : | : . : | : . tim

  • 2012 Leap Second --  100% CPU Usage Excessive, EM DBConsole 11g on OEL6

    This occurs on RHEL 6 with 11g 11.2.0.3
    Enterprise Manager Management Agent or OMS CPU Use Is Excessive on or around July 1, 2012 (Doc ID 1472651.1)
    Leap Second Hang - CPU Can Be Seen at 100% (Doc ID 1472421.1) Affects Java processes.
    According to these notes issue should be fixed by either restarting host or running the following commands:
    # /etc/init.d/ntpd stop
    # date -s "`date`" (reset the system clock)
    # /etc/init.d/ntpd start
    example
    /etc/init.d/ntpd stop
    date -s "2012-07-10 14:42:42"
    /etc/init.d/ntpd start
    July 1st introduction of leap second for leap year update to linux
    Distributions using NTP (Network Time Protocol)see cpu drop after fix. Affects java processes.

    This occurs on RHEL 6 with 11g 11.2.0.3
    Enterprise Manager Management Agent or OMS CPU Use Is Excessive on or around July 1, 2012 (Doc ID 1472651.1)
    Leap Second Hang - CPU Can Be Seen at 100% (Doc ID 1472421.1) Affects Java processes.
    According to these notes issue should be fixed by either restarting host or running the following commands:
    # /etc/init.d/ntpd stop
    # date -s "`date`" (reset the system clock)
    # /etc/init.d/ntpd start
    example
    /etc/init.d/ntpd stop
    date -s "2012-07-10 14:42:42"
    /etc/init.d/ntpd start
    July 1st introduction of leap second for leap year update to linux
    Distributions using NTP (Network Time Protocol)see cpu drop after fix. Affects java processes.

  • SSRS Heat Map help

    Hi 
    I have SQL 2012 and while having a play around with a report I wanted to use a heat map ( or treemap ) as I believe it was called.
    Any way I found that it one of the posts here points you to
    http://www.sqljason.com/2012/03/heat-maps-for-ssrs-using-map-control.html
    So I downloaded the dll
    Went to my dw and executed the following
    CREATE ASSEMBLY HeatMap from 'c:\HeatMap\HeatMap.dll' WITH PERMISSION_SET = SAFE
    CREATE PROCEDURE dbo.CreateHeatMap (@Width real, @Height real, @SqlStrng nvarchar(4000))
    AS
    EXTERNAL NAME HeatMap.StoredProcedures.TreeMapGeography
    Then executed the proc
    DECLARE    @return_value int
    EXEC    @return_value = [dbo].[CreateHeatMap]
            @Width = 20,
            @Height = 25,
            @SqlStrng = N'Select WKDAY ,  SUM (TotalTransactions) ts FROM ReportingDW..f_transactionstolive group by WKDAY  '
    SELECT    'Return Value' = @return_value
    when It comes up with the following
    Msg 6522, Level 16, State 1, Procedure CreateHeatMap, Line 0
    A .NET Framework error occurred during execution of user-defined routine or aggregate "CreateHeatMap":
    System.FormatException: Input string was not in a correct format.
    System.FormatException:
       at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
       at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
       at StoredProcedures.TreeMap..ctor(DataTable TreeMapData, Single Height, Single Width)
       at StoredProcedures.TreeMapGeography(SqlSingle Height, SqlSingle Width, SqlString select)
    Im now not sure what to do any help would be great .
    I just want a simple square treemap or heat map that highlights the size of each process in rectangles and cant believe how difficult it is.
    Many Thanks
    Robert

    Hi Robert,
    In your case, the issue may be due to that you have create an assembly, and then you register the assembly on a Microsoft SQL Server database. Then, you install a different version of the assembly in the Global Assembly Cache (GAC).
    In order to work around the issue, please use the ALTER ASSEMBLY statement to update the assembly in the database. If the problem still exists after you do this, drop the assembly from the database, and then register the new version of the assembly in the
    database.
    There is a similar issue for your reference.
    http://support.microsoft.com/kb/949080/en-us
    If the issue is persist, I recommend you post the issue in the following forum:
    .NET Framework inside SQL Server
    It is appropriate and more experts will assist you.
    Regards,
    Alisa Tang
    If you have any feedback on our support, please click
    here.
    Alisa Tang
    TechNet Community Support

  • Sql Server 2012 Integration Services Catalog views - cpu usage history

    Hi,
    I am new to SQL Server 2012. I have deployed and executed a SSIS package on the Integration Services catalog.
    Now, to analyze the performance of the executed package I wish to query the SSISDB catalog views to retrieve the cpu & memory usage history. Please let me know in which catalog view/table I can find this info. 
    There is a column named "Process_Id" in the "catalog.operations" table. Can we tie this id to the Sql Server pid/kid and then retrieve the cpu
    usage history ?
    ** I am using Sql Server 2012 **
    Thanks

    Hi All,
    Thanks all for your inputs. One final question - 
    As I mentioned earlier, the Sql Server 2012 catalog views
    DO NOT  capture various performance metrics
    (e.g. cpu usage history, memory usage history etc) of
    an executing SSIS package . However, I am cognizant of the fact that it is possible to retrieve this exact info
    (ie. cpu usage history, memory usage history etc) for
    a Sql-Server internally generated SPID (present in [sys].[dm_exec_sessions]).
    The approach is to find a way to join/relate the catalog provided "Process_id" to the Sql Server generated internal SPIDs in a session. If I am successful in joining these 2 process ids together,
    it will allow me to gather all the information available from both sides - ie the catalog views + the sql-server internal process SPIDs of the session. Thus, by tagging the SSIS pprocess_id to
    its sql-server session it will allow to retrieve the resource usage details by the executed SSIS process.
    **Please also let me know if the above could be achieved by any other approach.
    Any help is appreciated.
    Thanks

  • It has been only about a month that i bought my macbook pro 15 but it is heating up really fast on the left side even when the cpu usage is only 10%...i'm worried if this is a problem of the hardware.

    it has been only about a month that i bought my macbook pro 15 but it is heating up really fast on the left side even when the cpu usage is only 10%...i'm worried if this is a problem of the hardware?

    The way something "feels" is very subjective.  We would need to know your actual temps.  You can install the free iStat Pro widget which is available as a download directly from Apple:
    http://www.apple.com/downloads/dashboard/status/istatpro.html
    Let us know what CPU temps you're seeing at the time you feel your machine is hot.  As you indicated your CPU usage was only 10%, that would imply that you already know that heavy CPU usage would be one cause for your machine to be running on the warm side... but that doesn't seem to be the cause here.

  • SQL Server 2012 - RESOURCE MONITOR / PREEMPTIVE_XE_CALLBACKEXECUTE high CPU usage

    Hello, 
      We are currently in the process of migrating an existing clustered SQL Server 2008 R2 instance over to a clustered SQL Server 2012 instance as we phase out the Windows Server 2008 with SQL Server 2008 R2.
      The setup is identical for the SQL Server 2012 instance as it is on the SQL Server 2008 R2 instance.  (meaning the RAM and CPU are both the same or better on the SQL Server 2012 instance)
      The process in which we are migrating is that we're moving a few databases over to the new SQL Server 2012 instance each night.  What we've noticed is that the CPU usage is much higher on the SQL Server 2012 instance than on the previous
    SQL Server 2008 R2 instance even though the there is only 1/2 of the databases migrated to the 2012 instance. 
      Running the following script:
    ;with cte ([totalCPU]) as (select sum(cpu) from master.dbo.sysprocesses)
    select
    tblSysprocess.spid
    , tblSysprocess.cpu
    , CONVERT(BIGINT,(tblSysprocess.cpu * CONVERT(BIGINT,100))) / CONVERT(BIGINT, cte.totalCPU) as [percentileCPU]
    , tblSysprocess.physical_io
    , tblSysprocess.memusage
    , tblSysprocess.cmd
    , tblSysProcess.lastwaittype
    from master.dbo.sysprocesses tblSysprocess
    cross apply cte
    order by tblSysprocess.cpu desc
    Produces the following results:
    In a clustered environment, is this normal and if not, does anyone know what this means or how to reduce the CPU usage?
    Thanks.

    Hello,
    The following query may help us identify extended events or audit configurations running on that SQL Server server that are producing that high CPU usage scenario.
    SELECT
    s.name
    AS 'Sessions'
    FROM
    sys.server_event_sessions
    AS s
    WHERE
    s.name
    <> 'system_health'
    and s.name
    <> 'AlwaysOn_health';
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • Evenlog viewing causes CPU usage 100% on Windows server 2008 SP2

    We have Windows server 2008 SP2 with strange behaviour. When I scroll down events in eventlog viewer CPU usage hits 100% and eventlog viewer freeze. CPU usage is split between 2 processes SVCHOST.EXE (lmhosts, eventlog and Dhcp services) and MMC.EXE.
    1)I tried to replace eventlog files with new ones. That didn’t helped
    2)After server clean boot problem still exist.
    3)When CPU hits 100% usage process explorer shows that from SVCHOST.EXE process CPU is used by service EventLog.
    Any ideas how to fix this?

    Hi Santosh
    I re-installed VMware
    tools and also configured VMXNET 3 - nothing changed :(
    Sorry to hear that.
    Windows event log service has couple of dependencies i.e. task scheduler and windows event collector service. Can try restrating those services ?
    In addition to above, try following steps
    Change NTFS permission of  %WINDIR%\System32\WinEvt\Logs directory, add Local Service and
    Network Service, give them FULL permissions.
    Stop and Start event viewer service by running following command
    net stop eventlog && net start eventlog
    Issues like this might occur if the disk (FC or iSCSI SAN or even NAS) has some inconsistencies , this is true in case of both physical and virtual machines 
    You might want to try running chkdisk as well on the server in question
    http://technet.microsoft.com/en-us/library/cc730714(v=ws.10).aspx
    If nothing helps, try inplace upgrade of the Operating system as an last option.
    How to Perform an In-Place Upgrade on Windows Vista, Windows 7, Windows Server 2008 & Windows Server 2008 R2
    http://support.microsoft.com/kb/2255099
    Thanks
    Regards, Santosh
    I do not represent the organisation I work for, all the opinions expressed here are my own.
    This posting is provided "AS IS" with no warranties or guarantees and confers no rights.
    Whenever you see a helpful reply, click on Vote As Helpful & click on
    Mark As Answer if a post answers your question.

  • SCCM 2012 R2 Linux\Unix Client High CPU Usage

    Hello,
    We have recently implemented SCCM 2012 R2 in a mixed Windows \ Solaris \ RHEL environment. The Unix\Linux client are at the SCCM 2012 R2 CU2 - Version
    5.00.7958.1024.
    A small number of system outages have occured recently on the Linux & Solaris systems. SCCM is one of several candidate causes.
    One issue we have seen on these systems is high CPU usage by ccmexed.bin
    The TOP command shows the process regulalry using more than 100% of a single CPU core.
    The PRSTAT command shows a more resonable CPU usage accross all cores.
    However, in both cases the process is using significantly more CPU resource than other systems processes - including SAP and Oracle.
    Are there any known issues\reported bugs with high CPU usage on RHEL 5 & 6 and Solaris 10 x86?
    I know CU3 for Unix\Linux has just been released and I will certainly be looking at applying that in the environment - more
    expeditiously
    if this is a recognised issue and fixed in CU3
    Regards, Chris

    Hi Chris,
    Yes, the latest Clients Clients Clients including bug fixes and added support for RHEL 7, CentOS 7, and Oracle Linux 7
    Please apply the fix and see how it goes.
    http://www.microsoft.com/en-us/download/details.aspx?id=39360
    Thanks.
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • Server 2012 R2 100% cpu usage when using search

    Hi all!
    We are experiencing issues with the built in search in WS 2012R2 (Win+Q). Upon starting to type, the explorer.exe process peaks and stays at 100% until typing is done and the search is complete. It also can't keep up with typing and hangs after
    a few keystrokes. We have done tests on 2012 R2, 2012 and 2008 R2 running as VMs with 1 cpu. The tests performed have been run on a host running only the test VM with underlying 2x8 core cpus, SSD, SAN storage and 256GB RAM. Also, we have tested
    both Hyper-V and VMware ESXi 5.0. We see that if we add another CPU to the guest it alleviates the keystroke lagging, but the explorer.exe still consumes 100% cpu.
    When the same tests are run on a physical machine (approx. same specs as the virtualization hosts) the cpu usage reaches 15-20% on one of the physical sockets (numa node). Totally negligible, but still a high number.
    We are afraid of service impact and are keen to know if anyone else is experiencing the same? Maybe someone has a fix?

    Hi TrondWH,
    Thanks for contacting Microsoft.
    Currently, would you please try cleaning boot the server and test how the issue goes. Cleaning boot can exclude some third-party application affect. Following are the detailed steps about clean boot:
    Log on to the computer by using an account that has administrator rights.
    Click Start, type msconfig.exe in the Start Search box, and then press ENTER to start the
         System Configuration Utility.
    On the General tab, click Selective Startup, and then click to clear the Load startup items check box. (The Use Original Boot.ini check box is unavailable.)
    On the Services tab, click to select the Hide all Microsoft services check box, and then click Disable all.
    Click OK, Choose Don’t show this message again and then click Restart.
    Please check if the issue is still the same.
    Please let me know the result.
    Best regards,
    Sophia Sun
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • WPA displays negative CPU usage in view "CPU Usage (Precise)"

    We are running a Win 2008 R2 server on an Hyper-V host. When I run "xperf" on the server and look at the data in Windows Performance Analyzer (Version 6.3.9600.16384) using the "CPU Usage (Precise)" view, I see that the CPU Usage of many
    processes is below Zero (in other words: negative). Is this a bug in WPA, or is it tied to the fact that the server is running in Hyper-V? What am I missing here?

    We are running a Win 2008 R2 server on an Hyper-V host. When I run "xperf" on the server and look at the data in Windows Performance Analyzer (Version 6.3.9600.16384) using the "CPU Usage (Precise)" view, I see that the CPU Usage of many
    processes is below Zero (in other words: negative). Is this a bug in WPA, or is it tied to the fact that the server is running in Hyper-V? What am I missing here?

  • CPU usage when viewing htm output file

    CPU usage goes from 50% - 100% when viewing .htm file in IE.
    this cripples the PC and I have tested it on a few machines. the
    .swf file is 7.5MB.
    any ideas why it slows the PC down?
    Is there a seting in Captivate to allow streaming?

    Hi lougraham
    The only possibility that comes to mind for your streaming
    question was offered in your other thread. You may view it by
    clicking
    here.
    Cheers... Rick

  • CF 10 sp 12 Enterprise  high CPU usage hangs services, 2012 server on 2012 Hyper-V host

    The last 2 days - my [removed link] CF site has suffered from high CPU usage (on and off) that stops functionality.
    This will last several minutes then suddenly the high usage stops a few minute later the high cpu usage starts again.
    I don't have any scheduled processes allowed to run.
    Restarting the coldfusion service  during a high CPS incident - the cpu usage just picks up where it left off when restarted.
    I have assigned 4 CPUs (normal) or 8CPUs  (as a test) to the VM and I get the same high CPU then low usage. This is a fresh install several months ago on a new VM.
    I'd like some Adobe support on this issue but can't seem to find the contact phone number.
    This series of high and low cpu usage first started Monday AM about midnight until 7:00 AM  Tuesday was quiet and Wednesday this AM I'm having the same issues.
    Ideas?
    Update:  While waiting for this to post - the high CPU usage started again and this time I stopped and restarted the Jetty service ... and the CPU usage went away...
    Update: the high cpu started again and a restart of the jetty service didn't help --- neither did the .net service restart... the cf10 application service did stop the high usage...
    Jay Bietz
    Message was edited by: Jay Bietz after post accepted.

    After 2 hang free days -- Friday midnight (above is the gcviewer )  and ~2 hours later had the hang condition again.  Current java.config includes
    java.args=-server  -Xms4096m -Xmx4096m -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005 -XX:PermSize=512m -XX:MaxPermSize=512m -XX:+UseParallelGC -Xbatch -Dcoldfusion.home={application.home} -Dcoldfusion.rootDir={application.home} -Dcoldfusion.libPath={application.home}/lib -Dorg.apache.coyote.USE_CUSTOM_STATUS_MSG_IN_HEADER=true -Dcoldfusion.jsafe.defaultalgo=FIPS186Random -Dcom.sun.management.jmxremote.port=8701 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false -Xmn1024m -XX:+PrintGCDetails -XX:+PrintGCTimeStamps -XX:+PrintHeapAtGC -verbose:gc -Xloggc:cfwhispererGClive4.log -Dcoldfusion.classPath={application.home}/lib/updates,{application.home}/lib,{application .home}/lib/axis2,{application.home}/gateway/lib/,{application.home}/wwwroot/WEB-INF/flex/j ars,{application.home}/wwwroot/WEB-INF/cfform/jars,C:\\CFusion10\\cfusion\\verisign\\payfl owpro\\Java\\PFProColdFusion,C:\\CFusion10\\cfusion\\verisign\\payflowpro\\Java\\PFProCold Fusion\\Verisign.jar
    GCviewer shows that the full GCcollections suddenly start firing off many times in a short period of time.
    Jay
    will work on the tomcatlog issues next.

  • When viewing flash video, CPU Usage goes to 100%

    When I try to watch a streaming video that uses Flash Player (say nbc.com),
    my CPU Usage goes to 100%.  It causes the audio to crackle, video to freeze,
    and ultimately locks up my whole computer.  When I check Task Manager,
    the Flash Player usage is through the roof.  If I can manage to pause the video,
    the Flash Player usage drops down to 5%, and similarly overall CPU usage down to only around
    5%, but as soon as I press play . . . It very rapidly within 20 seconds sends CPU usage
    to 100%.  This happens in either Firefox or IE.  This is assuming that I can pause the
    video quick enough.  If I don't, the whole CPU crashes with usage locked at 100%, and
    only a hard reboot (power button) will work.
    I am running the most recent versions of Flash Player and Firefox on Windows 7.
    More specifically:
    Flash Player version:  11.5 r502
    Firefox version:  18.0.1
    I am running Windows 7 Home-Premium 32-bit.
    Processor:  Intel Core 2 Duo CPU @ 2.10 GHz 2.10GHz
    Memory:  4GHz installed (2.87 GHz usable)
    I have already followed the steps in the "Windows 7 Flash Player Problems" list.
    I.E. deleting Flash Player cache, and disabling Hardware Acceleration
    But this has not solved the problem.
    Please help!!
    Thanks!

    Hi Chris,
    I've recorded  the complete DXDIAG report at the bottom.
    I tried the HTML5 video, and it plays smoothly with no problems,
    total CPU usage always stayed below 10%, and Flash was always at 0%.
    I tried the non-HMTL5 video, and it did play fine all the way through,
    Flash Player usage seemed to fluctuate between 10-20%, with memory
    usage slowly creeping up to 93,000K.  Typically on the videos on NBC.com
    say, the flash player usage would rapidly go to 150,000K and simultaneously
    the flash player CPU usage would skyrocket:  20%, 40%, 70%, . . . taking
    the CPU usage to 100% and causing the problems I mentioned.  In
    fact, YouTube is probably one of the few video sites where I typically
    don't have problems.  Once the Flash Player would get out of hand, typically
    the video would start skipping and the audio crackling, then audiodg.exe
    would start using 10% resources which would aggravate the problem.
    Hopefully you will notice something from the DirectX Diagnostic Tool.
    In the meantime, I will try the Flash 11.6 Beta.
    Here is the complete record from DXDIAG:
    System Information
    Time of this report: 1/29/2013, 20:30:24
           Machine name: VISTAPRE32
       Operating System: Windows 7 Home Premium 32-bit (6.1, Build 7601) Service Pack 1 (7601.win7sp1_gdr.120830-0333)
               Language: English (Regional Setting: English)
    System Manufacturer: TOSHIBA
           System Model: Satellite A505
                   BIOS: InsydeH2O Version 1.80
              Processor: Intel(R) Core(TM)2 Duo CPU     T6500  @ 2.10GHz (2 CPUs), ~2.1GHz
                 Memory: 4096MB RAM
    Available OS Memory: 2940MB RAM
              Page File: 2535MB used, 3342MB available
            Windows Dir: C:\Windows
        DirectX Version: DirectX 11
    DX Setup Parameters: Not found
       User DPI Setting: Using System DPI
    System DPI Setting: 96 DPI (100 percent)
        DWM DPI Scaling: Disabled
         DxDiag Version: 6.01.7601.17514 32bit Unicode
    DxDiag Notes
          Display Tab 1: No problems found.
            Sound Tab 1: No problems found.
            Sound Tab 2: No problems found.
              Input Tab: No problems found.
    DirectX Debug Levels
    Direct3D:    0/4 (retail)
    DirectDraw:  0/4 (retail)
    DirectInput: 0/5 (retail)
    DirectMusic: 0/5 (retail)
    DirectPlay:  0/9 (retail)
    DirectSound: 0/5 (retail)
    DirectShow:  0/6 (retail)
    Display Devices
              Card name: Mobile Intel(R) 4 Series Express Chipset Family
           Manufacturer: Intel Corporation
              Chip type: Mobile Intel(R) 4 Series Express Chipset Family
               DAC type: Internal
             Device Key: Enum\PCI\VEN_8086&DEV_2A42&SUBSYS_FF101179&REV_07
         Display Memory: 1341 MB
       Dedicated Memory: 128 MB
          Shared Memory: 1213 MB
           Current Mode: 1366 x 768 (32 bit) (60Hz)
           Monitor Name: Generic PnP Monitor
          Monitor Model: unknown
             Monitor Id: SEC3041
            Native Mode: 1366 x 768(p) (59.993Hz)
            Output Type: Internal
            Driver Name: igdumdx32.dll,igd10umd32.dll
    Driver File Version: 8.15.0010.2302 (English)
         Driver Version: 8.15.10.2302
            DDI Version: 10
           Driver Model: WDDM 1.1
      Driver Attributes: Final Retail
       Driver Date/Size: 2/11/2011 18:09:48, 571904 bytes
            WHQL Logo'd: Yes
        WHQL Date Stamp:
      Device Identifier: {D7B78E66-6902-11CF-377A-1ADFA7C2C535}
              Vendor ID: 0x8086
              Device ID: 0x2A42
              SubSys ID: 0xFF101179
            Revision ID: 0x0007
    Driver Strong Name: oem74.inf:Intel.Mfg:iCNT0:8.15.10.2302:pci\ven_8086&dev_2a42
         Rank Of Driver: 00E62001
            Video Accel: ModeMPEG2_A ModeMPEG2_C ModeWMV9_B ModeWMV9_C ModeVC1_B ModeVC1_C
       Deinterlace Caps: {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
                         {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(UYVY,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(UYVY,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(UYVY,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
                         {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(YV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(YV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
                         {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(NV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(NV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(NV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
                         {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(IMC1,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC1,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC1,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
                         {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(IMC2,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
                         {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(IMC3,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC3,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC3,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
                         {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(IMC4,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC4,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC4,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
           D3D9 Overlay: Supported
                DXVA-HD: Supported
           DDraw Status: Enabled
             D3D Status: Enabled
             AGP Status: Enabled
    Sound Devices
                Description: Speakers (Realtek High Definition Audio)
    Default Sound Playback: Yes
    Default Voice Playback: Yes
                Hardware ID: HDAUDIO\FUNC_01&VEN_10EC&DEV_0272&SUBSYS_1179FF18&REV_1000
            Manufacturer ID: 1
                 Product ID: 100
                       Type: WDM
                Driver Name: RTKVHDA.sys
             Driver Version: 6.00.0001.5904 (English)
          Driver Attributes: Final Retail
                WHQL Logo'd: Yes
              Date and Size: 7/28/2009 20:02:42, 2735504 bytes
                Other Files:
            Driver Provider: Realtek Semiconductor Corp.
             HW Accel Level: Basic
                  Cap Flags: 0xF1F
        Min/Max Sample Rate: 100, 200000
    Static/Strm HW Mix Bufs: 1, 0
    Static/Strm HW 3D Bufs: 0, 0
                  HW Memory: 0
           Voice Management: No
    EAX(tm) 2.0 Listen/Src: No, No
       I3DL2(tm) Listen/Src: No, No
    Sensaura(tm) ZoomFX(tm): No
                Description: Realtek Digital Output (Realtek High Definition Audio)
    Default Sound Playback: No
    Default Voice Playback: No
                Hardware ID: HDAUDIO\FUNC_01&VEN_10EC&DEV_0272&SUBSYS_1179FF18&REV_1000
            Manufacturer ID: 1
                 Product ID: 100
                       Type: WDM
                Driver Name: RTKVHDA.sys
             Driver Version: 6.00.0001.5904 (English)
          Driver Attributes: Final Retail
                WHQL Logo'd: Yes
              Date and Size: 7/28/2009 20:02:42, 2735504 bytes
                Other Files:
            Driver Provider: Realtek Semiconductor Corp.
             HW Accel Level: Basic
                  Cap Flags: 0xF1F
        Min/Max Sample Rate: 100, 200000
    Static/Strm HW Mix Bufs: 1, 0
    Static/Strm HW 3D Bufs: 0, 0
                  HW Memory: 0
           Voice Management: No
    EAX(tm) 2.0 Listen/Src: No, No
       I3DL2(tm) Listen/Src: No, No
    Sensaura(tm) ZoomFX(tm): No
    Sound Capture Devices
                Description: Microphone (Realtek High Definition Audio)
      Default Sound Capture: Yes
      Default Voice Capture: Yes
                Driver Name: RTKVHDA.sys
             Driver Version: 6.00.0001.5904 (English)
          Driver Attributes: Final Retail
              Date and Size: 7/28/2009 20:02:42, 2735504 bytes
                  Cap Flags: 0x1
               Format Flags: 0xFFFFF
    DirectInput Devices
          Device Name: Mouse
             Attached: 1
        Controller ID: n/a
    Vendor/Product ID: n/a
            FF Driver: n/a
          Device Name: Keyboard
             Attached: 1
        Controller ID: n/a
    Vendor/Product ID: n/a
            FF Driver: n/a
          Device Name: USB Keyboard
             Attached: 1
        Controller ID: 0x0
    Vendor/Product ID: 0x046D, 0xC31C
            FF Driver: n/a
          Device Name: USB Keyboard
             Attached: 1
        Controller ID: 0x0
    Vendor/Product ID: 0x046D, 0xC31C
            FF Driver: n/a
          Device Name: USB Keyboard
             Attached: 1
        Controller ID: 0x0
    Vendor/Product ID: 0x046D, 0xC31C
            FF Driver: n/a
    Poll w/ Interrupt: No
    USB Devices
    + USB Root Hub
    | Vendor/Product ID: 0x8086, 0x2938
    | Matching Device ID: usb\root_hub
    | Service: usbhub
    | Driver: usbhub.sys, 3/24/2011 21:58:37, 258560 bytes
    | Driver: usbd.sys, 3/24/2011 21:57:53, 5888 bytes
    Gameport Devices
    PS/2 Devices
    + Standard PS/2 Keyboard
    | Matching Device ID: *pnp0303
    | Service: i8042prt
    | Driver: i8042prt.sys, 7/13/2009 18:11:24, 80896 bytes
    | Driver: kbdclass.sys, 7/13/2009 20:20:36, 42576 bytes
    |
    + HID Keyboard Device
    | Vendor/Product ID: 0x046D, 0xC31C
    | Matching Device ID: hid_device_system_keyboard
    | Service: kbdhid
    | Driver: kbdhid.sys, 11/20/2010 04:50:10, 28160 bytes
    | Driver: kbdclass.sys, 7/13/2009 20:20:36, 42576 bytes
    |
    + Terminal Server Keyboard Driver
    | Matching Device ID: root\rdp_kbd
    | Upper Filters: kbdclass
    | Service: TermDD
    | Driver: i8042prt.sys, 7/13/2009 18:11:24, 80896 bytes
    | Driver: kbdclass.sys, 7/13/2009 20:20:36, 42576 bytes
    |
    + Synaptics PS/2 Port TouchPad
    | Matching Device ID: *syn1900
    | Upper Filters: SynTP
    | Service: i8042prt
    | Driver: SynTP.sys, 8/14/2008 09:40:40, 203312 bytes
    | Driver: SynTPAPI.dll, 8/14/2008 09:19:30, 151552 bytes
    | Driver: SynCOM.dll, 8/14/2008 09:03:50, 163840 bytes
    | Driver: SynCtrl.dll, 8/14/2008 09:04:40, 200704 bytes
    | Driver: SynTPRes.dll, 8/14/2008 09:29:16, 6017024 bytes
    | Driver: SynTPCpl.dll, 8/14/2008 09:24:00, 1028096 bytes
    | Driver: SynCntxt.rtf, 8/14/2008 09:29:54, 4713596 bytes
    | Driver: SynZMetr.exe, 8/14/2008 09:06:54, 241664 bytes
    | Driver: SynMood.exe, 8/14/2008 09:05:54, 233472 bytes
    | Driver: SynTPEnh.exe, 8/14/2008 09:40:36, 1348904 bytes
    | Driver: SynTPCOM.dll, 8/14/2008 09:20:02, 102400 bytes
    | Driver: Tutorial.exe, 8/14/2008 09:29:44, 327680 bytes
    | Driver: InstNT.exe, 8/14/2008 09:40:38, 124200 bytes
    | Driver: SynISDLL.dll, 8/14/2008 09:30:14, 630784 bytes
    | Driver: SynUnst.ini, 8/20/2008 07:06:40, 471810 bytes
    | Driver: SynTPHelper.exe, 8/14/2008 09:40:44, 103720 bytes
    | Driver: SynToshiba.exe, 8/14/2008 09:14:20, 200704 bytes
    | Driver: i8042prt.sys, 7/13/2009 18:11:24, 80896 bytes
    | Driver: mouclass.sys, 7/13/2009 20:20:44, 41552 bytes
    | Driver: SynTPCo4.dll, 8/14/2008 09:39:36, 110592 bytes
    | Driver: WdfCoInstaller01007.dll, 7/8/2008 00:55:50, 1112288 bytes
    |
    + HID-compliant mouse
    | Vendor/Product ID: 0x046D, 0xC016
    | Matching Device ID: hid_device_system_mouse
    | Service: mouhid
    | Driver: mouhid.sys, 7/13/2009 18:45:08, 26112 bytes
    | Driver: mouclass.sys, 7/13/2009 20:20:44, 41552 bytes
    |
    + Terminal Server Mouse Driver
    | Matching Device ID: root\rdp_mou
    | Upper Filters: mouclass
    | Service: TermDD
    | Driver: termdd.sys, 11/20/2010 07:30:12, 53120 bytes
    | Driver: sermouse.sys, 7/13/2009 18:45:08, 19968 bytes
    | Driver: mouclass.sys, 7/13/2009 20:20:44, 41552 bytes
    Disk & DVD/CD-ROM Drives
          Drive: C:
    Free Space: 13.4 GB
    Total Space: 305.2 GB
    File System: NTFS
          Model: TOSHIBA MK3255GSX ATA Device
          Drive: D:
          Model: HL-DT-ST DVDRAM GT20F ATA Device
         Driver: c:\windows\system32\drivers\cdrom.sys, 6.01.7601.17514 (English), 11/20/2010 03:38:10, 108544 bytes
    System Devices
         Name: Intel(R) ICH9 Family PCI Express Root Port 4 - 2946
    Device ID: PCI\VEN_8086&DEV_2946&SUBSYS_FF1E1179&REV_03\3&33FD14CA&0&E3
       Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.01.7601.17514 (English), 11/20/2010 07:30:06, 153984 bytes
         Name: Intel(R) ICH9 Family USB Universal Host Controller - 2937
    Device ID: PCI\VEN_8086&DEV_2937&SUBSYS_FF1E1179&REV_03\3&33FD14CA&0&D0
       Driver: C:\Windows\system32\drivers\usbuhci.sys, 6.01.7601.17586 (English), 3/24/2011 21:57:56, 24064 bytes
       Driver: C:\Windows\system32\drivers\usbport.sys, 6.01.7601.17586 (English), 3/24/2011 21:58:07, 284672 bytes
       Driver: C:\Windows\system32\drivers\usbhub.sys, 6.01.7601.17586 (English), 3/24/2011 21:58:37, 258560 bytes
         Name: Intel(R) 82801 PCI Bridge - 2448
    Device ID: PCI\VEN_8086&DEV_2448&SUBSYS_FF1E1179&REV_93\3&33FD14CA&0&F0
       Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.01.7601.17514 (English), 11/20/2010 07:30:06, 153984 bytes
         Name: Intel(R) ICH9 Family PCI Express Root Port 2 - 2942
    Device ID: PCI\VEN_8086&DEV_2942&SUBSYS_FF1E1179&REV_03\3&33FD14CA&0&E1
       Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.01.7601.17514 (English), 11/20/2010 07:30:06, 153984 bytes
         Name: Intel(R) ICH9 Family USB Universal Host Controller - 2936
    Device ID: PCI\VEN_8086&DEV_2936&SUBSYS_FF1E1179&REV_03\3&33FD14CA&0&EA
       Driver: C:\Windows\system32\drivers\usbuhci.sys, 6.01.7601.17586 (English), 3/24/2011 21:57:56, 24064 bytes
       Driver: C:\Windows\system32\drivers\usbport.sys, 6.01.7601.17586 (English), 3/24/2011 21:58:07, 284672 bytes
       Driver: C:\Windows\system32\drivers\usbhub.sys, 6.01.7601.17586 (English), 3/24/2011 21:58:37, 258560 bytes
         Name: Ricoh PCIe xD-Picture Card Controller
    Device ID: PCI\VEN_1180&DEV_E852&SUBSYS_FF1E1179&REV_01\4&D598E9D&0&02E3
       Driver: C:\Windows\system32\DRIVERS\rixdpe86.sys, 6.10.0001.0003 (Japanese), 1/14/2009 10:37:32, 38400 bytes
       Driver: C:\Windows\system32\rixdicon.dll, 1.00.0001.0001 (Japanese), 7/25/2007 11:48:00, 172032 bytes
         Name: Intel(R) ICH9 Family PCI Express Root Port 1 - 2940
    Device ID: PCI\VEN_8086&DEV_2940&SUBSYS_FF1E1179&REV_03\3&33FD14CA&0&E0
       Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.01.7601.17514 (English), 11/20/2010 07:30:06, 153984 bytes
         Name: Intel(R) ICH9 Family USB Universal Host Controller - 2935
    Device ID: PCI\VEN_8086&DEV_2935&SUBSYS_FF1E1179&REV_03\3&33FD14CA&0&E9
       Driver: C:\Windows\system32\drivers\usbuhci.sys, 6.01.7601.17586 (English), 3/24/2011 21:57:56, 24064 bytes
       Driver: C:\Windows\system32\drivers\usbport.sys, 6.01.7601.17586 (English), 3/24/2011 21:58:07, 284672 bytes
       Driver: C:\Windows\system32\drivers\usbhub.sys, 6.01.7601.17586 (English), 3/24/2011 21:58:37, 258560 bytes
         Name: SDA Standard Compliant SD Host Controller
    Device ID: PCI\VEN_1180&DEV_E822&SUBSYS_FF1E1179&REV_01\4&D598E9D&0&00E3
       Driver: C:\Windows\system32\DRIVERS\sdbus.sys, 6.01.7601.17514 (English), 11/20/2010 03:54:02, 84992 bytes
         Name: Intel(R) WiFi Link 5100 AGN
    Device ID: PCI\VEN_8086&DEV_4232&SUBSYS_12018086&REV_00\4&11D53223&0&00E1
       Driver: n/a
         Name: High Definition Audio Controller
    Device ID: PCI\VEN_8086&DEV_293E&SUBSYS_FF1E1179&REV_03\3&33FD14CA&0&D8
       Driver: C:\Windows\system32\DRIVERS\hdaudbus.sys, 6.01.7601.17514 (English), 11/20/2010 04:59:29, 108544 bytes
         Name: Intel(R) ICH9 Family USB Universal Host Controller - 2934
    Device ID: PCI\VEN_8086&DEV_2934&SUBSYS_FF1E1179&REV_03\3&33FD14CA&0&E8
       Driver: C:\Windows\system32\drivers\usbuhci.sys, 6.01.7601.17586 (English), 3/24/2011 21:57:56, 24064 bytes
       Driver: C:\Windows\system32\drivers\usbport.sys, 6.01.7601.17586 (English), 3/24/2011 21:58:07, 284672 bytes
       Driver: C:\Windows\system32\drivers\usbhub.sys, 6.01.7601.17586 (English), 3/24/2011 21:58:37, 258560 bytes
         Name: Ricoh PCIe Memory Stick Host Controller
    Device ID: PCI\VEN_1180&DEV_E230&SUBSYS_FF1E1179&REV_01\4&D598E9D&0&01E3
       Driver: C:\Windows\system32\snymsico.dll, 1.00.0000.9120 (English), 9/4/2004 02:00:00, 90112 bytes
       Driver: C:\Windows\system32\DRIVERS\rimspe86.sys, 6.10.0002.0001 (Japanese), 2/12/2009 13:43:00, 45056 bytes
         Name: Mobile Intel(R) 4 Series Express Chipset Family
    Device ID: PCI\VEN_8086&DEV_2A43&SUBSYS_FF101179&REV_07\3&33FD14CA&0&11
       Driver: n/a
         Name: Intel(R) ICH9 Family USB2 Enhanced Host Controller - 293C
    Device ID: PCI\VEN_8086&DEV_293C&SUBSYS_FF1E1179&REV_03\3&33FD14CA&0&D7
       Driver: C:\Windows\system32\drivers\usbehci.sys, 6.01.7601.17586 (English), 3/24/2011 21:57:58, 43008 bytes
       Driver: C:\Windows\system32\drivers\usbport.sys, 6.01.7601.17586 (English), 3/24/2011 21:58:07, 284672 bytes
       Driver: C:\Windows\system32\drivers\usbhub.sys, 6.01.7601.17586 (English), 3/24/2011 21:58:37, 258560 bytes
         Name: Intel(R) ICH9 Family SMBus Controller - 2930
    Device ID: PCI\VEN_8086&DEV_2930&SUBSYS_FF1E1179&REV_03\3&33FD14CA&0&FB
       Driver: n/a
         Name: Realtek PCIe FE Family Controller
    Device ID: PCI\VEN_10EC&DEV_8136&SUBSYS_FF1E1179&REV_02\4&2BC30F68&0&00E0
       Driver: n/a
         Name: Mobile Intel(R) 4 Series Express Chipset Family
    Device ID: PCI\VEN_8086&DEV_2A42&SUBSYS_FF101179&REV_07\3&33FD14CA&0&10
       Driver: C:\Windows\system32\DRIVERS\igdkmd32.sys, 8.15.0010.2302 (English), 2/11/2011 18:12:16, 9036800 bytes
       Driver: C:\Windows\system32\igdumd32.dll, 8.15.0010.2302 (English), 2/11/2011 18:12:16, 4967424 bytes
       Driver: C:\Windows\system32\igkrng500.bin, 4/21/2010 17:08:14, 982240 bytes
       Driver: C:\Windows\system32\igcompkrng500.bin, 4/21/2010 17:08:14, 439308 bytes
       Driver: C:\Windows\system32\igfcg500m.bin, 4/21/2010 17:08:14, 92356 bytes
       Driver: C:\Windows\system32\iglhxs32.vp, 2/11/2011 18:42:52, 51636 bytes
       Driver: C:\Windows\system32\iglhxo32.vp, 4/21/2010 16:22:50, 60015 bytes
       Driver: C:\Windows\system32\iglhxc32.vp, 4/21/2010 16:22:50, 60226 bytes
       Driver: C:\Windows\system32\iglhxg32.vp, 4/21/2010 16:22:52, 60254 bytes
       Driver: C:\Windows\system32\iglhxa32.vp, 4/21/2010 16:22:50, 1090 bytes
       Driver: C:\Windows\system32\iglhxa32.cpa, 4/21/2010 16:22:50, 1921265 bytes
       Driver: C:\Windows\system32\iglhcp32.dll, 1.05.0002.0001 (English), 2/11/2011 17:35:00, 147456 bytes
       Driver: C:\Windows\system32\iglhsip32.dll, 1.05.0002.0001 (English), 2/11/2011 17:35:00, 208896 bytes
       Driver: C:\Windows\system32\hccutils.dll, 8.15.0010.2302 (English), 2/11/2011 17:40:48, 95232 bytes
       Driver: C:\Windows\system32\igfxsrvc.dll, 8.15.0010.2302 (English), 2/11/2011 17:41:12, 57856 bytes
       Driver: C:\Windows\system32\igfxsrvc.exe, 8.15.0010.2302 (English), 2/11/2011 18:26:30, 267800 bytes
       Driver: C:\Windows\system32\igfxpph.dll, 8.15.0010.2302 (English), 2/11/2011 17:41:30, 195584 bytes
       Driver: C:\Windows\system32\igfxcpl.cpl, 8.15.0010.2302 (English), 2/11/2011 17:41:30, 115200 bytes
       Driver: C:\Windows\system32\igfxdev.dll, 8.15.0010.2302 (English), 2/11/2011 17:40:38, 228864 bytes
       Driver: C:\Windows\system32\igfxdo.dll, 8.15.0010.2302 (English), 2/11/2011 17:40:56, 130048 bytes
       Driver: C:\Windows\system32\igfxtray.exe, 8.15.0010.2302 (English), 2/11/2011 18:26:32, 137752 bytes
       Driver: C:\Windows\system32\hkcmd.exe, 8.15.0010.2302 (English), 2/11/2011 18:26:26, 171032 bytes
       Driver: C:\Windows\system32\igfxress.dll, 8.15.0010.2302 (English), 2/11/2011 17:40:38, 828928 bytes
       Driver: C:\Windows\system32\igfxpers.exe, 8.15.0010.2302 (English), 2/11/2011 18:26:30, 172568 bytes
       Driver: C:\Windows\system32\igfxTMM.dll, 8.15.0010.2302 (English), 2/11/2011 17:41:30, 261632 bytes
       Driver: C:\Windows\system32\TVWSetup.exe, 1.00.0001.0000 (English), 2/11/2011 18:26:38, 8198680 bytes
       Driver: C:\Windows\system32\gfxSrvc.dll, 8.15.0010.2302 (English), 2/11/2011 17:40:42, 120320 bytes
       Driver: C:\Windows\system32\GfxUI.exe, 8.15.0010.2302 (English), 2/11/2011 18:26:22, 3157528 bytes
       Driver: C:\Windows\system32\GfxUI.exe.config, 4/21/2010 16:29:46, 151 bytes
       Driver: C:\Windows\system32\IGFXDEVLib.dll, 1.00.0000.0000 (Invariant Language), 2/11/2011 17:40:40, 4096 bytes
       Driver: C:\Windows\system32\igfxext.exe, 8.15.0010.2302 (English), 2/11/2011 18:26:28, 179224 bytes
       Driver: C:\Windows\system32\igfxexps.dll, 8.15.0010.2302 (English), 2/11/2011 17:41:28, 23552 bytes
       Driver: C:\Windows\system32\igfxrara.lrc, 8.15.0010.2302 (English), 2/11/2011 17:44:00, 84480 bytes
       Driver: C:\Windows\system32\igfxrchs.lrc, 8.15.0010.2302 (English), 2/11/2011 17:44:00, 81920 bytes
       Driver: C:\Windows\system32\igfxrcht.lrc, 8.15.0010.2302 (English), 2/11/2011 17:44:00, 81920 bytes
       Driver: C:\Windows\system32\igfxrdan.lrc, 8.15.0010.2302 (English), 2/11/2011 17:44:02, 84992 bytes
       Driver: C:\Windows\system32\igfxrdeu.lrc, 8.15.0010.2302 (English), 2/11/2011 17:44:02, 86016 bytes
       Driver: C:\Windows\system32\igfxrenu.lrc, 8.15.0010.2302 (English), 2/11/2011 17:40:38, 85504 bytes
       Driver: C:\Windows\system32\igfxresn.lrc, 8.15.0010.2302 (English), 2/11/2011 17:44:08, 86528 bytes
       Driver: C:\Windows\system32\igfxrfin.lrc, 8.15.0010.2302 (English), 2/11/2011 17:44:02, 85504 bytes
       Driver: C:\Windows\system32\igfxrfra.lrc, 8.15.0010.2302 (English), 2/11/2011 17:44:02, 86528 bytes
       Driver: C:\Windows\system32\igfxrheb.lrc, 8.15.0010.2302 (English), 2/11/2011 17:44:04, 84480 bytes
       Driver: C:\Windows\system32\igfxrita.lrc, 8.15.0010.2302 (English), 2/11/2011 17:44:04, 86016 bytes
       Driver: C:\Windows\system32\igfxrjpn.lrc, 8.15.0010.2302 (English), 2/11/2011 17:44:04, 82944 bytes
       Driver: C:\Windows\system32\igfxrkor.lrc, 8.15.0010.2302 (English), 2/11/2011 17:44:06, 82944 bytes
       Driver: C:\Windows\system32\igfxrnld.lrc, 8.15.0010.2302 (English), 2/11/2011 17:44:02, 86016 bytes
       Driver: C:\Windows\system32\igfxrnor.lrc, 8.15.0010.2302 (English), 2/11/2011 17:44:06, 85504 bytes
       Driver: C:\Windows\system32\igfxrplk.lrc, 8.15.0010.2302 (English), 2/11/2011 17:44:06, 86016 bytes
       Driver: C:\Windows\system32\igfxrptb.lrc, 8.15.0010.2302 (English), 2/11/2011 17:44:06, 85504 bytes
       Driver: C:\Windows\system32\igfxrptg.lrc, 8.15.0010.2302 (English), 2/11/2011 17:44:08, 86016 bytes
       Driver: C:\Windows\system32\igfxrrus.lrc, 8.15.0010.2302 (English), 2/11/2011 17:44:08, 86016 bytes
       Driver: C:\Windows\system32\igfxrsky.lrc, 8.15.0010.2302 (English), 2/11/2011 17:44:10, 86016 bytes
       Driver: C:\Windows\system32\igfxrslv.lrc, 8.15.0010.2302 (English), 2/11/2011 17:44:10, 85504 bytes
       Driver: C:\Windows\system32\igfxrsve.lrc, 8.15.0010.2302 (English), 2/11/2011 17:44:08, 85504 bytes
       Driver: C:\Windows\system32\igfxrtha.lrc, 8.15.0010.2302 (English), 2/11/2011 17:44:10, 84992 bytes
       Driver: C:\Windows\system32\igfxrcsy.lrc, 8.15.0010.2302 (English), 2/11/2011 17:44:00, 85504 bytes
       Driver: C:\Windows\system32\igfxrell.lrc, 8.15.0010.2302 (English), 2/11/2011 17:44:04, 86528 bytes
       Driver: C:\Windows\system32\igfxrhun.lrc, 8.15.0010.2302 (English), 2/11/2011 17:44:04, 85504 bytes
       Driver: C:\Windows\system32\igfxrtrk.lrc, 8.15.0010.2302 (English), 2/11/2011 17:44:10, 85504 bytes
       Driver: C:\Windows\system32\Gfxres.ar-SA.resources, 2/11/2011 17:44:12, 139851 bytes
       Driver: C:\Windows\system32\Gfxres.cs-CZ.resources, 2/11/2011 17:44:14, 118687 bytes
       Driver: C:\Windows\system32\Gfxres.da-DK.resources, 2/11/2011 17:44:14, 114203 bytes
       Driver: C:\Windows\system32\Gfxres.de-DE.resources, 2/11/2011 17:44:16, 122651 bytes
       Driver: C:\Windows\system32\Gfxres.el-GR.resources, 2/11/2011 17:44:16, 178349 bytes
       Driver: C:\Windows\system32\Gfxres.es-ES.resources, 2/11/2011 17:44:18, 122869 bytes
       Driver: C:\Windows\system32\Gfxres.en-US.resources, 7/28/2010 19:24:40, 110156 bytes
       Driver: C:\Windows\system32\Gfxres.fi-FI.resources, 2/11/2011 17:44:20, 118639 bytes
       Driver: C:\Windows\system32\Gfxres.fr-FR.resources, 2/11/2011 17:44:20, 120742 bytes
       Driver: C:\Windows\system32\Gfxres.he-IL.resources, 2/11/2011 17:44:22, 133688 bytes
       Driver: C:\Windows\system32\Gfxres.hu-HU.resources, 2/11/2011 17:44:22, 119558 bytes
       Driver: C:\Windows\system32\Gfxres.it-IT.resources, 2/11/2011 17:44:24, 125500 bytes
       Driver: C:\Windows\system32\Gfxres.ja-JP.resources, 2/11/2011 17:44:24, 136343 bytes
       Driver: C:\Windows\system32\Gfxres.ko-KR.resources, 2/11/2011 17:44:26, 123172 bytes
       Driver: C:\Windows\system32\Gfxres.nb-NO.resources, 2/11/2011 17:44:28, 114794 bytes
       Driver: C:\Windows\system32\Gfxres.nl-NL.resources, 2/11/2011 17:44:28, 119528 bytes
       Driver: C:\Windows\system32\Gfxres.pl-PL.resources, 2/11/2011 17:44:30, 118351 bytes
       Driver: C:\Windows\system32\Gfxres.pt-BR.resources, 2/11/2011 17:44:30, 120308 bytes
       Driver: C:\Windows\system32\Gfxres.pt-PT.resources, 2/11/2011 17:44:32, 119009 bytes
       Driver: C:\Windows\system32\Gfxres.ru-RU.resources, 2/11/2011 17:44:32, 165337 bytes
       Driver: C:\Windows\system32\Gfxres.sk-SK.resources, 2/11/2011 17:44:34, 118000 bytes
       Driver: C:\Windows\system32\Gfxres.sl-SI.resources, 2/11/2011 17:44:36, 114314 bytes
       Driver: C:\Windows\system32\Gfxres.sv-SE.resources, 2/11/2011 17:44:36, 119302 bytes
       Driver: C:\Windows\system32\Gfxres.th-TH.resources, 2/11/2011 17:44:38, 189494 bytes
       Driver: C:\Windows\system32\Gfxres.tr-TR.resources, 2/11/2011 17:44:38, 121115 bytes
       Driver: C:\Windows\system32\Gfxres.zh-CN.resources, 2/11/2011 17:44:40, 102825 bytes
       Driver: C:\Windows\system32\Gfxres.zh-TW.resources, 2/11/2011 17:44:40, 103986 bytes
       Driver: C:\Windows\system32\ig4icd32.dll, 8.15.0010.2302 (English), 2/11/2011 17:51:10, 11039744 bytes
       Driver: C:\Windows\system32\igd10umd32.dll, 8.15.0010.2302 (English), 2/11/2011 18:04:40, 4411392 bytes
       Driver: C:\Windows\system32\d3dx10_40.dll, 9.24.0950.2656 (English), 4/21/2010 16:22:52, 452440 bytes
       Driver: C:\Windows\system32\igdumdx32.dll, 8.15.0010.2302 (English), 2/11/2011 18:09:48, 571904 bytes
       Driver: C:\Windows\system32\igfxCoIn_v2302.dll, 1.02.0030.0000 (English), 2/11/2011 18:20:00, 81920 bytes
         Name: Intel(R) ICH9 Family USB2 Enhanced Host Controller - 293A
    Device ID: PCI\VEN_8086&DEV_293A&SUBSYS_FF1E1179&REV_03\3&33FD14CA&0&EF
       Driver: C:\Windows\system32\drivers\usbehci.sys, 6.01.7601.17586 (English), 3/24/2011 21:57:58, 43008 bytes
       Driver: C:\Windows\system32\drivers\usbport.sys, 6.01.7601.17586 (English), 3/24/2011 21:58:07, 284672 bytes
       Driver: C:\Windows\system32\drivers\usbhub.sys, 6.01.7601.17586 (English), 3/24/2011 21:58:37, 258560 bytes
         Name: Intel(R) ICH9M/M-E 2 port Serial ATA Storage Controller 2 - 292D
    Device ID: PCI\VEN_8086&DEV_292D&SUBSYS_FF1E1179&REV_03\3&33FD14CA&0&FD
       Driver: C:\Windows\system32\DRIVERS\pciide.sys, 6.01.7600.16385 (English), 7/13/2009 20:20:45, 12368 bytes
       Driver: C:\Windows\system32\DRIVERS\pciidex.sys, 6.01.7600.16385 (English), 7/13/2009 20:19:03, 42560 bytes
       Driver: C:\Windows\system32\DRIVERS\atapi.sys, 6.01.7600.16385 (English), 7/13/2009 20:26:15, 21584 bytes
       Driver: C:\Windows\system32\DRIVERS\ataport.sys, 6.01.7601.17514 (English), 11/20/2010 07:29:12, 132992 bytes
         Name: Mobile Intel(R) 4 Series Chipset Processor to DRAM Controller - 2A40
    Device ID: PCI\VEN_8086&DEV_2A40&SUBSYS_FF1E1179&REV_07\3&33FD14CA&0&00
       Driver: n/a
         Name: Intel(R) ICH9 Family USB Universal Host Controller - 2939
    Device ID: PCI\VEN_8086&DEV_2939&SUBSYS_FF1E1179&REV_03\3&33FD14CA&0&EB
       Driver: C:\Windows\system32\drivers\usbuhci.sys, 6.01.7601.17586 (English), 3/24/2011 21:57:56, 24064 bytes
       Driver: C:\Windows\system32\drivers\usbport.sys, 6.01.7601.17586 (English), 3/24/2011 21:58:07, 284672 bytes
       Driver: C:\Windows\system32\drivers\usbhub.sys, 6.01.7601.17586 (English), 3/24/2011 21:58:37, 258560 bytes
         Name: Intel(R) ICH9M/M-E 2 port Serial ATA Storage Controller 1 - 2928
    Device ID: PCI\VEN_8086&DEV_2928&SUBSYS_FF1E1179&REV_03\3&33FD14CA&0&FA
       Driver: C:\Windows\system32\DRIVERS\pciide.sys, 6.01.7600.16385 (English), 7/13/2009 20:20:45, 12368 bytes
       Driver: C:\Windows\system32\DRIVERS\pciidex.sys, 6.01.7600.16385 (English), 7/13/2009 20:19:03, 42560 bytes
       Driver: C:\Windows\system32\DRIVERS\atapi.sys, 6.01.7600.16385 (English), 7/13/2009 20:26:15, 21584 bytes
       Driver: C:\Windows\system32\DRIVERS\ataport.sys, 6.01.7601.17514 (English), 11/20/2010 07:29:12, 132992 bytes
         Name: Intel(R) ICH9 Family PCI Express Root Port 5 - 2948
    Device ID: PCI\VEN_8086&DEV_2948&SUBSYS_FF1E1179&REV_03\3&33FD14CA&0&E4
       Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.01.7601.17514 (English), 11/20/2010 07:30:06, 153984 bytes
         Name: Intel(R) ICH9 Family USB Universal Host Controller - 2938
    Device ID: PCI\VEN_8086&DEV_2938&SUBSYS_FF1E1179&REV_03\3&33FD14CA&0&D1
       Driver: C:\Windows\system32\drivers\usbuhci.sys, 6.01.7601.17586 (English), 3/24/2011 21:57:56, 24064 bytes
       Driver: C:\Windows\system32\drivers\usbport.sys, 6.01.7601.17586 (English), 3/24/2011 21:58:07, 284672 bytes
       Driver: C:\Windows\system32\drivers\usbhub.sys, 6.01.7601.17586 (English), 3/24/2011 21:58:37, 258560 bytes
         Name: Intel(R) ICH9M LPC Interface Controller - 2919
    Device ID: PCI\VEN_8086&DEV_2919&SUBSYS_FF1E1179&REV_03\3&33FD14CA&0&F8
       Driver: C:\Windows\system32\DRIVERS\msisadrv.sys, 6.01.7600.16385 (English), 7/13/2009 20:20:43, 13888 bytes
    DirectShow Filters
    DirectShow Filters:
    WMAudio Decoder DMO,0x00800800,1,1,WMADMOD.DLL,6.01.7601.17514
    WMAPro over S/PDIF DMO,0x00600800,1,1,WMADMOD.DLL,6.01.7601.17514
    WMSpeech Decoder DMO,0x00600800,1,1,WMSPDMOD.DLL,6.01.7601.17514
    MP3 Decoder DMO,0x00600800,1,1,mp3dmod.dll,6.01.7600.16385
    Mpeg4s Decoder DMO,0x00800001,1,1,mp4sdecd.dll,6.01.7600.16385
    WMV Screen decoder DMO,0x00600800,1,1,wmvsdecd.dll,6.01.7601.17514
    WMVideo Decoder DMO,0x00800001,1,1,wmvdecod.dll,6.01.7601.17514
    Mpeg43 Decoder DMO,0x00800001,1,1,mp43decd.dll,6.01.7600.16385
    Mpeg4 Decoder DMO,0x00800001,1,1,mpg4decd.dll,6.01.7600.16385
    DivX Decoder Filter,0x00800000,1,1,,
    Nero Audible Decoder,0x00200000,1,1,NeAudible.ax,4.05.0011.0000
    Nero Subpicture Decoder,0x00400000,1,1,NeSubpicture.ax,4.05.0011.0000
    WMT VIH2 Fix,0x00200000,1,1,WLXVAFilt.dll,15.04.3508.1109
    Record Queue,0x00200000,1,1,WLXVAFilt.dll,15.04.3508.1109
    WMT Switch Filter,0x00200000,1,1,WLXVAFilt.dll,15.04.3508.1109
    WMT Virtual Renderer,0x00200000,1,0,WLXVAFilt.dll,15.04.3508.1109
    WMT DV Extract,0x00200000,1,1,WLXVAFilt.dll,15.04.3508.1109
    WMT Virtual Source,0x00200000,0,1,WLXVAFilt.dll,15.04.3508.1109
    WMT Sample Information Filter,0x00200000,1,1,WLXVAFilt.dll,15.04.3508.1109
    Nero Scene Detector 2,0x00200000,2,0,NeSceneDetector.ax,4.05.0011.0000
    Nero Stream Buffer Sink,0x00200000,0,0,NeSBE.ax,4.05.0011.0000
    Nero Subtitle,0x00200000,1,1,NeSubtitle.ax,4.05.0011.0000
    DV Muxer,0x00400000,0,0,qdv.dll,6.06.7601.17514
    Nero3D Video Filter,0x00200000,1,1,NSG_dxFilter.dll,1.05.0002.0000
    Nero Digital Audio Decoder,0x00400000,1,1,neaudio.ax,4.05.0011.0000
    DV Scenes,0x00200000,1,1,NVDV.dll,3.00.0003.0000
    Color Space Converter,0x00400001,1,1,quartz.dll,6.06.7601.17713
    WM ASF Reader,0x00400000,0,0,qasf.dll,12.00.7601.17514
    Screen Capture filter,0x00200000,0,1,wmpsrcwp.dll,12.00.7601.17514
    AVI Splitter,0x00600000,1,1,quartz.dll,6.06.7601.17713
    VGA 16 Color Ditherer,0x00400000,1,1,quartz.dll,6.06.7601.17713
    SBE2MediaTypeProfile,0x00200000,0,0,sbe.dll,6.06.7601.17528
    CyberLink AudioCD Filter (PDVD6),0x00600000,0,1,CLAudioCD.ax,5.00.0000.2107
    Nero FTC,0x00200000,1,1,NeFTC.ax,1.00.0000.0000
    Microsoft DTV-DVD Video Decoder,0x005fffff,2,4,msmpeg2vdec.dll,6.01.7140.0000
    AC3 Parser Filter,0x00600000,1,1,mpg2splt.ax,6.06.7601.17528
    CyberLink Audio Decoder,0x00602000,1,1,CLAud.ax,6.00.0000.1027
    DivX AAC Decoder,0x00800000,1,1,daac.ax,8.08.0000.41966
    StreamBufferSink,0x00200000,0,0,sbe.dll,6.06.7601.17528
    Microsoft TV Captions Decoder,0x00200001,1,0,MSTVCapn.dll,6.01.7601.17715
    Nero Resize,0x00400000,1,1,NeResize.ax,4.05.0011.0000
    MJPEG Decompressor,0x00600000,1,1,quartz.dll,6.06.7601.17713
    CyberLink Audio Effect (PDVD6),0x00200000,1,1,claudfx.ax,6.00.0000.0917
    CBVA DMO wrapper filter,0x00200000,1,1,cbva.dll,6.01.7601.17514
    MPEG-I Stream Splitter,0x00600000,1,2,quartz.dll,6.06.7601.17713
    SAMI (CC) Parser,0x00400000,1,1,quartz.dll,6.06.7601.17713
    Nero AV Synchronizer,0x00200000,1,1,NeAVSync.ax,4.05.0011.0000
    VBI Codec,0x00600000,1,4,VBICodec.ax,6.06.7601.17514
    Nero Audio Stream Renderer,0x00200000,1,0,NeRender.ax,4.05.0011.0000
    MPEG-2 Splitter,0x005fffff,1,0,mpg2splt.ax,6.06.7601.17528
    Closed Captions Analysis Filter,0x00200000,2,5,cca.dll,6.06.7601.17514
    SBE2FileScan,0x00200000,0,0,sbe.dll,6.06.7601.17528
    Microsoft MPEG-2 Video Encoder,0x00200000,1,1,msmpeg2enc.dll,6.01.7601.17514
    Nero Digital AVC Audio Encoder,0x00200000,1,2,NeNDAud.ax,4.05.0011.0000
    Nero Digital AVC File Writer,0x00200000,1,0,NeNDMux.ax,4.05.0011.0000
    Nero Digital AVC Video Enc,0x00200000,1,2,NeNDVid.ax,4.05.0011.0000
    Nero Digital AVC Null Renderer,0x00200000,1,0,NeNDMux.ax,4.05.0011.0000
    Nero Digital AVC Muxer,0x00200000,2,1,NeNDMux.ax,4.05.0011.0000
    Nero QuickTime(tm) Video Decoder,0x00400000,1,1,NeQTDec.ax,4.05.0011.0000
    Nero3D Transition,0x00200000,1,1,NSG_dxFilter.dll,1.05.0002.0000
    Internal Script Command Renderer,0x00800001,1,0,quartz.dll,6.06.7601.17713
    MPEG Audio Decoder,0x03680001,1,1,quartz.dll,6.06.7601.17713
    Nero Digital AVC Subpicture Enc,0x00200000,1,0,NeNDMux.ax,4.05.0011.0000
    Nero Format Converter,0x00200000,1,1,NeroFormatConv.ax,4.05.0011.0000
    Nero Overlay Mixer,0x00200000,1,1,NeOverlayMixer.ax,4.05.0011.0000
    Nero MP4 Splitter,0x00600000,1,1,NeMP4Splitter.ax,4.05.0011.0000
    DV Splitter,0x00600000,1,2,qdv.dll,6.06.7601.17514
    Nero Video Decoder HD,0x00400000,3,1,nevideohd.ax,4.05.0011.0000
    HighMAT and MPV Navigator Filter,0x00200000,0,3,HMNavigator.ax,4.05.0011.0000
    Video Mixing Renderer 9,0x00200000,1,0,quartz.dll,6.06.7601.17713
    Nero Photo Source,0x00200000,0,1,NePhotoSource.ax,4.05.0011.0000
    CyberLink Demux (PDVD6),0x00200000,1,0,CLDemuxer.ax,1.00.0000.2221
    Nero Video Analyzer,0x00200000,2,0,NeVideoAnalyzer.ax,4.05.0011.0000
    Nero ES Video Reader,0x00600000,0,1,NDParser.ax,4.05.0011.0000
    CyberLink Line21 Decoder (PDVD6),0x00200000,0,2,CLLine21.ax,4.00.0000.4520
    Microsoft MPEG-2 Encoder,0x00200000,2,1,msmpeg2enc.dll,6.01.7601.17514
    DV Source Filter,0x00400000,0,1,NVDV.dll,3.00.0003.0000
    Nero Audio CD Filter,0x00200000,0,1,NeAudCD.ax,4.05.0011.0000
    Nero3D Text Effect,0x00200000,1,1,NSG_dxFilter.dll,1.05.0002.0000
    Nero Video Renderer,0x00200000,1,0,NeVideoRenderer.ax,4.05.0011.0000
    Nero PresentationGraphics Decoder,0x00600000,2,1,NeBDGraphic.ax,4.05.0011.0000
    ACM Wrapper,0x00600000,1,1,quartz.dll,6.06.7601.17713
    Video Renderer,0x00800001,1,0,quartz.dll,6.06.7601.17713
    Nero DVD Navigator,0x00600000,0,12,nedvd.ax,4.05.0011.0000
    MPEG-2 Video Stream Analyzer,0x00200000,0,0,sbe.dll,6.06.7601.17528
    Line 21 Decoder,0x00600000,1,1,qdvd.dll,6.06.7601.17835
    Nero InteractiveGraphics Decoder,0x00600000,1,1,NeBDGraphic.ax,4.05.0011.0000
    Video Port Manager,0x00600000,2,1,quartz.dll,6.06.7601.17713
    DivX H.264 Decoder,0x00800000,1,1,DivXDecH264.ax,9.00.0001.0021
    Video Renderer,0x00400000,1,0,quartz.dll,6.06.7601.17713
    DivX Demux Filter,0x00800002,0,1,DirectShowDemuxFilter.dll,1.00.0003.0111
    Nero Sound Processor,0x00200000,1,1,NeSoundProc.ax,4.05.0011.0000
    Nero Audio Sample Renderer,0x00200000,1,0,NeRender.ax,4.05.0011.0000
    TOSHIBA Progress Monitor,0x00200000,1,1,TProgMon.ax,1.00.0001.0209
    CyberLink Audio Spectrum Analyzer (PDVD6),0x00200000,1,1,CLAudSpa.ax,1.00.0000.0924
    TOSHIBA WAV Converter,0x00200000,0,0,TWavConv.ax,1.00.0000.0315
    File Writer,0x00200000,1,0,WLXVAFilt.dll,15.04.3508.1109
    Nero Vcd Navigator,0x00600000,0,2,NeVCD.ax,4.05.0011.0000
    DivX Decoder Filter,0x00800000,1,1,,
    Nero Audio Processor,0x00200000,1,1,NeAudioConv.ax,4.05.0011.0000
    VPS Decoder,0x00200000,0,0,WSTPager.ax,6.06.7601.17514
    WM ASF Writer,0x00400000,0,0,qasf.dll,12.00.7601.17514
    DivX Demux Filter (Unrestricted Edition),0x00600000,0,1,DirectShowDemuxFilter.dll,1.00.0003.0111
    Nero Mpeg2 Encoder,0x00200000,2,1,NeVCR.ax,4.05.0011.0000
    VBI Surface Allocator,0x00600000,1,1,vbisurf.ax,6.01.7601.17514
    Nero Audio Decoder 2,0x00600000,1,1,neaudio2.ax,4.05.0011.0000
    Nero Video Stream Renderer,0x00200000,1,0,NeRender.ax,4.05.0011.0000
    File writer,0x00200000,1,0,qcap.dll,6.06.7601.17514
    iTV Data Sink,0x00600000,1,0,itvdata.dll,6.06.7601.17514
    iTV Data Capture filter,0x00600000,1,1,itvdata.dll,6.06.7601.17514
    CyberLink Video/SP Decoder,0x00600000,2,3,CLVSD.ax,6.00.0000.1006
    Nero Stream Buffer Source,0x00200000,0,0,NeSBE.ax,4.05.0011.0000
    Nero PS Muxer,0x00200000,1,1,NePSMuxer.ax,4.05.0011.0000
    DVD Navigator,0x00200000,0,3,qdvd.dll,6.06.7601.17835
    CyberLink DVD Navigator (PDVD6),0x00600000,0,3,CLNavX.ax,6.00.0000.1015
    CyberLink TimeStretch Filter (PDVD6),0x00200000,1,1,clauts.ax,1.00.0000.2212
    Microsoft TV Subtitles Decoder,0x00200001,1,0,MSTVCapn.dll,6.01.7601.17715
    Overlay Mixer2,0x00200000,1,1,qdvd.dll,6.06.7601.17835
    Cyberlink SubTitle Importor (PDVD6),0x00200000,1,1,CLSubTitle.ax,1.00.0000.1102
    Nero Splitter,0x00600000,1,3,NeSplitter.ax,4.05.0011.0000
    Nero Deinterlace,0x00200000,1,1,NeDeinterlace.ax,4.05.0011.0000
    AC3Filter,0x40000000,1,1,ac3filter.ax,1.03.0001.0000
    AVI Draw,0x00600064,9,1,quartz.dll,6.06.7601.17713
    RDP DShow Redirection Filter,0xffffffff,1,0,DShowRdpFilter.dll,
    Nero File Source / Splitter,0x00600000,0,3,NeFSource.ax,4.05.0011.0000
    Microsoft MPEG-2 Audio Encoder,0x00200000,1,1,msmpeg2enc.dll,6.01.7601.17514
    WST Pager,0x00200000,1,1,WSTPager.ax,6.06.7601.17514
    MPEG-2 Demultiplexer,0x00600000,1,1,mpg2splt.ax,6.06.7601.17528
    DV Video Decoder,0x00800000,1,1,qdv.dll,6.06.7601.17514
    Nero Video Processor,0x00200000,1,1,NeroVideoProc.ax,4.05.0011.0000
    Nero Video Decoder,0x00600000,2,2,nevideo.ax,4.05.0011.0000
    SampleGrabber,0x00200000,1,1,qedit.dll,6.06.7601.17514
    Null Renderer,0x00200000,1,0,qedit.dll,6.06.7601.17514
    Nero Sound Switcher,0x00200000,1,1,NeSoundSwitch.ax,4.05.0011.0000
    MPEG-2 Sections and Tables,0x005fffff,1,0,Mpeg2Data.ax,6.06.7601.17514
    Microsoft AC3 Encoder,0x00200000,1,1,msac3enc.dll,6.01.7601.17514
    Nero Audio CD Navigator,0x00200000,0,1,NeAudCD.ax,4.05.0011.0000
    StreamBufferSource,0x00200000,0,0,sbe.dll,6.06.7601.17528
    Smart Tee,0x00200000,1,2,qcap.dll,6.06.7601.17514
    Nero Thumbnail Decoder,0x00600000,1,1,NeBDThumbnail.ax,4.05.0011.0000
    Overlay Mixer,0x00200000,0,0,qdvd.dll,6.06.7601.17835
    Nero Scene Detector,0x00200000,1,0,NeSceneDetector.ax,4.05.0011.0000
    Nero Stream Control,0x00200000,1,1,NeStreamControl.ax,1.00.0000.0000
    AVI Decompressor,0x00600000,1,1,quartz.dll,6.06.7601.17713
    NetBridge,0x00200000,2,0,netbridge.dll,6.01.7601.17514
    Nero Sample Queue,0x00200000,1,1,NeSampleQueue.ax,1.00.0000.0000
    AVI/WAV File Source,0x00400000,0,2,quartz.dll,6.06.7601.17713
    Wave Parser,0x00400000,1,1,quartz.dll,6.06.7601.17713
    MIDI Parser,0x00400000,1,1,quartz.dll,6.06.7601.17713
    Multi-file Parser,0x00400000,1,1,quartz.dll,6.06.7601.17713
    File stream renderer,0x00400000,1,1,quartz.dll,6.06.7601.17713
    Nero File Source,0x00200000,0,1,NeFileSrc.ax,4.05.0011.0000
    Nero QuickTime(tm) Audio Decoder,0x00400000,1,1,NeQTDec.ax,4.05.0011.0000
    Nero File Source (Async.),0x00400000,0,1,NeFileSourceAsync.ax,4.05.0011.0000
    Nero Ogg Splitter,0x00400000,1,1,NeOggSplitter.ax,4.05.0011.0000
    Nero DVD Decoder,0x00600000,2,2,nevideo.ax,4.05.0011.0000
    Microsoft DTV-DVD Audio Decoder,0x005fffff,1,1,msmpeg2adec.dll,6.01.7140.0000
    Nero Digital Parser,0x00600000,0,3,NDParser.ax,4.05.0011.0000
    StreamBufferSink2,0x00200000,0,0,sbe.dll,6.06.7601.17528
    AVI Mux,0x00200000,1,0,qcap.dll,6.06.7601.17514
    Line 21 Decoder 2,0x00600002,1,1,quartz.dll,6.06.7601.17713
    File Source (Async.),0x00400000,0,1,quartz.dll,6.06.7601.17713
    File Source (URL),0x00400000,0,1,quartz.dll,6.06.7601.17713
    Media Center Extender Encryption Filter,0x00200000,2,2,Mcx2Filter.dll,6.01.7601.17514
    AudioRecorder WAV Dest,0x00200000,0,0,WavDest.dll,
    AudioRecorder Wave Form,0x00200000,0,0,WavDest.dll,
    SoundRecorder Null Renderer,0x00200000,0,0,WavDest.dll,
    Nero Frame Capture,0x00200000,1,1,NeCapture.ax,4.05.0011.0000
    Nero Video Sample Renderer,0x00200000,1,0,NeRender.ax,4.05.0011.0000
    HighMAT/MPV Navigator Client Filter,0x00200000,0,0,HMNavigator.ax,4.05.0011.0000
    Infinite Pin Tee Filter,0x00200000,1,1,qcap.dll,6.06.7601.17514
    Nero DV Splitter,0x00200000,1,2,NeDVSplitter.ax,4.05.0011.0000
    Enhanced Video Renderer,0x00200000,1,0,evr.dll,6.01.7601.17514
    BDA MPEG2 Transport Information Filter,0x00200000,2,0,psisrndr.ax,6.06.7601.17669
    MPEG Video Decoder,0x40000001,1,1,quartz.dll,6.06.7601.17713
    WDM Streaming Tee/Splitter Devices:
    Tee/Sink-to-Sink Converter,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
    Video Compressors:
    WMVideo8 Encoder DMO,0x00600800,1,1,wmvxencd.dll,6.01.7600.16385
    WMVideo9 Encoder DMO,0x00600800,1,1,wmvencod.dll,6.01.7600.16385
    MSScreen 9 encoder DMO,0x00600800,1,1,wmvsencd.dll,6.01.7600.16385
    DV Video Encoder,0x00200000,0,0,qdv.dll,6.06.7601.17514
    MJPEG Compressor,0x00200000,0,0,quartz.dll,6.06.7601.17713
    Cinepak Codec by Radius,0x00200000,1,1,qcap.dll,6.06.7601.17514
    DivX 6.9.2 Codec (2 Logical CPUs),0x00200000,1,1,qcap.dll,6.06.7601.17514
    Intel IYUV codec,0x00200000,1,1,qcap.dll,6.06.7601.17514
    Intel IYUV codec,0x00200000,1,1,qcap.dll,6.06.7601.17514
    Microsoft RLE,0x00200000,1,1,qcap.dll,6.06.7601.17514
    Microsoft Video 1,0x00200000,1,1,qcap.dll,6.06.7601.17514
    DivX 6.9.2 YV12 Decoder,0x00200000,1,1,qcap.dll,6.06.7601.17514
    Audio Compressors:
    WM Speech Encoder DMO,0x00600800,1,1,WMSPDMOE.DLL,6.01.7600.16385
    WMAudio Encoder DMO,0x00600800,1,1,WMADMOE.DLL,6.01.7600.16385
    IMA ADPCM,0x00200000,1,1,quartz.dll,6.06.7601.17713
    PCM,0x00200000,1,1,quartz.dll,6.06.7601.17713
    Microsoft ADPCM,0x00200000,1,1,quartz.dll,6.06.7601.17713
    GSM 6.10,0x00200000,1,1,quartz.dll,6.06.7601.17713
    CCITT A-Law,0x00200000,1,1,quartz.dll,6.06.7601.17713
    CCITT u-Law,0x00200000,1,1,quartz.dll,6.06.7601.17713
    MPEG Layer-3,0x00200000,1,1,quartz.dll,6.06.7601.17713
    Audio Capture Sources:
    Microphone (Realtek High Defini,0x00200000,0,0,qcap.dll,6.06.7601.17514
    PBDA CP Filters:
    PBDA DTFilter,0x00600000,1,1,CPFilters.dll,6.06.7601.17528
    PBDA ETFilter,0x00200000,0,0,CPFilters.dll,6.06.7601.17528
    PBDA PTFilter,0x00200000,0,0,CPFilters.dll,6.06.7601.17528
    Midi Renderers:
    Default MidiOut Device,0x00800000,1,0,quartz.dll,6.06.7601.17713
    Microsoft GS Wavetable Synth,0x00200000,1,0,quartz.dll,6.06.7601.17713
    WDM Streaming Capture Devices:
    ,0x00000000,0,0,,
    ,0x00000000,0,0,,
    USB 2.0 Camera,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
    WDM Streaming Rendering Devices:
    Realtek HD Audio output,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
    Realtek HDA SPDIF Out,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
    BDA Network Providers:
    Microsoft ATSC Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7601.17514
    Microsoft DVBC Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7601.17514
    Microsoft DVBS Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7601.17514
    Microsoft DVBT Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7601.17514
    Microsoft Network Provider,0x00200000,0,1,MSNP.ax,6.06.7601.17514
    Video Capture Sources:
    USB 2.0 Camera,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
    Multi-Instance Capable VBI Codecs:
    VBI Codec,0x00600000,1,4,VBICodec.ax,6.06.7601.17514
    BDA Transport Information Renderers:
    BDA MPEG2 Transport Information Filter,0x00600000,2,0,psisrndr.ax,6.06.7601.17669
    MPEG-2 Sections and Tables,0x00600000,1,0,Mpeg2Data.ax,6.06.7601.17514
    BDA CP/CA Filters:
    Decrypt/Tag,0x00600000,1,1,EncDec.dll,6.06.7601.17708
    Encrypt/Tag,0x00200000,0,0,EncDec.dll,6.06.7601.17708
    PTFilter,0x00200000,0,0,EncDec.dll,6.06.7601.17708
    XDS Codec,0x00200000,0,0,EncDec.dll,6.06.7601.17708
    WDM Streaming Communication Transforms:
    Tee/Sink-to-Sink Converter,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
    Audio Renderers:
    Speakers (Realtek High Definiti,0x00200000,1,0,quartz.dll,6.06.7601.17713
    CyberLink Audio Renderer (PDVD6),0x00200000,1,0,CLADR.ax,6.00.0000.1011
    Default DirectSound Device,0x00800000,1,0,quartz.dll,6.06.7601.17713
    Default WaveOut Device,0x00200000,1,0,quartz.dll,6.06.7601.17713
    DirectSound: Realtek Digital Output (Realtek High Definition Audio),0x00200000,1,0,quartz.dll,6.06.7601.17713
    DirectSound: Speakers (Realtek High Definition Audio),0x00200000,1,0,quartz.dll,6.06.7601.17713
    Realtek Digital Output (Realtek,0x00200000,1,0,quartz.dll,6.06.7601.17713
    EVR Power Information
    Current Setting: {5C67A112-A4C9-483F-B4A7-1D473BECAFDC} (Quality)
      Quality Flags: 2576
        Enabled:
        Force throttling
        Allow half deinterlace
        Allow scaling
        Decode Power Usage: 100
      Balanced Flags: 1424
        Enabled:
        Force throttling
        Allow batching
        Force half deinterlace
        Force scaling
        Decode Power Usage: 50
      PowerFlags: 1424
        Enabled:
        Force throttling
        Allow batching
        Force half deinterlace
        Force scaling
        Decode Power Usage: 0

  • Mountain Lion Mail excessive CPU usage

    Evers since upgrading to ML 10.8 and 10.8.1, Mail heats the CPU up to 100% after a couple of minutes and remains like this forever. Absolutely reproducible. Mail is unusable for me.
    I have some 25.000 Mails in my Inbox. Sampling Mail  always reveals the same pattern. Looks like Mail is constantly iterating over my 25.000 emails and tries to layout them. Looks crazy to me.
    Here is an excerpt of the sample:
    Sampling process 3458 for 3 seconds with 1 millisecond of run time between samples
    Sampling completed, processing symbols...
    Analysis of sampling Mail (pid 3458) every 1 millisecond
    Process:         Mail [3458]
    Path:            /Applications/Mail.app/Contents/MacOS/Mail
    Load Address:    0x10e285000
    Identifier:      com.apple.mail
    Version:         6.0 (1486)
    Build Info:      Mail-1486000000000000~2
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [158]
    Date/Time:       2012-09-03 10:39:43.345 +0200
    OS Version:      Mac OS X 10.8.1 (12B19)
    Report Version:  7
    +
    !   :   |
    + 828 __CFRunLoopDoObservers  (in CoreFoundation) + 369  [0x7fff848ec031]
    +
    !   :   |
    +   828 __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__  (in CoreFoundation) + 23  [0x7fff848ec0c7]
    +
    !   :   |
    +
    802 __83-[NSWindow _postWindowNeedsDisplayOrLayoutOrUpdateConstraintsUnlessPostingDisabled]_block_ invoke_01208  (in AppKit) + 46  [0x7fff83afdc81]
    +
    !   :   |
    +
    ! 800 _handleWindowNeedsDisplayOrLayoutOrUpdateConstraints  (in AppKit) + 738  [0x7fff83535c3c]
    +
    !   :   |
    +
    ! : 800 ???  (in Mail)  load address 0x10e285000 + 0x2e467  [0x10e2b3467]
    +
    !   :   |
    +
    ! :   800 -[NSView displayIfNeeded]  (in AppKit) + 1830  [0x7fff83536703]
    +
    !   :   |
    +
    789 -[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:]  (in AppKit) + 4675  [0x7fff8356c79d]
    +
    !   :   |
    +
    | 789 -[NSThemeFrame _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:]  (in AppKit) + 314  [0x7fff83570b73]
    +
    !   :   |
    +
    |   787 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:]  (in AppKit) + 5763  [0x7fff83572474]
    +
    !   :   |
    +
    |   + 786 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:]  (in AppKit) + 5763  [0x7fff83572474]
    +
    !   :   |
    +
    |   + ! 785 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:]  (in AppKit) + 5763  [0x7fff83572474]
    +
    !   :   |
    +
    |   + ! : 782 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:]  (in AppKit) + 5763  [0x7fff83572474]
    +
    !   :   |
    +
    |   + ! : | 774 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:]  (in AppKit) + 5763  [0x7fff83572474]
    +
    !   :   |
    +
    |   + ! : | + 773 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:]  (in AppKit) + 5763  [0x7fff83572474]
    +
    !   :   |
    +
    |   + ! : | + ! 767 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:]  (in AppKit) + 5763  [0x7fff83572474]
    +
    !   :   |
    +
    |   + ! : | + ! : 753 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:]  (in AppKit) + 817  [0x7fff83571122]
    +
    !   :   |
    +
    |   + ! : | + ! : | 751 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:]  (in AppKit) + 2704  [0x7fff83573509]
    +
    !   :   |
    +
    |   + ! : | + ! : | + 751 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:]  (in AppKit) + 1656  [0x7fff835730f1]

    This problem was solved.
    After a lot of frustration (restoring Lion backup and performing the update several times), I managed to have a stable installation without the problem of high CPU usage and high temperatures.
    It seems that the installation procedure has an issue, when your user directories are located in an external disk. In this particular case, after the installation of the server software, the two links in /Network/Servers directory, pointing to the / directory, do not get created, so you need to do that manually.
    That, in itself, was not causing my excessive CPU usage, but it didn't allow my users to log in the server. Thinking that this was the issue described in http://support.apple.com/kb/TS2938, I was running the command described in the previous link to fix the issue. That command (sso_util configure -r REALM_NAME -a diradmin afp) was what was killing my CPU.
    All is well, when it ends well, I guess.

Maybe you are looking for

  • Calculating and Displaying Dates in Javascript

    Hello, I'm working on a flowchart form for my work, and am having issues getting a date to a) add correctly and b) display only certain portions of the date. I have four fields: CurrentDate - Displays the Current Date in MM/DD/YYYY format DropDownLis

  • How to manually create security policy in integrated web logic server

    Hi, I am trying to run a webcenter portal app that uses web services and has security enabled thru policies. I am no expert in terms of web service security and I am encountering this error. The password credentials cannot be obtained from the Creden

  • Cover Flow displays generic icon only for small JPEG files

    I recently used the excellent CocoThumbX to strip off all the Adobe preview icons from my Photoshop-created images (a mixture of JPEG, TIFF, and PSD files). That neatly solved the low-res "fuzzy" Cover Flow thumbnail problem lots of users have compla

  • 8i Lite for Solaris

    Is there a downloadable version of Oracle 8i Lite for Unix (preferably Solaris). We are setting up a testing environment and need a scaled down version of Oracle 8i for use in this environment.

  • Java+mobile+agent+source+code+or+tutorial

    Please could any body be of help with any source code that shows the implementation of mobile agent programming. I would also appreciate a tutorial. Pls help me send it to my email address [email protected]