Flash for a second

Hello people,
Am trying to get a JLable to flash red for 1 second when the text changes. But am finding it very hard to figure out how to do it.
Here is an example of a JLabel that listens for a change and tries to flash red for 1 second, but its not working.
import java.beans.PropertyChangeListener;
import java.awt.*;
import java.awt.event.*;
public class TextListenerTester extends Frame implements ActionListener, PropertyChangeListener  { 
  TextField t;
  Label l;
    public TextListenerTester ( String s )   { 
       super ( s ) ;
       setLayout ( new FlowLayout() ) ;
       t = new TextField (  ) ;
       l = new Label("hello");
       t.setSize ( 100,100 ) ;
       t.setLocation ( 50,50 ) ;
       add ( t ) ;  
       add ( l ) ;
       t.addActionListener ( this ) ;
       l.addPropertyChangeListener(this);
    public void actionPerformed ( ActionEvent e )   { 
       l.setText(t.getText() ) ;
     public void propertyChange(java.beans.PropertyChangeEvent evt){
         //l.setBackground(Color.red);  // here to flash for 1 second
         //repaint();
         System.out.println("I have changed");
    public static void main ( String [  ]  args )   { 
       TextListenerTester textListenerTester = new TextListenerTester ( "Text Listener Tester" ) ;
       textListenerTester.setSize ( 400,400 ) ;
       textListenerTester.setVisible ( true ) ;
}Please help me out guys.
Thanks

How did you get it to work? Let's see your code. I had to try myself, and this is what I came up with. I created a subclass of JLabel and called a Thread.sleep method in a separate SwingWorker thread:
import java.awt.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import javax.swing.*;
public class FlashingLabel extends JFrame
    private MyLabel fooLabel;
    private String[] fooLabelTexts = {"Foo Label 1", "Foo Label 2",
            "Foo Label 3", "What the heck?!?"};
    private MySwingWorker mySwingWorker;
    public FlashingLabel()
        super("My Swing App");
        setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
        getContentPane().add(myPanel());
        pack();
    private JPanel myPanel()
        JPanel fooPanel = new JPanel();
        GridLayout myGridLO = new GridLayout(0, 1);
        myGridLO.setHgap(5);
        myGridLO.setVgap(5);
        fooPanel.setLayout(myGridLO);
        fooPanel.setBorder(BorderFactory.createEmptyBorder(5, 5, 5, 5));
        JButton button = new JButton("Button");
        fooPanel.add(button);
        button.addActionListener(new ActionListener()
            public void actionPerformed(ActionEvent ae)
                btnAction(ae);
        fooLabel = new MyLabel(fooLabelTexts[0]);
        fooPanel.add(fooLabel);
        return fooPanel;
    private void btnAction(ActionEvent ae)
        String fooStr = fooLabel.getText();
        int indx = -1;
        for (int i = 0; i < fooLabelTexts.length; i++)
            if (fooStr.equals(fooLabelTexts))
indx = i;
indx++;
indx %= fooLabelTexts.length;
fooLabel.setText(fooLabelTexts[indx]);
private static void createAndShowGUI()
FlashingLabel myBriefSwing = new FlashingLabel();
myBriefSwing.setVisible(true);
public static void main(String[] args)
javax.swing.SwingUtilities.invokeLater(new Runnable()
public void run()
createAndShowGUI();
class MyLabel extends JLabel
private Color bkgdColor = null;
private boolean opaque;
public MyLabel()
super();
public MyLabel(String s)
super(s);
public void resetColor()
super.setOpaque(opaque);
super.setBackground(bkgdColor);
super.revalidate();
@Override
public void setText(String s)
// set only once, first time called
if (bkgdColor == null)
bkgdColor = super.getBackground();
opaque = super.isOpaque();
super.setBackground(Color.RED);
super.setOpaque(true);
super.setText(s);
super.revalidate();
mySwingWorker = new MySwingWorker();
mySwingWorker.execute();
class MySwingWorker extends SwingWorker<Void, Void>
@Override
protected Void doInBackground() throws Exception
Thread.sleep(1000);
return null;
@Override
public void done()
SwingUtilities.invokeLater(new Runnable()
public void run()
fooLabel.resetColor();
Message was edited by:
petes1234

Similar Messages

  • Itunes won`t start! Just flashes for a second!

    I really need some help! After installing itunes it just won`t start. I have seen similar topics on the forum but none with Windows 2000?
    The program just flashes for a second and then turns off! Please help me!
    Intel   Windows 2000   Norton Anti-Virus

    Im a real computer illiterate so you guys have to take it extra slow with me. I downloaded..uninstalled...downloaded..uninstalled for hours.. I tried the msconfig thing. and I still am in the same place with the flashing for second agreement. I didn't know how to turn off my Norton, so I just uninstalled the whole thing..and I just dont know what else to do..All I know how to do was email and work itunes..now that Itunes doesn't work, my computer skills are slowly dwindling away (sad face). Please someone, I beg you help me.

  • Files on my hard drive are not showing up. Sometimes they flash for a second before disappearing again. Mine is a WD elements 1TB hard drive that has been formatted to ExFAT for mac. No problems prior to this.

    So the files on my hard drive just disappeared, the space is still occupied, but they are not listed. The disk cannot be unmounted for some reason. And I did not hide any files.

    Reinstall the WD HDD in a non WD enclosure.  Any difference?
    Also look at these links:
    http://www.macrumors.com/2013/10/31/western-digital-warns-external-hard-drive-cu stomers-over-mavericks-data-loss/
    http://www.macrumors.com/2013/11/26/western-digital-releases-new-hard-drive-soft ware-after-mavericks-data-loss/
    Ciao.

  • When I try to download within a site, the downloaded site flashes for a second and then reverts to a page reuesting me to sign in again. After doing this, the above process is repeated.

    Running Windows XP. This does not happen when I use Internet Explorer.

    Thank you for the information and the response. We will be upgrading to the full version of Creative Cloud to publish our single .folio.
    I do want to remark on the issues created by Adobe's inconsistent explanation of how DPS can be used with the Creative Cloud. After reading that FAQ, I also spoke with an "Adobe Agent" through the chat system that pops up on various product pages and asked the agent as specifically as I could if the Single-app version of Creative Cloud would allow me to publish single .folios through DPS. In no uncertain terms the agent said the Single-app version would be fine, and referred me to the order page to begin the order process.
    I spoke with another agent over chat in the morning on Saturday and they also said I should be able to publish single .folios with the Singe-app subscription to Creative Cloud. When I presented my App Activation problem to the agent, the agent said I should just wait 24-48 hours for my subscription to Creative Cloud to process so I could create my app.
    This has been a very vexing process that has cost my team valuable app review time. If I had not encountered the FAQ and two agents who specifically told me that I could use the Single-app version of Creative Cloud to publish my .folio, I would have been happy to go straight to purchasing the full version of Creative Cloud.
    Thanks again for the assistance.

  • Hp logo flashes for a second

    and the screen goes blank but it continues to load windows amd the screen is blank.... can anyone please help me out? and i have the 310-1033 model if that helps!
    Thanks
    Sarah

    Hi
    You are able to see the screen on Bios & able to hear the sound once unit is powered on.
    1) Once unit is powered on keep tapping F11 key and check if you are able to see the screen if yes please try doing a system restore on the unit.
    2) If this does not work then in this case you need to reseat the Memory and Hard drive from the back panel on the unit.
    Let us know how it goes!
    "I work for HP."
    ****Click the (purple thumbs up icon in the lower right corner of a post) to say thanks****
    ****Please mark Accept As Solution if it solves your problem****
    Regards
    Manjunath

  • Why will Creative Cloud not open on my laptop? It just flashes for a second (after clicking on it)  but will not launch. Thanks

    I just updated to Mavericks on my laptop & tried to launch CC. After double clicking on the app it will not launch. What do I need to do in order to make this launch. Thanks

    We can't know. You have not provided any proper technical information like what operating system and what hardware.
    Mylenium

  • Apps flash on for a second then close again

    When I click on the app icon, they flash for a second then go away.  I can still get Internet and my email.
    .  Any suggestions?

    I had tried that before I posted but after reading your suggestion I tried it again.  I had also tried downloading a random app but I couldn't get it to load one.  I tried the reset again, still nothing but then downloaded an app and this time success!  Thanks for your answer.  Perseverance paid off.  I'm back in business! Thank you.

  • Drop down lists don't diplay, just flash for an instant

    Drop down lists display in Internet Explorer, but not when I'm using Firefox. I'm using version 7 on Windows 7. The list flashes for a second but doesn't display for a selection. If I enter the first letter of a list item, the item will be retrieved as a selection.

    Try to Create a new profile as a test to check if your current profile is causing the problems.
    See "Basic Troubleshooting: Make a new profile":
    *https://support.mozilla.com/kb/Basic+Troubleshooting#w_8-make-a-new-profile
    There may be extensions and plugins installed by default in a new profile, so check that in "Tools > Add-ons > Extensions & Plugins" in case there are still problems.
    If that new profile works then you can transfer some files from the old profile to that new profile, but be careful not to copy corrupted files.
    See:
    *http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox
    You can also try to disable plugins to see if that helps.
    *https://support.mozilla.com/kb/Troubleshooting+plugins

  • My curser keeps on vanishing, when I don't move it for a second (vanishing not flashing)it only seems to happen in Firefox, I've tried pressing f7 to no avail

    My curser/ pointer keeps on vanishing, when I don't move or touch my mouse for a second, it's vanishing not flashing it only seems to happen in Firefox, I've tried pressing f7 but it makes no difference. Please help it's driving me nuts

    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • My cursor recently started to dissapear when im not using it but when i press a key it flashes back for a second... how do i fix this?

    Well I'm a frequent Firefox user ad recently my cursor has started to dissapear when I'm not moving it. However when i press a key it flashes back for a second also, when I'm moving it flickers a lot (one moment its there one moment it isn't). How do i fix this?
    == This happened ==
    Every time Firefox opened
    == Earlier today (july 20th 2010)

    Never saw this problem until today, first on Facebook, then on these Mozilla support pages. I had one Firefox window with multiple FB and Mozilla tabs open.
    Here's my observations: On the FB and Mozilla pages, the cursor (arrow/hand) acted identical and as described here, would disappear after 2-3 seconds of inactivity or non-motion, then instantly reappear with mouse movement or key strike but only momentarily if no further motion/action occurred. Interestingly, I also had one FoxNews tab (actually FoxNewsInsider) open, and observed slightly different activity. The Cursor/hand would disappear as described above, but instead of staying invisible, it flashed on /off for what appeared to be <1 second on then <1 second off, until mouse movement or key strike. Now, here's the really interesting part ... When I opened a second FoxNewsInsider tab, the problem corrected itself with no direct action on my part to resolve the issue. I was going to close all tabs, then Firefox and perform the system reboot to correct this annoyance ... but, still have not seen the problem.
    Okay, I'm not going to say viewing FoxNewsInsider webpages not only provides one perspective on news, and the added benefit of fixing cursor/hand problems .. but maybe there's some to being well informed ... Sorry folks, couldn't resist ... :) I will be watching for the disappearing cursor issue again, and will reply here with any updates or changes in my observations.

  • What are you considering non responsive with the plugins? Flash player is working just fine then I get your crash page in the middle of doing something. You say it only crashes when it's been unresponsive for 45 seconds. Mine is crashing in less then 1

    I have had problems with firefox crashing for the last three month. I have updated to the latest version with the crash protection. Now the flash player crashes about every 20 minutes or so. On your blog page you state that I will get the crash page when the plugin has been non-responsive for 45 seconds well with mine the games are going along just fine then wham crash page. Flash player was responding and you gave me crash report anyway. What's up???? Flash player is crashing within seconds not 45 seconds!!!!!!!!!!!!!!!!! Your check plugin page always states that my plugins are UP TO DATE!!!!!
    == This happened ==
    Every time Firefox opened
    == three months ago and getting worse with every upgrade you send!!!!!!!!!!!!!!!!!!!!!!!

    '''''"I have had problems with firefox crashing for the last three month."'''''
    You need to investigate the cause of your crashes that started prior to the release of the first Firefox version that offered crash protection, version 3.6.4, released in mid to late June 2010; that is just over one month ago.
    <u>'''The crash protection feature does not prevent a plugin from crashing, it prevents the whole Firefox browser from crashing because of a crashing plugin; only the tab with the crashing plugin crashes.'''</u>
    For information about report plugin crashes see: http://support.mozilla.com/en-US/kb/Plugin+crash+reports
    You need to post the crash Report IDs for the crashes occurring over the last 3 months. To do so, type '''about:crashes''' in the URL/location/address bar, then copy and paste the Report IDs (only) into your reply. See: http://support.mozilla.com/en-US/kb/Firefox+crashes#Getting_help_with_your_crash
    In addition, please do the following. Type '''about:support''' in the URL/location/address bar, on the screen presented, click "Copy all to Clipboard" and paste that into your reply.

  • Classic: will not recharge; apple logo flashes every few seconds then fades away; have tried the 'reboot' advice i.e. move hold switch on and off, hold menu and center button, no success.  have tried this many times and kept connected for several hours.

    I have a classic, several years old.
    It will not recharge; the Apple logo flashes every few seconds then disappears. 
    I have tried the 'reboot' advice i.e. move the Hold switch on and off, hold the Menu and Center buttons, no success. 
    I have tried this many times and kept the ipod connected for several hours.  And I have tried two different cords, one connected to the desktop computer, one connected to electrical outlet.

    Hi enbridge4,
    If your iPod Classic won't charge or turn on, you may find the following articles helpful:
    Apple Support: iPod won't turn on
    http://support.apple.com/kb/ts1383
    Apple Support: iPod's battery doesn't charge
    http://support.apple.com/kb/ta44551
    Regards,
    - Brenden

  • Flash player stutters for 1 second then continues normally

    Hi all,
    Problem is very weird. I have Mozilla Firefox, IE, latest flash (11.9), Win 8.1 All latest updates. Online video playback with flash player stutters in a very weird way - even if video is fully downloaded it stutters for a second irregulary and then continues normally as if nothing happen. This stutter is similar like someone just opened something on a slow hdd and thus makes the flash playback stutter for just a second (even though i have an ssd that is very fast; rest of computers is i7, r9 280x, so a fast and modern computer). This happens in irregular intervals on both browsers. Video is watchable but this is very annoying. I tried reinstalling just about everything except the OS itself. I disabled hardware acceleration and set cash to unlimited in flash settings, still nothing. This happens with youtube as well as all other flash video in both browsers. Ofcourse other video playback is fine (.avi, .mp4 etc). It can happen 5 times in 5 minutes, and than nothing for half an hour and then starts again.
    Anyone else had a similar problem?

    Hello, having same issue, HP dv6-7002tx, I7 quad core ivy bridge, windows 8.1 64
    As you asked for it, here is a dxdiag, hope that can help.
    System Information
    Time of this report: 1/2/2014, 13:10:37
           Machine name: FREDERIC
       Operating System: Windows 8.1 Pro with Media Center 64-bit (6.3, Build 9600) (9600.winblue_gdr.131030-1505)
               Language: English (Regional Setting: English)
    System Manufacturer: Hewlett-Packard
           System Model: HP Pavilion dv6 Notebook PC
                   BIOS: InsydeH2O Version 03.71.51F.29
              Processor: Intel(R) Core(TM) i7-3612QM CPU @ 2.10GHz (8 CPUs), ~2.1GHz
                 Memory: 8192MB RAM
    Available OS Memory: 8088MB RAM
              Page File: 3799MB used, 12479MB 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.03.9600.16384 64bit Unicode
    DxDiag Notes
          Display Tab 1: No problems found.
            Sound Tab 1: No problems found.
              Input Tab: No problems found.
    DirectX Debug Levels
    Direct3D:    0/4 (retail)
    DirectDraw:  0/4 (retail)
    DirectInput: 0/5 (retail)
    DirectMusic: 0/5 (retail)
    DirectPlay:  0/9 (retail)
    DirectSound: 0/5 (retail)
    DirectShow:  0/6 (retail)
    Display Devices
              Card name: Intel(R) HD Graphics 4000
           Manufacturer: Intel Corporation
              Chip type: Intel(R) HD Graphics Family
               DAC type: Internal
            Device Type: Full Device
             Device Key: Enum\PCI\VEN_8086&DEV_0166&SUBSYS_181B103C&REV_09
         Display Memory: 1792 MB
       Dedicated Memory: 32 MB
          Shared Memory: 1760 MB
           Current Mode: 1366 x 768 (32 bit) (60Hz)
           Monitor Name: Generic PnP Monitor
          Monitor Model: unknown
             Monitor Id: SEC3959
            Native Mode: 1366 x 768(p) (59.987Hz)
            Output Type: Internal
            Driver Name: igdumdim64.dll,igd10iumd64.dll,igd10iumd64.dll,igdumdim32,igd10iumd32,igd10iumd32
    Driver File Version: 10.18.0010.3345 (English)
         Driver Version: 10.18.10.3345
            DDI Version: 11
         Feature Levels: 11.0,10.1,10.0,9.3,9.2,9.1
           Driver Model: WDDM 1.3
    Graphics Preemption: DMA
    Compute Preemption: Thread group
               Miracast: Not Supported by WiFi driver
    Hybrid Graphics GPU: Integrated
         Power P-states: Not Supported
      Driver Attributes: Final Retail
       Driver Date/Size: 10/28/2013 14:06:34, 12151296 bytes
            WHQL Logo'd: n/a
        WHQL Date Stamp: n/a
      Device Identifier: {D7B78E66-4226-11CF-E27F-1638B4C2C435}
              Vendor ID: 0x8086
              Device ID: 0x0166
              SubSys ID: 0x181B103C
            Revision ID: 0x0009
    Driver Strong Name: oem10.inf:5f63e5341859ec8c:iIVBM_w81:10.18.10.3345:pci\ven_8086&dev_0166
         Rank Of Driver: 00DA2001
            Video Accel: ModeMPEG2_A ModeMPEG2_C ModeWMV9_C ModeVC1_C
            DXVA2 Modes: DXVA2_ModeMPEG2_VLD  DXVA2_ModeMPEG2_IDCT  DXVA2_ModeWMV9_IDCT  DXVA2_ModeVC1_IDCT  DXVA2_ModeH264_VLD_NoFGT 
       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 / HP (IDT High Definition Audio CODEC)
    Default Sound Playback: Yes
    Default Voice Playback: Yes
                Hardware ID: HDAUDIO\FUNC_01&VEN_111D&DEV_76E0&SUBSYS_103C181B&REV_1001
            Manufacturer ID: 1
                 Product ID: 100
                       Type: WDM
                Driver Name: stwrt64.sys
             Driver Version: 6.10.6492.0000 (English)
          Driver Attributes: Final Retail
                WHQL Logo'd: n/a
              Date and Size: 9/4/2013 21:08:28, 551936 bytes
                Other Files:
            Driver Provider: IDT
             HW Accel Level: Basic
                  Cap Flags: 0x0
        Min/Max Sample Rate: 0, 0
    Static/Strm HW Mix Bufs: 0, 0
    Static/Strm HW 3D Bufs: 0, 0
                  HW Memory: 0
           Voice Management: No
    EAX(tm) 2.0 Listen/Src: No, No
       I3DL2(tm) Listen/Src: No, No
    Sensaura(tm) ZoomFX(tm): No
    Sound Capture Devices
                Description: Internal Microphone Array (IDT High Definition Audio CODEC)
      Default Sound Capture: Yes
      Default Voice Capture: Yes
                Driver Name: stwrt64.sys
             Driver Version: 6.10.6492.0000 (English)
          Driver Attributes: Final Retail
              Date and Size: 9/4/2013 21:08:28, 551936 bytes
                  Cap Flags: 0x0
               Format Flags: 0x0
                Description: Stereo Mix (IDT High Definition Audio CODEC)
      Default Sound Capture: No
      Default Voice Capture: No
                Driver Name: stwrt64.sys
             Driver Version: 6.10.6492.0000 (English)
          Driver Attributes: Final Retail
              Date and Size: 9/4/2013 21:08:28, 551936 bytes
                  Cap Flags: 0x0
               Format Flags: 0x0
    Video Capture Devices
    Number of Devices: 1
               FriendlyName: HP Truevision HD
                   Location: Front
               SymbolicLink: \\?\usb#vid_0bda&pid_58d8&mi_00#7&65266ca&1&0000#{e5323777-f976-4f5b-9b55-b94699c46e44}\g lobal
               Manufacturer: Microsoft
                 HardwareID: USB\VID_0BDA&PID_58D8&REV_1<27&MI_00,USB\VID_0BDA&PID_58D8&MI_00
                 DriverDesc: USB Video Device
             DriverProvider: Microsoft
              DriverVersion: 6.3.9600.16384
          DriverDateEnglish: 6/21/2006 00:00:00
        DriverDateLocalized: 6/21/2006 12:00:00 AM
                    Service: usbvideo
                      Class: Image
              DevNodeStatus: 180200A[DN_DRIVER_LOADED|DN_STARTED|DN_DISABLEABLE|DN_NT_ENUMERATOR|DN_NT_DRIVER]
                ContainerId: {00000000-0000-0000-FFFF-FFFFFFFFFFFF}
                ProblemCode: No Problem
      BusReportedDeviceDesc: HP Truevision HD
                     Parent: USB\VID_0BDA&PID_58D8\200901010001
          DriverProblemDesc: n/a
               UpperFilters: n/a
               LowerFilters: n/a
                      Stack: \Driver\ksthunk,\Driver\usbvideo,\Driver\ACPI,\Driver\usbccgp
          ContainerCategory: Imaging
    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 Receiver
             Attached: 1
        Controller ID: 0x0
    Vendor/Product ID: 0x046D, 0xC52B
            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 Receiver
             Attached: 1
        Controller ID: 0x0
    Vendor/Product ID: 0x046D, 0xC52B
            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 Receiver
             Attached: 1
        Controller ID: 0x0
    Vendor/Product ID: 0x046D, 0xC52B
            FF Driver: n/a
          Device Name: USB Receiver
             Attached: 1
        Controller ID: 0x0
    Vendor/Product ID: 0x046D, 0xC52B
            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 Receiver
             Attached: 1
        Controller ID: 0x0
    Vendor/Product ID: 0x046D, 0xC52B
            FF Driver: n/a
          Device Name: USB Receiver
             Attached: 1
        Controller ID: 0x0
    Vendor/Product ID: 0x046D, 0xC52B
            FF Driver: n/a
          Device Name: HP Wireless Button Driver
             Attached: 1
        Controller ID: 0x0
    Vendor/Product ID: 0x0001, 0x0001
            FF Driver: n/a
    Poll w/ Interrupt: No
    USB Devices
    + USB Root Hub
    | Vendor/Product ID: 0x8086, 0x1E26
    | Matching Device ID: USB\ROOT_HUB20
    | Service: usbhub
    | Driver: usbhub.sys, 8/22/2013 20:43:34, 422240 bytes
    | Driver: usbd.sys, 8/22/2013 20:43:33, 28000 bytes
    |
    +-+ Generic USB Hub
    | | Vendor/Product ID: 0x8087, 0x0024
    | | Location: Port_#0001.Hub_#0002
    | | Matching Device ID: USB\Class_09
    | | Service: usbhub
    | | Driver: usbhub.sys, 8/22/2013 20:43:34, 422240 bytes
    | | Driver: usbd.sys, 8/22/2013 20:43:33, 28000 bytes
    Gameport Devices
    PS/2 Devices
    + Standard PS/2 Keyboard
    | Matching Device ID: *PNP0303
    | Service: i8042prt
    | Driver: i8042prt.sys, 8/22/2013 19:39:15, 107520 bytes
    | Driver: kbdclass.sys, 8/22/2013 20:43:45, 58208 bytes
    |
    + HID Keyboard Device
    | Vendor/Product ID: 0x046D, 0xC52B
    | Matching Device ID: HID_DEVICE_SYSTEM_KEYBOARD
    | Service: kbdhid
    | Driver: kbdhid.sys, 8/22/2013 19:39:13, 32256 bytes
    | Driver: kbdclass.sys, 8/22/2013 20:43:45, 58208 bytes
    |
    + HID Keyboard Device
    | Vendor/Product ID: 0x046D, 0xC31C
    | Matching Device ID: HID_DEVICE_SYSTEM_KEYBOARD
    | Service: kbdhid
    | Driver: kbdhid.sys, 8/22/2013 19:39:13, 32256 bytes
    | Driver: kbdclass.sys, 8/22/2013 20:43:45, 58208 bytes
    |
    + Synaptics SMBus TouchPad
    | Matching Device ID: *syn1e5d
    | Upper Filters: SynTP
    | Service: i8042prt
    | Driver: SynTP.sys, 9/14/2012 14:09:34, 457528 bytes
    | Driver: SynTPAPI.dll, 9/14/2012 14:09:28, 224056 bytes
    | Driver: SynCOM.dll, 9/14/2012 14:09:24, 1045816 bytes
    | Driver: syndata.bin, 9/14/2011 18:11:16, 1048576 bytes
    | Driver: SynTPRes.dll, 9/14/2012 14:09:30, 13166904 bytes
    | Driver: SynTPCpl.dll, 9/14/2012 14:09:30, 1955128 bytes
    | Driver: SynCntxt.rtf, 9/14/2012 14:00:52, 11718751 bytes
    | Driver: SynZMetr.exe, 9/14/2012 14:09:24, 253240 bytes
    | Driver: SynMood.exe, 9/14/2012 14:09:20, 245048 bytes
    | Driver: SynTPEnh.exe, 9/14/2012 14:09:22, 2874168 bytes
    | Driver: SynTPCOM.dll, 9/14/2012 14:09:28, 125752 bytes
    | Driver: Tutorial.exe, 9/14/2012 14:09:24, 339256 bytes
    | Driver: InstNT.exe, 9/14/2012 14:09:18, 222008 bytes
    | Driver: SynISDLL.dll, 9/14/2012 14:09:26, 240952 bytes
    | Driver: SynUnst.ini, 9/24/2012 15:38:04, 1396318 bytes
    | Driver: SynTPHelper.exe, 9/14/2012 14:09:22, 123192 bytes
    | Driver: SynPivotRotate.mpg, 4/9/2009 17:04:14, 770663 bytes
    | Driver: SynChiralRotate.mpg, 9/17/2008 13:13:08, 382277 bytes
    | Driver: SynFlick.mpg, 9/3/2008 11:27:28, 737975 bytes
    | Driver: SynPinch.mpg, 9/3/2008 11:27:28, 286463 bytes
    | Driver: SynMomentum.mpg, 9/3/2008 11:27:28, 246230 bytes
    | Driver: SynLinearVHScroll.mpg, 9/3/2008 11:27:28, 929103 bytes
    | Driver: SynChiralVHScroll.mpg, 9/3/2008 11:27:28, 1620778 bytes
    | Driver: SynTwoFingerVHScroll.mpg, 3/16/2009 09:44:00, 746464 bytes
    | Driver: SynPivotRotate_ChiralRotate.mpg, 4/9/2009 17:04:14, 1142810 bytes
    | Driver: SynThreeFingerFlick.mpg, 3/16/2009 09:44:00, 633621 bytes
    | Driver: SynThreeFingersDown.mpg, 3/16/2009 09:44:00, 215907 bytes
    | Driver: SynTwistRotate.mpg, 3/3/2011 15:28:40, 1826816 bytes
    | Driver: SynChiralTwistRotate.mpg, 3/7/2011 15:39:22, 2998272 bytes
    | Driver: StaticImg.html, 12/18/2009 09:23:12, 968 bytes
    | Driver: StaticImg.png, 12/14/2009 11:49:44, 107143 bytes
    | Driver: SynSysDetect.js, 6/14/2012 14:12:12, 1419 bytes
    | Driver: Syn2FingerScrolling.wmv, 12/17/2009 18:09:58, 336563 bytes
    | Driver: Syn3FingerFlick.wmv, 12/17/2009 18:09:58, 571445 bytes
    | Driver: Syn4FingerFlick.wmv, 2/24/2011 16:10:40, 795115 bytes
    | Driver: Syn4FFlickVNB.wmv, 4/20/2011 18:22:54, 628121 bytes
    | Driver: SynSmartSenseNB.wmv, 4/20/2011 18:22:54, 358939 bytes
    | Driver: Syn4FingerFlickUpDown.wmv, 2/24/2011 16:10:40, 426019 bytes
    | Driver: Syn4FingerFlickUpDownNB.wmv, 2/25/2011 15:42:30, 291835 bytes
    | Driver: Syn4FingerFlickLeftRight.wmv, 5/11/2011 20:25:32, 588931 bytes
    | Driver: Syn4FingerFlickLeftRightNB.wmv, 5/11/2011 20:25:50, 588931 bytes
    | Driver: Syn3FingerPress.wmv, 12/17/2009 18:09:58, 112893 bytes
    | Driver: SynEdgeMotion.wmv, 12/17/2009 18:09:58, 325411 bytes
    | Driver: SynLinearScrolling.wmv, 12/17/2009 18:09:56, 258289 bytes
    | Driver: SynMomentum.wmv, 12/17/2009 18:09:58, 146439 bytes
    | Driver: SynMomentumScrolling.wmv, 12/17/2009 18:09:58, 604961 bytes
    | Driver: SynPinchZoom.wmv, 4/13/2010 17:20:44, 426019 bytes
    | Driver: SynBlackScreen.wmv, 3/16/2012 10:27:44, 14729 bytes
    | Driver: SynPivotRotate.wmv, 12/17/2009 18:09:58, 481959 bytes
    | Driver: SynTwistRotate.wmv, 3/3/2011 15:28:40, 437231 bytes
    | Driver: SynCoverGesture.wmv, 3/1/2010 17:22:38, 146469 bytes
    | Driver: SynChiralRotate.wmv, 12/17/2009 18:09:58, 191197 bytes
    | Driver: SynChiralScrolling.wmv, 12/17/2009 18:09:58, 783933 bytes
    | Driver: SynCoastingScrolling.wmv, 12/17/2009 18:09:56, 381321 bytes
    | Driver: SynPointing.wmv, 3/1/2010 17:22:56, 124105 bytes
    | Driver: SynPalmCheck.wmv, 3/1/2010 17:22:56, 370121 bytes
    | Driver: SynSensitivity.wmv, 3/1/2010 17:22:56, 258349 bytes
    | Driver: SynWindowConstrained.wmv, 3/1/2010 17:22:56, 336659 bytes
    | Driver: SynSlowMotion.wmv, 2/9/2012 17:40:46, 1145627 bytes
    | Driver: SynConstrainedMotion.wmv, 3/1/2010 17:22:56, 414981 bytes
    | Driver: SynTapping.wmv, 3/4/2010 16:40:28, 79347 bytes
    | Driver: SynButtons.wmv, 3/1/2010 17:22:56, 79377 bytes
    | Driver: SynTouchStykSelect.wmv, 3/1/2010 17:22:56, 124105 bytes
    | Driver: SynTouchStykButton.wmv, 3/1/2010 17:22:56, 135287 bytes
    | Driver: SynTouchStykSensitivity.wmv, 3/16/2010 10:16:16, 224779 bytes
    | Driver: SynEdgeMotionDragging.wmv, 9/14/2010 15:02:48, 90529 bytes
    | Driver: SynEdgeMotionFixedSpeed.wmv, 9/14/2010 15:02:48, 90529 bytes
    | Driver: SynEdgeMotionPointing.wmv, 9/14/2010 15:02:48, 68165 bytes
    | Driver: SynEdgeMotionPressure.wmv, 9/14/2010 15:02:48, 101711 bytes
    | Driver: SynNoButtons.wmv, 6/8/2010 08:46:36, 45741 bytes
    | Driver: SynTapZones.wmv, 11/10/2010 14:07:52, 135257 bytes
    | Driver: SynLinearHScrolling.wmv, 11/10/2010 14:07:52, 224713 bytes
    | Driver: Syn2FingerHScrolling.wmv, 11/10/2010 14:07:52, 291805 bytes
    | Driver: SynTapHoldToDrag.wmv, 11/10/2010 14:07:52, 79347 bytes
    | Driver: SynTapLockingDrag.wmv, 6/5/2012 18:16:42, 135287 bytes
    | Driver: Syn1FingerClickNB.wmv, 11/10/2010 14:07:52, 68165 bytes
    | Driver: Syn1FingerClickDrag.wmv, 5/12/2011 16:54:32, 330277 bytes
    | Driver: Syn2FingerClickDrag.wmv, 4/29/2011 15:07:02, 651665 bytes
    | Driver: Syn2FingerRightClickNB.wmv, 4/11/2011 15:34:44, 101711 bytes
    | Driver: Syn2FingerFlickNB.wmv, 11/10/2010 14:07:52, 437261 bytes
    | Driver: Syn2FingerFlickLRNB.wmv, 5/26/2011 09:11:28, 317431 bytes
    | Driver: Syn2FingerHScrollingNB.wmv, 11/10/2010 14:07:52, 280623 bytes
    | Driver: Syn2FingerScrollingNB.wmv, 11/10/2010 14:07:52, 314199 bytes
    | Driver: Syn3FingerFlickNB.wmv, 11/10/2010 14:07:52, 537899 bytes
    | Driver: Syn3FingerPressNB.wmv, 11/10/2010 14:07:52, 101711 bytes
    | Driver: Syn4FingerFlickNB.wmv, 2/25/2011 15:42:30, 426049 bytes
    | Driver: SynButtonsNB.wmv, 11/10/2010 14:07:52, 79377 bytes
    | Driver: SynChiralRotateNB.wmv, 11/10/2010 14:07:52, 180015 bytes
    | Driver: SynChiralScrollingNB.wmv, 11/10/2010 14:07:52, 750387 bytes
    | Driver: SynCoastingScrollingNB.wmv, 11/10/2010 14:07:52, 370139 bytes
    | Driver: SynConstrainedMotionNB.wmv, 11/10/2010 14:07:52, 392617 bytes
    | Driver: SynCoverGestureNB.wmv, 11/10/2010 14:07:52, 135287 bytes
    | Driver: SynEdgeMotionDraggingNB.wmv, 11/10/2010 14:07:52, 90529 bytes
    | Driver: SynEdgeMotionFixedSpeedNB.wmv, 11/10/2010 14:07:52, 90529 bytes
    | Driver: SynEdgeMotionNB.wmv, 11/10/2010 14:07:52, 314229 bytes
    | Driver: SynEdgeMotionPointingNB.wmv, 11/10/2010 14:07:52, 68165 bytes
    | Driver: SynEdgeMotionPressureNB.wmv, 11/10/2010 14:07:52, 101711 bytes
    | Driver: SynLinearHScrollingNB.wmv, 11/10/2010 14:07:52, 202349 bytes
    | Driver: SynLinearScrollingNB.wmv, 11/10/2010 14:07:52, 247107 bytes
    | Driver: SynMomentumNB.wmv, 11/10/2010 14:07:52, 135257 bytes
    | Driver: SynMomentumScrollingNB.wmv, 11/10/2010 14:07:52, 582597 bytes
    | Driver: SynPinchZoomNB.wmv, 11/10/2010 14:07:52, 414837 bytes
    | Driver: SynPivotRotateNB.wmv, 11/10/2010 14:07:52, 437231 bytes
    | Driver: SynSensitivityNB.wmv, 11/10/2010 14:07:52, 247167 bytes
    | Driver: SynSlowMotionNB.wmv, 2/9/2012 17:40:46, 1090735 bytes
    | Driver: SynTapHoldToDragNB.wmv, 11/10/2010 14:07:52, 79347 bytes
    | Driver: SynTapLockingDragNB.wmv, 6/5/2012 18:16:42, 124105 bytes
    | Driver: SynTapZonesNB.wmv, 11/10/2010 14:07:52, 135257 bytes
    | Driver: SynTwistRotateNB.wmv, 3/3/2011 15:28:40, 448413 bytes
    | Driver: SynPointingNB.wmv, 11/11/2010 11:55:08, 124105 bytes
    | Driver: SynPalmCheckNB.wmv, 11/11/2010 11:55:08, 358939 bytes
    | Driver: SynWindowConstrainedNB.wmv, 11/11/2010 11:55:08, 325477 bytes
    | Driver: SynTappingNB.wmv, 11/11/2010 11:55:08, 68165 bytes
    | Driver: Syn2FingerMomentumVHScrolling.wmv, 11/11/2010 13:15:02, 895723 bytes
    | Driver: Syn2FingerMomentumVHScrollingNB.wmv, 11/11/2010 13:15:02, 862177 bytes
    | Driver: Syn2FingerMomentumVScrolling_win8.wmv, 8/27/2012 16:34:58, 597933 bytes
    | Driver: Syn2FingerMomentumVScrollingNB_win8.wmv, 8/27/2012 16:34:58, 586882 bytes
    | Driver: Syn2FingerMomentumHScrolling_win8.wmv, 8/27/2012 16:34:58, 575831 bytes
    | Driver: Syn2FingerMomentumHScrollingNB_win8.wmv, 8/27/2012 16:34:58, 564780 bytes
    | Driver: Syn2FingerVHCoasting.wmv, 11/11/2010 13:15:02, 1275941 bytes
    | Driver: Syn2FingerVHCoastingNB.wmv, 11/11/2010 13:15:02, 1242395 bytes
    | Driver: Syn2FingerVCoasting_win8.wmv, 8/27/2012 17:56:38, 653218 bytes
    | Driver: Syn2FingerHCoasting_win8.wmv, 8/27/2012 17:56:38, 852136 bytes
    | Driver: Syn2FingerVCoastingNB_win8.wmv, 8/27/2012 17:56:38, 653218 bytes
    | Driver: Syn2FingerHCoastingNB_win8.wmv, 8/27/2012 17:56:38, 796881 bytes
    | Driver: SynMomentumVHScrolling.wmv, 11/11/2010 13:15:02, 683265 bytes
    | Driver: SynMomentumVHScrollingNB.wmv, 11/11/2010 13:15:02, 660901 bytes
    | Driver: SynVHCoasting.wmv, 11/11/2010 13:15:02, 649779 bytes
    | Driver: SynVHCoastingNB.wmv, 11/11/2010 13:15:02, 593869 bytes
    | Driver: Syn2FingerHScrolling_win8.wmv, 7/24/2012 09:28:26, 354811 bytes
    | Driver: Syn2FingerHScrollingNB_win8.wmv, 7/24/2012 09:28:26, 376913 bytes
    | Driver: Syn2FingerScrolling_win8.wmv, 8/22/2012 15:12:26, 874268 bytes
    | Driver: Syn2FingerScrollingNB_win8.wmv, 8/22/2012 15:12:26, 796911 bytes
    | Driver: SynChiralScrolling_win8.wmv, 7/24/2012 09:28:26, 741716 bytes
    | Driver: SynChiralScrollingNB_win8.wmv, 7/24/2012 09:28:26, 752767 bytes
    | Driver: SynLinearHScrolling_win8.wmv, 7/24/2012 09:28:26, 244301 bytes
    | Driver: SynLinearHScrollingNB_win8.wmv, 7/24/2012 09:28:26, 266403 bytes
    | Driver: SynLinearScrolling_win8.wmv, 7/24/2012 09:28:26, 244331 bytes
    | Driver: SynLinearScrollingNB_win8.wmv, 7/24/2012 09:28:26, 233280 bytes
    | Driver: SynPivotRotate_win8.wmv, 7/24/2012 09:28:26, 465381 bytes
    | Driver: SynPivotRotateNB_win8.wmv, 7/24/2012 09:28:26, 476432 bytes
    | Driver: SynTwistRotate_win8.wmv, 7/24/2012 09:28:26, 432228 bytes
    | Driver: SynTwistRotateNB_win8.wmv, 8/6/2012 10:03:22, 410126 bytes
    | Driver: SynEdgePulls.wmv, 7/25/2012 11:13:38, 365982 bytes
    | Driver: SynEdgePullsNB.wmv, 7/25/2012 11:13:38, 343880 bytes
    | Driver: Syn4FingerFlick_win8.wmv, 7/27/2012 15:21:28, 598023 bytes
    | Driver: Syn4FingerFlickNB_win8.wmv, 7/27/2012 15:21:28, 564870 bytes
    | Driver: Syn2FingerScrolling.html, 10/4/2011 17:06:44, 2323 bytes
    | Driver: Syn2FingerFlick.html, 10/4/2011 17:06:44, 2319 bytes
    | Driver: Syn3FingerFlick.html, 10/4/2011 17:06:44, 2319 bytes
    | Driver: Syn4FingerFlick.html, 10/4/2011 17:06:44, 2319 bytes
    | Driver: Syn4FingerFlickUpDown.html, 10/4/2011 17:06:44, 2325 bytes
    | Driver: Syn4FingerFlickLeftRight.html, 10/4/2011 17:06:44, 2328 bytes
    | Driver: Syn3FingerPress.html, 10/4/2011 17:06:44, 2319 bytes
    | Driver: SynEdgeMotion.html, 10/4/2011 17:06:44, 2317 bytes
    | Driver: SynMomentum.html, 10/4/2011 17:06:44, 2315 bytes
    | Driver: SynPinchZoom.html, 10/4/2011 17:06:44, 2316 bytes
    | Driver: SynRotating.html, 10/4/2011 17:06:44, 2315 bytes
    | Driver: SynTwistRotate.html, 10/4/2011 17:06:44, 2318 bytes
    | Driver: SynCoverGesture.html, 10/4/2011 17:06:44, 2319 bytes
    | Driver: SynAccessibility.html, 10/4/2011 17:06:44, 2320 bytes
    | Driver: SynSmartSense.html, 10/4/2011 17:06:44, 2317 bytes
    | Driver: SynButtons.html, 10/4/2011 17:06:44, 2314 bytes
    | Driver: SynClicking.html, 10/4/2011 17:06:44, 2315 bytes
    | Driver: SynMultiFingerGestures.html, 10/4/2011 17:06:44, 2326 bytes
    | Driver: SynPalmCheck.html, 10/4/2011 17:06:44, 2316 bytes
    | Driver: SynPointing.html, 10/4/2011 17:06:44, 2315 bytes
    | Driver: SynScrolling.html, 10/4/2011 17:06:44, 2316 bytes
    | Driver: SynSensitivity.html, 10/4/2011 17:06:44, 2318 bytes
    | Driver: SynTapping.html, 10/4/2011 17:06:44, 2314 bytes
    | Driver: SynTouchStykButton.html, 10/4/2011 17:06:44, 2322 bytes
    | Driver: SynTouchStykSelect.html, 10/4/2011 17:06:44, 2322 bytes
    | Driver: SynTouchStykSensitivity.html, 10/4/2011 17:06:44, 2327 bytes
    | Driver: SynScrollingVertical.html, 10/4/2011 17:06:44, 2324 bytes
    | Driver: SynScrollingHorizontal.html, 10/4/2011 17:06:44, 2326 bytes
    | Driver: SynScrollingChiral.html, 10/4/2011 17:06:44, 2322 bytes
    | Driver: SynLockingDrags.html, 12/5/2011 17:49:30, 2319 bytes
    | Driver: SynEdgePulls.html, 7/25/2012 11:13:38, 2316 bytes
    | Driver: SynLinearVScroll.mpg, 9/3/2008 11:27:28, 518694 bytes
    | Driver: Ckp2FingerScrolling.mpg, 7/2/2009 15:56:20, 382935 bytes
    | Driver: Ckp3FingerDown.mpg, 7/2/2009 15:56:20, 153456 bytes
    | Driver: Ckp3FingerFlick.mpg, 7/2/2009 15:56:20, 569095 bytes
    | Driver: CkpChiralMotion.mpg, 7/2/2009 15:56:20, 420858 bytes
    | Driver: CkpClickDrag.mpg, 7/2/2009 15:56:20, 271447 bytes
    | Driver: CkpLinearScroll.mpg, 7/2/2009 15:56:20, 427998 bytes
    | Driver: CkpLRClick.mpg, 7/2/2009 15:56:20, 284073 bytes
    | Driver: CkpMomentum.mpg, 7/2/2009 15:56:20, 328085 bytes
    | Driver: CkpPinch.mpg, 7/2/2009 15:56:20, 309339 bytes
    | Driver: CkpPivotRotate.mpg, 7/2/2009 15:56:20, 605893 bytes
    | Driver: CkpPivotRotate2.mpg, 9/25/2009 17:46:08, 779912 bytes
    | Driver: CkpTouchpadDisable.mpg, 7/2/2009 15:56:20, 293736 bytes
    | Driver: SynCOM.dll, 9/14/2012 14:09:26, 535864 bytes
    | Driver: SynTPCOM.dll, 9/14/2012 14:09:30, 113976 bytes
    | Driver: i8042prt.sys, 8/22/2013 19:39:15, 107520 bytes
    | Driver: mouclass.sys, 8/22/2013 20:43:45, 51040 bytes
    | Driver: SynTPCo14.dll, 9/14/2012 14:09:28, 173368 bytes
    | Driver: WdfCoInstaller01009.dll, 8/7/2009 09:49:36, 1721576 bytes
    |
    + HID-compliant mouse
    | Vendor/Product ID: 0x046D, 0xC52B
    | Matching Device ID: HID_DEVICE_SYSTEM_MOUSE
    | Service: mouhid
    | Driver: mouhid.sys, 8/22/2013 19:39:13, 30208 bytes
    | Driver: mouclass.sys, 8/22/2013 20:43:45, 51040 bytes
    Disk & DVD/CD-ROM Drives
          Drive: C:
    Free Space: 88.7 GB
    Total Space: 238.1 GB
    File System: NTFS
          Model: ST9250410AS
          Drive: D:
          Model: hp DVDRAM GT50N
         Driver: c:\windows\system32\drivers\cdrom.sys, 6.03.9600.16384 (English), 8/22/2013 16:46:35, 164352 bytes
    System Devices
         Name: 3rd Gen Core processor DRAM Controller - 0154
    Device ID: PCI\VEN_8086&DEV_0154&SUBSYS_1818103C&REV_09\3&11583659&0&00
       Driver: n/a
         Name: Synaptics SMBus Driver
    Device ID: PCI\VEN_8086&DEV_1E22&SUBSYS_1818103C&REV_04\3&11583659&0&FB
       Driver: C:\WINDOWS\system32\DRIVERS\Smb_driver_Intel.sys, 16.02.0015.0000 (English), 9/14/2012 14:09:32, 43832 bytes
       Driver: C:\Program Files\Synaptics\SynTP\SmbDrv.ini, 9/14/2012 14:06:50, 5519 bytes
       Driver: C:\WINDOWS\system32\WdfCoInstaller01009.dll, 1.09.7600.16385 (English), 8/7/2009 09:49:36, 1721576 bytes
         Name: Intel(R) 7 Series/C216 Chipset Family PCI Express Root Port 1 - 1E10
    Device ID: PCI\VEN_8086&DEV_1E10&SUBSYS_1818103C&REV_C4\3&11583659&0&E0
       Driver: C:\WINDOWS\system32\DRIVERS\pci.sys, 6.03.9600.16384 (English), 8/22/2013 20:43:32, 285536 bytes
         Name: Realtek PCIe GBE Family Controller
    Device ID: PCI\VEN_10EC&DEV_8168&SUBSYS_1818103C&REV_07\4&1A2E8246&0&00E5
       Driver: C:\WINDOWS\system32\DRIVERS\Rt630x64.sys, 8.01.0510.2013 (English), 6/18/2013 22:46:17, 591360 bytes
         Name: Intel(R) Mobile Express Chipset SATA RAID Controller
    Device ID: PCI\VEN_8086&DEV_282A&SUBSYS_1818103C&REV_04\3&11583659&0&FA
       Driver: C:\WINDOWS\system32\DRIVERS\iaStorAV.sys, 12.00.0001.1018 (English), 8/10/2013 08:39:30, 651248 bytes
         Name: Intel(R) Management Engine Interface
    Device ID: PCI\VEN_8086&DEV_1E3A&SUBSYS_1818103C&REV_04\3&11583659&0&B0
       Driver: C:\WINDOWS\system32\DRIVERS\HECIx64.sys, 9.00.0000.1287 (English), 1/11/2013 19:02:34, 64624 bytes
         Name: Intel(R) USB 3.0 eXtensible Host Controller
    Device ID: PCI\VEN_8086&DEV_1E31&SUBSYS_1818103C&REV_04\3&11583659&0&A0
       Driver: C:\WINDOWS\system32\DRIVERS\iusb3xhc.sys, 1.00.0009.0254 (English), 7/18/2013 16:43:39, 795632 bytes
         Name: High Definition Audio Controller
    Device ID: PCI\VEN_8086&DEV_1E20&SUBSYS_1818103C&REV_04\3&11583659&0&D8
       Driver: C:\WINDOWS\system32\DRIVERS\hdaudbus.sys, 6.03.9600.16384 (English), 8/22/2013 19:38:38, 78336 bytes
         Name: Intel(R) 7 Series/C216 Chipset Family PCI Express Root Port 4 - 1E16
    Device ID: PCI\VEN_8086&DEV_1E16&SUBSYS_1818103C&REV_C4\3&11583659&0&E3
       Driver: C:\WINDOWS\system32\DRIVERS\pci.sys, 6.03.9600.16384 (English), 8/22/2013 20:43:32, 285536 bytes
         Name: Intel(R) 7 Series/C216 Chipset Family PCI Express Root Port 6 - 1E1A
    Device ID: PCI\VEN_8086&DEV_1E1A&SUBSYS_1818103C&REV_C4\3&11583659&0&E5
       Driver: C:\WINDOWS\system32\DRIVERS\pci.sys, 6.03.9600.16384 (English), 8/22/2013 20:43:32, 285536 bytes
         Name: Intel(R) 7 Series/C216 Chipset Family USB Enhanced Host Controller - 1E26
    Device ID: PCI\VEN_8086&DEV_1E26&SUBSYS_1818103C&REV_04\3&11583659&0&E8
       Driver: C:\WINDOWS\system32\drivers\usbehci.sys, 6.03.9600.16384 (English), 8/22/2013 20:43:33, 89952 bytes
       Driver: C:\WINDOWS\system32\drivers\usbport.sys, 6.03.9600.16384 (English), 8/22/2013 20:43:34, 439136 bytes
       Driver: C:\WINDOWS\system32\drivers\usbhub.sys, 6.03.9600.16384 (English), 8/22/2013 20:43:34, 422240 bytes
         Name: Intel(R) HD Graphics 4000
    Device ID: PCI\VEN_8086&DEV_0166&SUBSYS_181B103C&REV_09\3&11583659&0&10
       Driver: C:\WINDOWS\system32\DRIVERS\igdkmd64.sys, 10.18.0010.3345 (English), 10/28/2013 14:06:26, 4195840 bytes
       Driver: C:\WINDOWS\system32\igd10iumd64.dll, 10.18.0010.3345 (English), 10/28/2013 14:06:26, 13832704 bytes
       Driver: C:\WINDOWS\system32\igdusc64.dll, 8.15.0010.9141 (English), 10/28/2013 13:49:24, 4439040 bytes
       Driver: C:\WINDOWS\system32\igdmd64.dll, 10/28/2013 14:06:44, 372224 bytes
       Driver: C:\WINDOWS\system32\igfxcmrt64.dll, 3.00.0000.1024 (English), 10/28/2013 13:50:20, 159232 bytes
       Driver: C:\WINDOWS\system32\igfx11cmrt64.dll, 3.00.0000.1024 (English), 10/28/2013 13:50:20, 150016 bytes
       Driver: C:\WINDOWS\system32\igfxcmjit64.dll, 3.00.0000.1024 (English), 10/28/2013 13:50:20, 2065920 bytes
       Driver: C:\WINDOWS\system32\IccLibDll_x64.dll, 10/3/2013 23:42:30, 94208 bytes
       Driver: C:\WINDOWS\system32\igdde64.dll, 10/28/2013 14:06:26, 222208 bytes
       Driver: C:\WINDOWS\SysWow64\igdde32.dll, 10/28/2013 14:01:40, 182272 bytes
       Driver: C:\WINDOWS\system32\iglhxs64.vp, 10/28/2013 14:09:46, 2932 bytes
       Driver: C:\WINDOWS\system32\iglhxo64.vp, 10/7/2013 14:52:28, 44025 bytes
       Driver: C:\WINDOWS\system32\iglhxc64.vp, 10/7/2013 14:52:28, 43494 bytes
       Driver: C:\WINDOWS\system32\iglhxg64.vp, 10/7/2013 14:52:28, 43256 bytes
       Driver: C:\WINDOWS\system32\iglhxo64_dev.vp, 10/7/2013 14:52:28, 42079 bytes
       Driver: C:\WINDOWS\system32\iglhxc64_dev.vp, 10/7/2013 14:52:28, 43816 bytes
       Driver: C:\WINDOWS\system32\iglhxg64_dev.vp, 10/7/2013 14:52:28, 43298 bytes
       Driver: C:\WINDOWS\system32\iglhxa64.vp, 10/7/2013 14:52:28, 1125 bytes
       Driver: C:\WINDOWS\system32\iglhxa64.cpa, 10/7/2013 14:52:28, 2813952 bytes
       Driver: C:\WINDOWS\system32\iglhcp64.dll, 9.00.0020.9000 (English), 10/7/2013 14:52:28, 214528 bytes
       Driver: C:\WINDOWS\system32\iglhsip64.dll, 9.00.0020.9000 (English), 10/7/2013 14:52:28, 1127424 bytes
       Driver: C:\WINDOWS\SysWow64\igdusc32.dll, 8.15.0010.9141 (English), 10/28/2013 13:49:10, 3528704 bytes
       Driver: C:\WINDOWS\SysWow64\igdmd32.dll, 10/28/2013 14:02:00, 317440 bytes
       Driver: C:\WINDOWS\SysWow64\igd10iumd32.dll, 10.18.0010.3345 (English), 10/28/2013 14:01:42, 13207552 bytes
       Driver: C:\WINDOWS\SysWow64\igdumdim32.dll, 10.18.0010.3345 (English), 10/28/2013 14:01:52, 11434496 bytes
       Driver: C:\WINDOWS\SysWow64\igdail32.dll, 10/28/2013 14:01:34, 142848 bytes
       Driver: C:\WINDOWS\SysWow64\igfxdv32.dll, 8.15.0010.3345 (English), 10/28/2013 14:01:26, 492032 bytes
       Driver: C:\WINDOWS\SysWow64\iglhcp32.dll, 9.00.0020.9000 (English), 10/7/2013 14:52:28, 179712 bytes
       Driver: C:\WINDOWS\SysWow64\iglhsip32.dll, 9.00.0020.9000 (English), 10/7/2013 14:52:28, 1123328 bytes
       Driver: C:\WINDOWS\SysWow64\IntelCpHeciSvc.exe, 9.00.0020.9000 (English), 11/15/2013 13:49:58, 279024 bytes
       Driver: C:\WINDOWS\SysWow64\igfxcmrt32.dll, 3.00.0000.1024 (English), 10/28/2013 13:50:20, 133120 bytes
       Driver: C:\WINDOWS\SysWow64\igfx11cmrt32.dll, 3.00.0000.1024 (English), 10/28/2013 13:50:20, 128512 bytes
       Driver: C:\WINDOWS\SysWow64\igfxcmjit32.dll, 3.00.0000.1024 (English), 10/28/2013 13:50:20, 1815040 bytes
       Driver: C:\WINDOWS\system32\difx64.exe, 1.04.0001.0000 (English), 11/15/2013 13:49:50, 153072 bytes
       Driver: C:\WINDOWS\system32\hccutils.dll, 8.15.0010.3345 (English), 10/28/2013 14:06:12, 224256 bytes
       Driver: C:\WINDOWS\system32\igfxsrvc.dll, 8.15.0010.3345 (English), 10/28/2013 14:06:20, 66560 bytes
       Driver: C:\WINDOWS\system32\igfxsrvc.exe, 8.15.0010.3345 (English), 11/15/2013 13:49:56, 844784 bytes
       Driver: C:\WINDOWS\system32\igfxstarter.exe, 6.15.0010.3345 (English), 11/15/2013 13:49:56, 906224 bytes
       Driver: C:\WINDOWS\system32\igfxpph.dll, 8.15.0010.3345 (English), 10/28/2013 14:06:16, 548864 bytes
       Driver: C:\WINDOWS\system32\igfxcpl.cpl, 8.15.0010.3345 (English), 10/28/2013 14:06:12, 279040 bytes
       Driver: C:\WINDOWS\system32\igfxdev.dll, 8.15.0010.3345 (English), 10/28/2013 14:06:12, 623616 bytes
       Driver: C:\WINDOWS\system32\igfxdo.dll, 8.15.0010.3345 (English), 10/28/2013 14:06:14, 243712 bytes
       Driver: C:\WINDOWS\system32\igfxtray.exe, 8.15.0010.3345 (English), 11/15/2013 13:49:56, 391152 bytes
       Driver: C:\WINDOWS\system32\hkcmd.exe, 8.15.0010.3345 (English), 11/15/2013 13:49:54, 771056 bytes
       Driver: C:\WINDOWS\system32\igfxress.dll, 8.15.0010.3345 (English), 10/28/2013 14:06:18, 9081856 bytes
       Driver: C:\WINDOWS\system32\igfxpers.exe, 8.15.0010.3345 (English), 11/15/2013 13:49:54, 770032 bytes
       Driver: C:\WINDOWS\system32\igfxTMM.dll, 8.15.0010.3345 (English), 10/28/2013 14:06:10, 345600 bytes
       Driver: C:\WINDOWS\system32\gfxSrvc.dll, 8.15.0010.3345 (English), 10/28/2013 14:06:12, 194048 bytes
       Driver: C:\WINDOWS\system32\GfxUIEx.exe, 8.15.0010.3345 (English), 11/15/2013 13:49:52, 7588336 bytes
       Driver: C:\WINDOWS\system32\GfxUIEx.exe.config, 10/3/2013 23:42:30, 1806 bytes
       Driver: C:\WINDOWS\system32\DPTopologyApp.exe, 8.15.0010.3345 (English), 11/15/2013 13:49:52, 530928 bytes
       Driver: C:\WINDOWS\system32\DPTopologyApp.exe.config, 10/3/2013 23:42:26, 935 bytes
       Driver: C:\WINDOWS\system32\CustomModeApp.exe, 8.15.0010.3345 (English), 11/15/2013 13:49:50, 396784 bytes
       Driver: C:\WINDOWS\system32\CustomModeApp.exe.config, 10/3/2013 23:42:24, 935 bytes
       Driver: C:\WINDOWS\system32\GfxRes.dll, 1.00.0000.0000 (English), 10/28/2013 14:06:06, 2384896 bytes
       Driver: C:\WINDOWS\system32\MetroIntelGenericUIFramework.dll, 1.00.0000.0000 (English), 10/28/2013 14:06:12, 4067328 bytes
       Driver: C:\WINDOWS\system32\GfxUIHotKeyMenu.exe, 8.15.0010.3345 (English), 11/15/2013 13:49:52, 754672 bytes
       Driver: C:\WINDOWS\system32\GfxUIHotKeyMenu.exe.config, 10/3/2013 23:42:30, 264 bytes
       Driver: C:\WINDOWS\system32\IGFXDEVLib.dll, 1.00.0000.0000 (Invariant Language), 10/28/2013 14:06:10, 12288 bytes
       Driver: C:\WINDOWS\system32\igfxext.exe, 8.15.0010.3345 (English), 11/15/2013 13:49:54, 393712 bytes
       Driver: C:\WINDOWS\system32\igfxexps.dll, 8.15.0010.3345 (English), 10/28/2013 14:06:06, 29184 bytes
       Driver: C:\WINDOWS\SysWow64\igfxexps32.dll, 8.15.0010.3345 (English), 10/28/2013 14:01:22, 25088 bytes
       Driver: C:\WINDOWS\system32\igfxrara.lrc, 8.15.0010.3345 (English), 10/28/2013 14:06:16, 521728 bytes
       Driver: C:\WINDOWS\system32\igfxrchs.lrc, 8.15.0010.3345 (English), 10/28/2013 14:06:16, 513536 bytes
       Driver: C:\WINDOWS\system32\igfxrcht.lrc, 8.15.0010.3345 (English), 10/28/2013 14:06:16, 514048 bytes
       Driver: C:\WINDOWS\system32\igfxrdan.lrc, 8.15.0010.3345 (English), 10/28/2013 14:06:16, 524288 bytes
       Driver: C:\WINDOWS\system32\igfxrdeu.lrc, 8.15.0010.3345 (English), 10/28/2013 14:06:16, 526848 bytes
       Driver: C:\WINDOWS\system32\igfxrenu.lrc, 8.15.0010.3345 (English), 10/28/2013 14:06:16, 371200 bytes
       Driver: C:\WINDOWS\system32\igfxresn.lrc, 8.15.0010.3345 (English), 10/28/2013 14:06:16, 527360 bytes
       Driver: C:\WINDOWS\system32\igfxrfin.lrc, 8.15.0010.3345 (English), 10/28/2013 14:06:16, 525312 bytes
       Driver: C:\WINDOWS\system32\igfxrfra.lrc, 8.15.0010.3345 (English), 10/28/2013 14:06:16, 527360 bytes
       Driver: C:\WINDOWS\system32\igfxrheb.lrc, 8.15.0010.3345 (English), 10/28/2013 14:06:16, 522240 bytes
       Driver: C:\WINDOWS\system32\igfxrhrv.lrc, 8.15.0010.3345 (English), 10/28/2013 14:06:16, 525824 bytes
       Driver: C:\WINDOWS\system32\igfxrita.lrc, 8.15.0010.3345 (English), 10/28/2013 14:06:16, 526336 bytes
       Driver: C:\WINDOWS\system32\igfxrjpn.lrc, 8.15.0010.3345 (English), 10/28/2013 14:06:16, 517632 bytes
       Driver: C:\WINDOWS\system32\igfxrkor.lrc, 8.15.0010.3345 (English), 10/28/2013 14:06:16, 516096 bytes
       Driver: C:\WINDOWS\system32\igfxrnld.lrc, 8.15.0010.3345 (English), 10/28/2013 14:06:16, 526336 bytes
       Driver: C:\WINDOWS\system32\igfxrnor.lrc, 8.15.0010.3345 (English), 10/28/2013 14:06:16, 524288 bytes
       Driver: C:\WINDOWS\system32\igfxrplk.lrc, 8.15.0010.3345 (English), 10/28/2013 14:06:18, 527360 bytes
       Driver: C:\WINDOWS\system32\igfxrptb.lrc, 8.15.0010.3345 (English), 10/28/2013 14:06:18, 524800 bytes
       Driver: C:\WINDOWS\system32\igfxrptg.lrc, 8.15.0010.3345 (English), 10/28/2013 14:06:18, 525824 bytes
       Driver: C:\WINDOWS\system32\igfxrrom.lrc, 8.15.0010.3345 (English), 10/28/2013 14:06:18, 526336 bytes
       Driver: C:\WINDOWS\system32\igfxrrus.lrc, 8.15.0010.3345 (English), 10/28/2013 14:06:18, 526848 bytes
       Driver: C:\WINDOWS\system32\igfxrsky.lrc, 8.15.0010.3345 (English), 10/28/2013 14:06:18, 525824 bytes
       Driver: C:\WINDOWS\system32\igfxrslv.lrc, 8.15.0010.3345 (English), 10/28/2013 14:06:18, 525312 bytes
       Driver: C:\WINDOWS\system32\igfxrsve.lrc, 8.15.0010.3345 (English), 10/28/2013 14:06:18, 525312 bytes
       Driver: C:\WINDOWS\system32\igfxrtha.lrc, 8.15.0010.3345 (English), 10/28/2013 14:06:18, 523776 bytes
       Driver: C:\WINDOWS\system32\igfxrcsy.lrc, 8.15.0010.3345 (English), 10/28/2013 14:06:16, 525824 bytes
       Driver: C:\WINDOWS\system32\igfxrell.lrc, 8.15.0010.3345 (English), 10/28/2013 14:06:16, 527872 bytes
       Driver: C:\WINDOWS\system32\igfxrhun.lrc, 8.15.0010.3345 (English), 10/28/2013 14:06:16, 525824 bytes
       Driver: C:\WINDOWS\system32\igfxrtrk.lrc, 8.15.0010.3345 (English), 10/28/2013 14:06:18, 524800 bytes
       Driver: C:\WINDOWS\system32\Gfxres.ar-SA.resources, 10/28/2013 14:06:10, 199384 bytes
       Driver: C:\WINDOWS\system32\Gfxres.cs-CZ.resources, 10/28/2013 14:06:10, 170948 bytes
       Driver: C:\WINDOWS\system32\Gfxres.da-DK.resources, 10/28/2013 14:06:10, 164646 bytes
       Driver: C:\WINDOWS\system32\Gfxres.de-DE.resources, 10/28/2013 14:06:10, 176542 bytes
       Driver: C:\WINDOWS\system32\Gfxres.el-GR.resources, 10/28/2013 14:06:10, 251591 bytes
       Driver: C:\WINDOWS\system32\Gfxres.es-ES.resources, 10/28/2013 14:06:10, 176861 bytes
       Driver: C:\WINDOWS\system32\Gfxres.en-US.resources, 10/28/2013 14:06:10, 159945 bytes
       Driver: C:\WINDOWS\system32\Gfxres.fi-FI.resources, 10/28/2013 14:06:10, 172020 bytes
       Driver: C:\WINDOWS\system32\Gfxres.fr-FR.resources, 10/28/2013 14:06:10, 176596 bytes
       Driver: C:\WINDOWS\system32\Gfxres.he-IL.resources, 10/28/2013 14:06:10, 191001 bytes
       Driver: C:\WINDOWS\system32\Gfxres.hr-HR.resources, 10/28/2013 14:06:10, 170088 bytes
       Driver: C:\WINDOWS\system32\Gfxres.hu-HU.resources, 10/28/2013 14:06:10, 174194 bytes
       Driver: C:\WINDOWS\system32\Gfxres.it-IT.resources, 10/28/2013 14:06:10, 179221 bytes
       Driver: C:\WINDOWS\system32\Gfxres.ja-JP.resources, 10/28/2013 14:06:10, 196950 bytes
       Driver: C:\WINDOWS\system32\Gfxres.ko-KR.resources, 10/28/2013 14:06:10, 179309 bytes
       Driver: C:\WINDOWS\system32\Gfxres.nb-NO.resources, 10/28/2013 14:06:10, 165304 bytes
       Driver: C:\WINDOWS\system32\Gfxres.nl-NL.resources, 10/28/2013 14:06:10, 173446 bytes
       Driver: C:\WINDOWS\system32\Gfxres.pl-PL.resources, 10/28/2013 14:06:10, 173645 bytes
       Driver: C:\WINDOWS\system32\Gfxres.pt-BR.resources, 10/28/2013 14:06:10, 172652 bytes
       Driver: C:\WINDOWS\system32\Gfxres.pt-PT.resources, 10/28/2013 14:06:10, 171217 bytes
       Driver: C:\WINDOWS\system32\Gfxres.ro-RO.resources, 10/28/2013 14:06:10, 175185 bytes
       Driver: C:\WINDOWS\system32\Gfxres.ru-RU.resources, 10/28/2013 14:06:10, 233474 bytes
       Driver: C:\WINDOWS\system32\Gfxres.sk-SK.resources, 10/28/2013 14:06:10, 171680 bytes
       Driver: C:\WINDOWS\system32\Gfxres.sl-SI.resources, 10/28/2013 14:06:10, 166603 bytes
       Driver: C:\WINDOWS\system32\Gfxres.sv-SE.resources, 10/28/2013 14:06:10, 171483 bytes
       Driver: C:\WINDOWS\system32\Gfxres.th-TH.resources, 10/28/2013 14:06:10, 265380 bytes
       Driver: C:\WINDOWS\system32\Gfxres.tr-TR.resources, 10/28/2013 14:06:10, 173904 bytes
       Driver: C:\WINDOWS\system32\Gfxres.zh-CN.resources, 10/28/2013 14:06:10, 151452 bytes
       Driver: C:\WINDOWS\system32\Gfxres.zh-TW.resources, 10/28/2013 14:06:10, 153237 bytes
       Driver: C:\WINDOWS\system32\ig7icd64.dll, 10.18.0010.3345 (English), 10/28/2013 14:06:50, 7781888 bytes
       Driver: C:\WINDOWS\SysWow64\ig7icd32.dll, 10.18.0010.3345 (English), 10/28/2013 14:02:06, 6141440 bytes
       Driver: C:\WINDOWS\system32\igdumdim64.dll, 10.18.0010.3345 (English), 10/28/2013 14:06:34, 12151296 bytes
       Driver: C:\WINDOWS\system32\igdail64.dll, 10/28/2013 14:06:22, 160256 bytes
       Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\llvm_release_license.txt, 10/7/2013 14:52:50, 1981 bytes
       Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\readme.txt, 10/7/2013 14:52:50, 9788 bytes
       Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\version.ini, 10/21/2013 17:17:18, 32 bytes
       Driver: C:\WINDOWS\SysWow64\Intel_OpenCL_ICD32.dll, 1.02.0011.0000 (English), 10/7/2013 14:52:30, 60416 bytes
       Driver: C:\WINDOWS\SysWow64\IntelOpenCL32.dll, 1.01.0000.1005 (English), 10/28/2013 13:58:54, 253440 bytes
       Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x86\task_executor32.dll, 3.00.0001.10878 (English), 10/21/2013 17:17:18, 207872 bytes
       Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x86\OclCpuBackend32.dll, 3.00.0001.10878 (English), 10/21/2013 17:17:18, 6758912 bytes
       Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x86\intelocl32.dll, 3.00.0001.10878 (English), 10/21/2013 17:17:18, 626688 bytes
       Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x86\cpu_device32.dll, 3.00.0001.10878 (English), 10/21/2013 17:17:18, 285184 bytes
       Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x86\clbltfnn8.rtl, 10/7/2013 14:52:52, 2986764 bytes
       Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x86\clbltfnn8_img_cbk.o, 10/7/2013 14:52:52, 240244 bytes
       Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x86\clbltfnn8_img_cbk.rtl, 10/7/2013 14:52:52, 375380 bytes
       Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x86\clbltfng9.rtl, 10/7/2013 14:52:50, 2930216 bytes
       Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x86\clbltfng9_img_cbk.o, 10/7/2013 14:52:50, 234396 bytes
       Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x86\clbltfng9_img_cbk.rtl, 10/7/2013 14:52:50, 374552 bytes
       Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x86\clbltfns9.rtl, 10/7/2013 14:52:52, 2408580 bytes
       Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x86\clbltfns9_img_cbk.o, 10/7/2013 14:52:52, 197272 bytes
       Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x86\clbltfns9_img_cbk.rtl, 10/7/2013 14:52:52, 329372 bytes
       Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x86\clang_compiler32.dll, 3.00.0001.10878 (English), 10/21/2013 17:17:18, 14889984 bytes
       Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x86\__ocl_svml_n8.dll, 2.00.0000.0000 (English), 10/7/2013 14:52:50, 5894144 bytes
       Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x86\__ocl_svml_g9.dll, 2.00.0000.0000 (English), 10/7/2013 14:52:50, 5165056 bytes
       Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x86\__ocl_svml_s9.dll, 2.00.0000.0000 (English), 10/7/2013 14:52:50, 4677632 bytes
       Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x86\tbb\tbbmalloc.dll, 4.00.2012.0408 (), 10/21/2013 17:17:18, 165816 bytes
       Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x86\tbb\tbb.dll, 4.00.2012.0408 (), 10/21/2013 17:17:18, 333240 bytes
       Driver: C:\WINDOWS\system32\Intel_OpenCL_ICD64.dll, 1.02.0011.0000 (English), 10/7/2013 14:52:30, 64000 bytes
       Driver: C:\WINDOWS\system32\IntelOpenCL64.dll, 1.01.0000.1005 (English), 10/28/2013 13:57:30, 304640 bytes
       Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\task_executor64.dll, 3.00.0001.10878 (English), 10/21/2013 17:17:18, 246272 bytes
       Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\OclCpuBackend64.dll, 3.00.0001.10878 (English), 10/21/2013 17:17:18, 9161728 bytes
       Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\intelocl64.dll, 3.00.0001.10878 (English), 10/21/2013 17:17:18, 797184 bytes
       Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\cpu_device64.dll, 3.00.0001.10878 (English), 10/21/2013 17:17:18, 343040 bytes
       Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\clbltfnh8.rtl, 10/7/2013 14:52:50, 2941464 bytes
       Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\clbltfnh8_img_cbk.o, 10/7/2013 14:52:50, 295744 bytes
       Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\clbltfnh8_img_cbk.rtl, 10/7/2013 14:52:50, 388464 bytes
       Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\clbltfne9.rtl, 10/7/2013 14:52:50, 2884992 bytes
       Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\clbltfne9_img_cbk.o, 10/7/2013 14:52:50, 284840 bytes
       Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\clbltfne9_img_cbk.rtl, 10/7/2013 14:52:50, 387724 bytes
       Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\clbltfnl9.rtl, 10/7/2013 14:52:50, 2365892 bytes
       Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\clbltfnl9_img_cbk.o, 10/7/2013 14:52:50, 228328 bytes
       Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\clbltfnl9_img_cbk.rtl, 10/7/2013 14:52:50, 342372 bytes
       Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\clang_compiler64.dll, 3.00.0001.10878 (English), 10/21/2013 17:17:18, 19576320 bytes
       Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\__ocl_svml_h8.dll, 2.00.0000.0000 (English), 10/7/2013 14:52:50, 6090752 bytes
       Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\__ocl_svml_e9.dll, 2.00.0000.0000 (English), 10/7/2013 14:52:50, 5512192 bytes
       Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\__ocl_svml_l9.dll, 2.00.0000.0000 (English), 10/7/2013 14:52:50, 5059072 bytes
       Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\tbb\tbbmalloc.dll, 4.00.2012.0408 (), 10/21/2013 17:17:18, 198072 bytes
       Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\tbb\tbb.dll, 4.00.2012.0408 (), 10/21/2013 17:17:18, 408504 bytes
       Driver: C:\WINDOWS\SysWow64\IntelOpenCL32.dll, 1.01.0000.1005 (English), 10/28/2013 13:58:54, 253440 bytes
       Driver: C:\WINDOWS\SysWow64\igdbcl32.dll, 10.18.0010.3345 (English), 10/28/2013 13:58:54, 290816 bytes
       Driver: C:\WINDOWS\SysWow64\igdrcl32.dll, 10.18.0010.3345 (English), 10/28/2013 13:58:54, 2977792 bytes
       Driver: C:\WINDOWS\SysWow64\igdfcl32.dll, 10.18.0010.3345 (English), 10/28/2013 13:58:52, 20919808 bytes
       Driver: C:\WINDOWS\system32\IntelOpenCL64.dll, 1.01.0000.1005 (English), 10/28/2013 13:57:30, 304640 bytes
       Driver: C:\WINDOWS\system32\igdbcl64.dll, 10.18.0010.3345 (English), 10/28/2013 13:57:28, 329216 bytes
       Driver: C:\WINDOWS\system32\igdrcl64.dll, 10.18.0010.3345 (English), 10/28/2013 13:57:30, 3304960 bytes
       Driver: C:\WINDOWS\system32\igdfcl64.dll, 10.18.0010.3345 (English), 10/28/2013 13:57:26, 25947136 bytes
       Driver: C:\Program Files\Intel\Media SDK\libmfxhw32.dll, 4.13.0010.0003 (English), 10/28/2013 13:50:50, 17164944 bytes
       Driver: C:\Program Files\Intel\Media SDK\mfx_mft_h264ve_32.dll, 4.13.0010.0010 (English), 10/28/2013 13:50:50, 627200 bytes
       Driver: C:\Program Files\Intel\Media SDK\mfx_mft_mjpgvd_32.dll, 4.13.0010.0010 (English), 10/28/2013 13:50:50, 544256 bytes
       Driver: C:\Program Files\Intel\Media SDK\he_32.vp, 10/28/2013 13:50:50, 21617 bytes
       Driver: C:\Program Files\Intel\Media SDK\c_32.cpa, 10/3/2013 23:42:24, 846855 bytes
       Driver: C:\Program Files\Intel\Media SDK\cpa_32.vp, 10/28/2013 13:50:50, 993 bytes
       Driver: C:\Program Files\Intel\Media SDK\dev_32.vp, 10/28/2013 13:50:50, 21523 bytes
       Driver: C:\Program Files\Intel\Media SDK\mj_32.vp, 10/28/2013 13:50:50, 19197 bytes
       Driver: C:\Program Files\Intel\Media SDK\libmfxhw64.dll, 4.13.0010.0003 (English), 10/28/2013 13:50:50, 21676688 bytes
       Driver: C:\Program Files\Intel\Media SDK\mfx_mft_h264ve_64.dll, 4.13.0010.0010 (English), 10/28/2013 13:50:50, 767488 bytes
       Driver: C:\Program Files\Intel\Media SDK\mfx_mft_mjpgvd_64.dll, 4.13.0010.0010 (English), 10/28/2013 13:50:50, 659968 bytes
       Driver: C:\Program Files\Intel\Media SDK\he_64.vp, 10/28/2013 13:50:48, 5165 bytes
       Driver: C:\Program Files\Intel\Media SDK\c_64.cpa, 10/3/2013 23:42:24, 1519616 bytes
       Driver: C:\Program Files\Intel\Media SDK\cpa_64.vp, 10/28/2013 13:50:50, 993 bytes
       Driver: C:\Program Files\Intel\Media SDK\dev_64.vp, 10/28/2013 13:50:50, 21523 bytes
       Driver: C:\Program Files\Intel\Media SDK\mj_64.vp, 10/28/2013 13:50:50, 4925 bytes
       Driver: C:\WINDOWS\system32\IntelWiDiMCUMD64.dll, 4.05.0034.0000 (English), 10/21/2013 17:17:14, 121504 bytes
       Driver: C:\WINDOWS\system32\IntelWiDiSecureSourceFilter64.dll, 4.05.0034.0000 (English), 10/21/2013 17:17:14, 1435808 bytes
       Driver: C:\WINDOWS\system32\IntelWiDiAAC64.dll, 4.05.0034.0000 (English), 10/21/2013 17:17:14, 4011168 bytes
       Driver: C:\WINDOWS\system32\IntelWiDiMux64.dll, 4.05.0034.0000 (English), 10/21/2013 17:17:14, 601760 bytes
       Driver: C:\WINDOWS\system32\IntelWiDiDDEAgent64.dll, 4.05.0034.0000 (English), 10/21/2013 17:17:14, 176800 bytes
       Driver: C:\WINDOWS\system32\IntelWiDiAudioFilter64.dll, 4.05.0034.0000 (English), 10/21/2013 17:17:14, 644256 bytes
       Driver: C:\WINDOWS\system32\IntelWiDiUtils64.dll, 4.05.0034.0000 (English), 10/21/2013 17:17:14, 210080 bytes
       Driver: C:\WINDOWS\system32\IntelWiDiLogServer64.dll, 4.05.0034.0000 (English), 10/21/2013 17:17:14, 94368 bytes
       Driver: C:\WINDOWS\system32\IntelWiDiWinNextAgent64.dll, 4.05.0034.0000 (English), 10/21/2013 17:17:14, 774816 bytes
       Driver: C:\WINDOWS\system32\IntelWiDiSilenceFilter64.dll, 4.05.0034.0000 (English), 10/21/2013 17:17:14, 344736 bytes
       Driver: C:\WINDOWS\system32\IntelWiDiVAD64.exe, 4.05.0034.0000 (English), 11/15/2013 13:50:00, 2476504 bytes
       Driver: C:\WINDOWS\system32\IntelWiDiUMS64.exe, 4.05.0034.0000 (English), 11/15/2013 13:49:58, 441840 bytes
       Driver: C:\WINDOWS\system32\igfxCoIn_v3345.dll, 1.03.0002.0000 (English), 10/28/2013 14:13:24, 182784 bytes
         Name: Realtek PCIE CardReader
    Device ID: PCI\VEN_10EC&DEV_5229&SUBSYS_1818103C&REV_01\4&5CFE19B&0&00E2
       Driver: C:\WINDOWS\system32\DRIVERS\RtsP2Stor.sys, 6.01.8400.29025 (English), 6/13/2012 18:24:00, 266896 bytes
       Driver: C:\WINDOWS\SysWOW64\RtsP2StorIcon.dll, 1.00.0008.000

  • Everytime i try to acces my music or the app store it goes for a second then flashes out. what do i do?

    i've been having my ipod for 3 months and it has always worked well, but for the past 3 days, i have been trying to go on my music, internet, youtube, and the app store, but everytimei go into it, it goes for a second and then it just flashes out. i am not able to access any of those things. I have already restore it and still NOTHING! what do i do? what is happenning with my ipod?

    its an ipod touch 4g.
    PLEASE HELP!

  • I cannot get any of the zoom functions to work, period. When Firefox starts up it begins to display the page then it stops and redisplays it. So its like it flashes on for a second then completely regoes to the site, any site. The text zooms dont work eve

    I cannot get any of the zoom functions to work, period. When Firefox starts up it begins to display the page then it stops and redisplays it. So its like it flashes on for a second then completely regoes to the site, any site. The text zooms dont work even when i try to change the font on the content tab, nothing. I have reinstalled firefox still no luck help,!!!!!
    == This happened ==
    Every time Firefox opened
    == this month ==
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; InfoPath.2)

    Do you have that problem when running in the Firefox SafeMode?
    [http://support.mozilla.com/en-US/kb/Safe+Mode]
    ''Don't select anything right now, just use "Continue in SafeMode."''
    If not, see this:
    [http://support.mozilla.com/en-US/kb/troubleshooting+extensions+and+themes]

Maybe you are looking for

  • Defaulting fonts when viewing DPS articles in Adobe Content Viewer

    Hi. My fonts are defaulting throughout my folio when I view articles in Adobe content viewer. This folio is a PDF. I have published before and not had this issue. Is the problem with Content Viewer? Will the type display correctly when I publish this

  • IChat hangs upon launching

    My iMacG5 is having trouble launching iChat. I have to force-quit, and it just is not functionning. I have recently done a clean install of Tiger. The iSight works fine on my Powerbook G4.

  • N speed matter if internet connection is 10Mbps?

    If my internet connection is 10Mbps, does it matter if my router is g speed or n speed? If internet comes in at 10Mbps does my rAirport Express g router send to my Mac at g speed? If yes, and then I got an Airport Extreme n speed router would it make

  • Vlan voice Packet Loss

    Dear all, strange error configuration  2 vlan data 10 voice 20 when I ping from the router or from a switch  to the voip phone(vlan 20)  I'm expereince packet lost  cisco2960x#ping 172.18.10.132 repeat 20 Type escape sequence to abort. Sending 20, 10

  • Squirrelmail/php - accounts locked out

    I'm needing some help with Squirrelmail. Tiger Server 10.4.2 Squirrelmail 1.4.5 php 4.3.11 I am experiencing the same problem as here. I have changed the session.gc_maxlifetime variable in php. This worked for about a month, last week users who logge