Alt-tab

Hello, recently i've been playing world of warcraft on my mac a lot and am wondering if there is a way to alt tab out of the game like I do on my windows machine. Thanks for any advice.
Andrew

Unless WoW uses this shortcut for one of its own keyboard commands, you could press Command+H to hide the application. That would get you to the desktop without shutting the game down.

Similar Messages

  • Multiple Instances of the Same Excel Document in 'Alt-Tab' List

    So I am having a very weird problem, and I can't seem to find an answer anywhere. I was recently given a new laptop at work with Windows 7 and Office 2010. It has worked pretty well so far, but recently I have been noticing something very strange. While
    this problem is quite small, due to how I use windows and my habits of alt-tabbing between multiple documents throughout the day, it is causing a serious problem.
    This typically only happens when I have multiple excel documents open, and am tabbing between them or other documents or windows. For example, I have ClientList.xlsx open and need to cut and paste a cell from it to FinalReview.xlsx. I have 'ClientList' open
    and just clicked Control+C to copy a cell. I click on 'Alt-tab' and while the icon in the alt tab list appears to change, I am taken immediately back to the same document. What is happening is that there are actually two separate copies of 'ClientList'
    in my alt tab list. If I press and hold 'Alt' and then hit 'tab' twice, I can pull up the other excel file, 'FinalReview'.
    At any point in time, I can click on the 'Alt' button to see the list and see three Excel icons. There will be one large excel icon with the name 'Microsoft Excel - ClientList.xlsx', and then right next to it will be two smaller looking excel icons with
    the names 'ClientList.xlsx' and 'FinalReview.xlsx' respectively.
    Has anyone seen anything like this before? I have spend hours searching for a resolution on the internet, as well as calling my work's tech support line and have not found anything remotely close to this as even being an issue.
    Thanks in advance for your help.

    Hi,
    First, I would like to verify whether this issue only occurred with Excel? Have you checked the Excel settings? You can perform a
    system restore to see how it works.
    In addition, I suggest you try the following:
    1. Test the issue in Clean Boot and
    Safe Mode
    2. Create a new user to test if this issue still exists.
    Thanks,
    Vincent Wang
    TechNet Community Support
    Mate, did you even bother to read the question? To mark your response as the answer is a complete load of garbage - you haven't even bothered to respond to the actual question. The correct answer is below from B.W._.
    No wonder anyone wanting decent responses uses stack overflow instead of these ridiculous forums...

  • Windows 7 Blue Screen Issues With Alt-tabbing From WoW

    As the title says, lately I've been having blue screens which are mostly caused by wow.
    Previously I've had the occasional bsod (once a month or so) when alt tabbing, but it was pretty rare. However recently, I've had something more like 1 a day, usually caused by alt tabbing out of wow. It seems the longer I'm alt tabbed the more likely it
    is to happen. I haven't experienced the same problem with any other game, although the occasional monthly ones usually happen when I'm changing my music as I alt tab out of League of Legends.
    I downloaded bluescreenview and it appears the cause is some combination of win32k.sys as well as ntoskrnl.exe             Based off the fact that it is happening more with a more demanding game, I'm guessing the problem is
    most likely due to a bad stick of ram, but I'd like a second opinion.
    I'll attach a few of the most recent dump files (the one today is slightly different than the ones last week which seems slightly odd).
    http://puu.sh/8lVuH     http://puu.sh/8lVtT      http://puu.sh/8lVse
    Thanks in advance for any help, and I hope image files are okay :)

    Thanks, and it's not, no. You can't exactly debug pictures :')
    We have two consistent bug checks:
    SYSTEM_SERVICE_EXCEPTION (3b)
    This indicates that an exception happened while executing a routine that transitions from non-privileged code to privileged code.
    This error has been linked to excessive paged pool usage and may occur due to user-mode graphics drivers crossing over and passing bad data to the kernel code.
    BugCheck 3B, {c0000005, fffff80002e5301e, fffff88008945c70, 0}
    0: kd> ln fffff80002e5301e
    (fffff800`02e52ff8) nt!ExEnterCriticalRegionAndAcquireFastMutexUnsafe+0x26 | (fffff800`02e53040) nt!PsIsProtectedProcess
    ^^ The exception occurred in nt!ExEnterCriticalRegionAndAcquireFastMutexUnsafe. This is a routine that first enters a critical region, and then acquires the specified fast mutex for the calling thread.
    PAGE_FAULT_IN_NONPAGED_AREA (50)
    This indicates that invalid system memory has been referenced.
    Bug check 0x50 usually occurs after the installation of faulty hardware or in the event of failure of installed hardware (usually related to defective RAM, be it main memory, L2 RAM cache, or video RAM).
    Another common cause is the installation of a faulty system service.
    Antivirus software can also trigger this error, as can a corrupted NTFS volume.
    BugCheck 50, {fffff900c25efcf0, 0, fffff9600032c69d, 0}
    ^^ Address fffff900c25efcf0 was written to by the instruction at address
    fffff9600032c69d.
    1: kd> r cr2
    Last set context:
    cr2=fffff900c25efcf0
    ^^ The 1st parameter address was stored in cr2 prior to calling the page fault handler.
    1: kd> !pte fffff900c25efcf0
    VA fffff900c25efcf0
    PXE at FFFFF6FB7DBEDF90 PPE at FFFFF6FB7DBF2018 PDE at FFFFF6FB7E403090 PTE at FFFFF6FC80612F78
    Unable to get PXE FFFFF6FB7DBEDF90
    ^^ Can't see whether or not it's valid/non-valid.
    1: kd> .trap fffff880`073858e0
    NOTE: The trap frame does not contain all registers.
    Some register values may be zeroed or incorrect.
    rax=0000000000000011 rbx=0000000000000000 rcx=fffff900c376ae40
    rdx=00000000701215e6 rsi=0000000000000000 rdi=0000000000000000
    rip=fffff9600032c69d rsp=fffff88007385a70 rbp=0000000000000001
    r8=0000000000000000 r9=0000000000000410 r10=fffff80002e4e000
    r11=0000000000000022 r12=0000000000000000 r13=0000000000000000
    r14=0000000000000000 r15=0000000000000000
    iopl=0 nv up ei pl zr na po nc
    win32k!SFMLOGICALSURFACE::OwnsSurfaceCleanup+0x2d:
    fffff960`0032c69d 488b4f20 mov rcx,qword ptr [rdi+20h] ds:00000000`00000020=??????????
    ^^ On the instruction we failed on, address fffff960`0032c69d deferenced
    rdi+20h where rdi is 0000000000000000. All of this would result in a memory write to the address
    00000000`00000020.
    1: kd> dd 00000000`00000020
    00000000`00000020 ???????? ???????? ???????? ????????
    00000000`00000030 ???????? ???????? ???????? ????????
    00000000`00000040 ???????? ???????? ???????? ????????
    00000000`00000050 ???????? ???????? ???????? ????????
    00000000`00000060 ???????? ???????? ???????? ????????
    00000000`00000070 ???????? ???????? ???????? ????????
    00000000`00000080 ???????? ???????? ???????? ????????
    00000000`00000090 ???????? ???????? ???????? ????????
    Right, so the code wanted to write to 00000000`00000020 which as we can see above is a completely invalid address. The 1st parameter and cr2 however note we failed writing to address
    fffff900c25efcf0. This does not make sense, and is essentially not logically possible.
    The hardware was told to write to 00000000`00000020, and the hardware came back and said 'I cannot write to
    fffff900c25efcf0'. Another way to think about it is if you kindly asked the waiter of your table for more water, he writes it down, but comes back and says 'I'm sorry, but we're all out of coffee'.
    1. Uninstall any/all installed Asus bloatware, I for example see Asus PC Probe, and AI Suite.
    2. Remove and replace avast! with Microsoft Security Essentials for temporary troubleshooting purposes as it may be causing conflicts:
    avast! removal -
    http://www.avast.com/uninstall-utility
    MSE - 
    http://windows.microsoft.com/en-us/windows/security-essentials-download
    3. If the above fails, you have faulty RAM.
    Regards,
    Patrick
    “Be kind whenever possible. It is always possible.” - Dalai Lama

  • [Solved] Alt-Tab window switching no longer working after update (JWM)

    The next issue I am trying to straighten out after a recent, long-overdue pacman -Syu, is the loss of window-switching functionality using the alt-tab key combination. This is under the JWM window manager, by the way. The alt key seems to work as expected when, for example, firefox has focus: if I hit alt left arrow, the browser goes back to the preceding page. But if I hit alt and tab together, say, in the browser or when a terminal has focus, it seems to be read as though I were pressing only the tab key. So, with two windows maximized on the desktop, the alt-tab combination does not toggle between them. If the terminal has focus I can see the cursor jumping over a tab space each time I press the key combination.
    Can anyone offers pointers on how I might resolve or begin diagnosing this issue? I should mention that another change I did in the wake of the update was to make the system log me in and start the GUI each time I boot the machine (as discussed at https://wiki.archlinux.org/index.php/St … h_profile). I'm not sure why that would have any effect but I thought I should mention it. I think this is just a pretty standard pc105 keyboard by the way.
    Input will be appreciated.
    Thanks,
    James
    Last edited by jamtat (2013-02-01 17:07:32)

    Thank you for your input, anonymous_user. I decided, on reading it, to compare my .jwmrc with the /etc/system.jwmrc file. I noted that, in my .jwmrc, the keybindings section was empty, while that section in the /etc/system.jwmrc had several entries--and even one that seemed to refer to the alt-tab key combination. So I copied that section into my .jwmrc, restarted JWM, and the key combination now seems to be working as it should. Granted, it's a bit strange in that it doesn't open some kind of dialog box with the names of open windows, showing you in list form the windows you're scrolling through. But it does take you to other open windows when, after you've hit the tab key one or more times, you release the alt key. So the issue is resolved and was pretty simple.
    James

  • Alt-tab in RDP no longer working

    alt-tab while within a windows remote desktop was working and for some reason stopped working although shift-alt-tab does still function. I looked on my older mac which has not had the same updates applied and it does still function there.
    How would I go about finding what has removed this functionality to restore it? I presume some application has grabbed the keystroke and is eating it.
    Thanks

    I did not find a solution for this, but I did start up my old mac which has not had any updates applied since I got this new mac in October and found the alt-tab was still working there in rdp.
    As a note, if I did not mention it before the shift-alt-tab does work which is the same functionality but in reverse order. This makes me believe it is something grabbing just this key combination.
    I do not know if there is a global way on the mac to see who is getting which key - if there is please enlighten me.
    Thanks for keeping this question alive as I am interested in learning how to track down these issues on a mac. On windows, I would fire up spy++ and see who is getting the keys.

  • GT70 Dominator Pro 2PE Freezing on Alt tab

    Hi there, first post just wondering if anyone can think of any fixes I haven't.
    Basically for about a little over a week now my laptop freezes whenever I alt tab out of a game. I can play fine, games will run great but as soon as I alt tab out and then back in the game locks in place. I can then no longer alt tab back out, and if I bring up task manager I cant click anything either. I can bring it up but as soon as I click on a process to attempt to terminate it my mouse switches back to the in game cursor and its locked again. All I can do is ctrl alt del, then sign out then back in, very frustrating.
    I have all the up to date drivers, I have ensured that for both my intel video card and my Nvidia card. My windows updates are all up to date. I have the most recent bios update. I can't really think of what it would be.
    Thanks in advance for your time
    [CODE]------------------
    System Information
    Time of this report: 9/7/2014, 14:11:46
           Machine name: GT70
       Operating System: Windows 8.1 64-bit (6.3, Build 9600) (9600.winblue_gdr.140330-1035)
               Language: English (Regional Setting: English)
    System Manufacturer: Micro-Star International Co., Ltd.
           System Model: GT70 2PE
                   BIOS: E1763IMS.50T
              Processor: Intel(R) Core(TM) i7-4810MQ CPU @ 2.80GHz (8 CPUs), ~2.8GHz
                 Memory: 16384MB RAM
    Available OS Memory: 16302MB RAM
              Page File: 2391MB used, 16343MB available
            Windows Dir: C:\Windows
        DirectX Version: DirectX 11
    DX Setup Parameters: Not found
       User DPI Setting: 96 DPI (100 percent)
     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 4600
           Manufacturer: Intel Corporation
              Chip type: Intel(R) HD Graphics Family
               DAC type: Internal
            Device Type: Full Device
             Device Key: Enum\PCI\VEN_8086&DEV_0416&SUBSYS_11051462&REV_06
         Display Memory: 1792 MB
       Dedicated Memory: 0 MB
          Shared Memory: 1792 MB
           Current Mode: 1920 x 1080 (32 bit) (60Hz)
           Monitor Name: Generic PnP Monitor
          Monitor Model: unknown
             Monitor Id: CMO1720
            Native Mode: 1920 x 1080(p) (60.020Hz)
            Output Type: Internal
            Driver Name: igdumdim64.dll,igd10iumd64.dll,igd10iumd64.dll,igdumdim32,igd10iumd32,igd10iumd32
    Driver File Version: 10.18.0010.3907 (English)
         Driver Version: 10.18.10.3907
            DDI Version: 11
         Feature Levels: 11.0,10.1,10.0,9.3,9.2,9.1
           Driver Model: WDDM 1.3
    Graphics Preemption: Primitive
     Compute Preemption: Thread group
               Miracast: Supported
    Hybrid Graphics GPU: Integrated
         Power P-states: Not Supported
      Driver Attributes: Final Retail
       Driver Date/Size: 8/5/2014 09:05:10, 20068496 bytes
            WHQL Logo'd: Yes
        WHQL Date Stamp:
      Device Identifier: {D7B78E66-4756-11CF-0678-0831BBC2C435}
              Vendor ID: 0x10DE
              Device ID: 0x1198
              SubSys ID: 0x11051462
            Revision ID: 0x00A1
     Driver Strong Name: oem7.inf:5f63e534dd929195:iHSWM_w81:10.18.10.3907:pci\ven_8086&dev_0416
         Rank Of Driver: 00DA2001
            Video Accel: ModeMPEG2_A ModeMPEG2_C ModeVC1_C ModeWMV9_C
            DXVA2 Modes: DXVA2_ModeMPEG2_IDCT  DXVA2_ModeMPEG2_VLD  DXVA2_ModeVC1_VLD  DXVA2_ModeVC1_IDCT  DXVA2_ModeWMV9_IDCT  DXVA2_ModeH264_VLD_NoFGT  
       Deinterlace Caps: {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                         {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                         {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(YV12,0x32315659) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                         {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(YV12,0x32315659) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YV12,0x32315659) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(YV12,0x32315659) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                         {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(IMC1,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(IMC1,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC1,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC1,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(IMC2,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(IMC2,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC2,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC2,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(IMC3,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(IMC3,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC3,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC3,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(IMC4,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(IMC4,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC4,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC4,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(S340,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(S340,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(S340,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(S340,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(S342,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(S342,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(S342,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(S342,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
           D3D9 Overlay: Supported
                DXVA-HD: Supported
           DDraw Status: Enabled
             D3D Status: Enabled
             AGP Status: Enabled
    Sound Devices
                Description: Speakers (Realtek High Definition Audio)
     Default Sound Playback: Yes
     Default Voice Playback: Yes
                Hardware ID: HDAUDIO\FUNC_01&VEN_10EC&DEV_0892&SUBSYS_146210EC&REV_1003
            Manufacturer ID: 1
                 Product ID: 100
                       Type: WDM
                Driver Name: RTKVHD64.sys
             Driver Version: 6.00.0001.7161 (English)
          Driver Attributes: Final Retail
                WHQL Logo'd: Yes
              Date and Size: 1/28/2014 21:21:09, 3849304 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: RTKVHD64.sys
             Driver Version: 6.00.0001.7161 (English)
          Driver Attributes: Final Retail
              Date and Size: 1/28/2014 21:21:09, 3849304 bytes
                  Cap Flags: 0x1
               Format Flags: 0xFFFFF
    Video Capture Devices
    Number of Devices: 0
    DirectInput Devices
          Device Name: Mouse
             Attached: 1
        Controller ID: n/a
    Vendor/Product ID: n/a
            FF Driver: n/a
          Device Name: Keyboard
             Attached: 1
        Controller ID: n/a
    Vendor/Product ID: n/a
            FF Driver: n/a
          Device Name: HID-compliant consumer control device
             Attached: 1
        Controller ID: 0x0
    Vendor/Product ID: 0xFEEB, 0xDEEF
            FF Driver: n/a
          Device Name: G700 Laser Mouse
             Attached: 1
        Controller ID: 0x0
    Vendor/Product ID: 0x046D, 0xC06B
            FF Driver: n/a
          Device Name: G700 Laser Mouse
             Attached: 1
        Controller ID: 0x0
    Vendor/Product ID: 0x046D, 0xC06B
            FF Driver: n/a
          Device Name: Steelseries Consumer
             Attached: 1
        Controller ID: 0x0
    Vendor/Product ID: 0x1038, 0x1020
            FF Driver: n/a
          Device Name: G700 Laser Mouse
             Attached: 1
        Controller ID: 0x0
    Vendor/Product ID: 0x046D, 0xC06B
            FF Driver: n/a
          Device Name: MSI EPF USB
             Attached: 1
        Controller ID: 0x0
    Vendor/Product ID: 0x1770, 0xFF00
            FF Driver: n/a
          Device Name: Radio Switch Device
             Attached: 1
        Controller ID: 0x0
    Vendor/Product ID: 0x0CF2, 0x9010
            FF Driver: n/a
    Poll w/ Interrupt: No
    USB Devices
    + USB Root Hub
    | Vendor/Product ID: 0x8086, 0x8C26
    | Matching Device ID: USB\ROOT_HUB20
    | Service: usbhub
    | Driver: usbhub.sys, 5/31/2014 04:07:08, 419672 bytes
    | Driver: usbd.sys, 5/31/2014 04:07:07, 27480 bytes
    |
    +-+ Generic USB Hub
    | | Vendor/Product ID: 0x8087, 0x8000
    | | Location: Port_#0001.Hub_#0002
    | | Matching Device ID: USB\Class_09
    | | Service: usbhub
    | | Driver: usbhub.sys, 5/31/2014 04:07:08, 419672 bytes
    | | Driver: usbd.sys, 5/31/2014 04:07:07, 27480 bytes
    Gameport Devices
    PS/2 Devices
    + HID Keyboard Device
    | Vendor/Product ID: 0x1038, 0x1000
    | Matching Device ID: HID_DEVICE_SYSTEM_KEYBOARD
    | Service: kbdhid
    | Driver: kbdhid.sys, 8/22/2013 05:39:13, 32256 bytes
    | Driver: kbdclass.sys, 8/22/2013 06:43:45, 58208 bytes
    |
    + HID Keyboard Device
    | Vendor/Product ID: 0x046D, 0xC232
    | Matching Device ID: HID_DEVICE_SYSTEM_KEYBOARD
    | Service: kbdhid
    | Driver: kbdhid.sys, 8/22/2013 05:39:13, 32256 bytes
    | Driver: kbdclass.sys, 8/22/2013 06:43:45, 58208 bytes
    |
    + SteelSeries PS2 Device
    | Matching Device ID: *MSI0007
    | Upper Filters: SAlphaPS2
    | Service: i8042prt
    | Driver: SAlphaPS264.sys, 12/12/2013 11:00:18, 26496 bytes
    | Driver: i8042prt.sys, 8/22/2013 05:39:15, 107520 bytes
    | Driver: kbdclass.sys, 8/22/2013 06:43:45, 58208 bytes
    |
    + HID Keyboard Device
    | Vendor/Product ID: 0x046D, 0xC06B
    | Matching Device ID: HID_DEVICE_SYSTEM_KEYBOARD
    | Service: kbdhid
    | Driver: kbdhid.sys, 8/22/2013 05:39:13, 32256 bytes
    | Driver: kbdclass.sys, 8/22/2013 06:43:45, 58208 bytes
    |
    + Logitech HID-compliant G700 Gaming Mouse
    | Vendor/Product ID: 0x046D, 0xC06B
    | Matching Device ID: hid\vid_046d&pid_c06b&mi_00
    | Lower Filters: LGSHidFilt
    | Service: mouhid
    | Driver: LGSHidFilt.Sys, 5/30/2013 09:16:40, 64280 bytes
    | Driver: mouhid.sys, 8/22/2013 05:39:13, 30208 bytes
    | Driver: mouclass.sys, 8/22/2013 06:43:45, 51040 bytes
    | Driver: LkmdfCoInst.dll, 5/31/2013 12:19:12, 1843480 bytes
    |
    + Synaptics PS/2 Port TouchPad
    | Matching Device ID: *syn1507
    | Upper Filters: SynTP
    | Service: i8042prt
    | Driver: SynTP.sys, 1/28/2014 21:21:20, 543984 bytes
    | Driver: SynTPAPI.dll, 1/28/2014 21:21:20, 254704 bytes
    | Driver: SynCOM.dll, 1/28/2014 21:21:20, 743664 bytes
    | Driver: SynTPRes.dll, 1/28/2014 21:21:20, 16291568 bytes
    | Driver: SynTPCpl.dll, 1/28/2014 21:21:20, 3914480 bytes
    | Driver: SynCntxt.rtf, 1/28/2014 21:21:20, 12633563 bytes
    | Driver: SynZMetr.exe, 1/28/2014 21:21:20, 1877232 bytes
    | Driver: SynMood.exe, 1/28/2014 21:21:20, 1900784 bytes
    | Driver: SynTPEnh.exe, 1/28/2014 21:21:20, 2806000 bytes
    | Driver: Tutorial.exe, 1/28/2014 21:21:21, 1890544 bytes
    | Driver: InstNT.exe, 1/28/2014 21:21:21, 280304 bytes
    | Driver: SynISDLL.dll, 1/28/2014 21:21:21, 305904 bytes
    | Driver: SynUnst.ini, 1/28/2014 21:21:21, 727383 bytes
    | Driver: SynTPHelper.exe, 1/28/2014 21:21:21, 199408 bytes
    | Driver: SynTPEnhService.exe, 1/28/2014 21:21:21, 190192 bytes
    | Driver: SynReflash.exe, 1/28/2014 21:21:21, 3271408 bytes
    | Driver: SynPivotRotate.mpg, 1/28/2014 21:21:21, 770663 bytes
    | Driver: SynChiralRotate.mpg, 1/28/2014 21:21:21, 382277 bytes
    | Driver: SynFlick.mpg, 1/28/2014 21:21:21, 737975 bytes
    | Driver: SynPinch.mpg, 1/28/2014 21:21:21, 286463 bytes
    | Driver: SynMomentum.mpg, 1/28/2014 21:21:21, 246230 bytes
    | Driver: SynLinearVHScroll.mpg, 1/28/2014 21:21:21, 929103 bytes
    | Driver: SynChiralVHScroll.mpg, 1/28/2014 21:21:21, 1620778 bytes
    | Driver: SynTwoFingerVHScroll.mpg, 1/28/2014 21:21:21, 746464 bytes
    | Driver: SynPivotRotate_ChiralRotate.mpg, 1/28/2014 21:21:21, 1142810 bytes
    | Driver: SynThreeFingerFlick.mpg, 1/28/2014 21:21:21, 633621 bytes
    | Driver: SynThreeFingersDown.mpg, 1/28/2014 21:21:21, 215907 bytes
    | Driver: SynTwistRotate.mpg, 1/28/2014 21:21:21, 1826816 bytes
    | Driver: SynChiralTwistRotate.mpg, 1/28/2014 21:21:21, 2998272 bytes
    | Driver: Syn2FingerScrolling_win8.wmv, 1/28/2014 21:21:21, 398973 bytes
    | Driver: Syn2FingerScrollingNB_win8.wmv, 1/28/2014 21:21:21, 387964 bytes
    | Driver: SynCom.dll, 1/28/2014 21:21:21, 404208 bytes
    | Driver: i8042prt.sys, 8/22/2013 05:39:15, 107520 bytes
    | Driver: mouclass.sys, 8/22/2013 06:43:45, 51040 bytes
    | Driver: SynTPCo20.dll, 1/28/2014 21:21:21, 208112 bytes
    | Driver: WdfCoInstaller01011.dll, 12/9/2013 17:26:24, 1795952 bytes
    |
    + HID-compliant mouse
    | Vendor/Product ID: 0x046D, 0xC231
    | Matching Device ID: HID_DEVICE_SYSTEM_MOUSE
    | Service: mouhid
    | Driver: mouhid.sys, 8/22/2013 05:39:13, 30208 bytes
    | Driver: mouclass.sys, 8/22/2013 06:43:45, 51040 bytes
    |
    + HID-compliant mouse
    | Vendor/Product ID: 0x1038, 0x1000
    | Matching Device ID: HID_DEVICE_SYSTEM_MOUSE
    | Service: mouhid
    | Driver: mouhid.sys, 8/22/2013 05:39:13, 30208 bytes
    | Driver: mouclass.sys, 8/22/2013 06:43:45, 51040 bytes
    Disk & DVD/CD-ROM Drives
          Drive: C:
     Free Space: 440.8 GB
    Total Space: 582.0 GB
    File System: NTFS
          Model: HGST HTS721010A9E630
          Drive: D:
     Free Space: 356.1 GB
    Total Space: 356.3 GB
    File System: NTFS
          Model: HGST HTS721010A9E630
          Drive: G:
     Free Space: 24.5 GB
    Total Space: 228.8 GB
    File System: NTFS
          Model: KINGSTON SV300S37A240G
          Drive: E:
          Model: TSSTcorp BDDVDW SN-506BB
         Driver: c:\windows\system32\drivers\cdrom.sys, 6.03.9600.16384 (English), 8/22/2013 02:46:35, 164352 bytes
    System Devices
         Name: Intel(R) Xeon(R) processor E3-1200 v3/4th Gen Core processor PCI Express x16 Controller - 0C01
    Device ID: PCI\VEN_8086&DEV_0C01&SUBSYS_10EC1462&REV_06\3&11583659&1&08
       Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.03.9600.17031 (English), 2/22/2014 09:49:48, 280920 bytes
         Name: Intel(R) Xeon(R) processor E3-1200 v3/4th Gen Core processor DRAM Controller - 0C04
    Device ID: PCI\VEN_8086&DEV_0C04&SUBSYS_10EC1462&REV_06\3&11583659&1&00
       Driver: n/a
         Name: Synaptics SMBus Driver
    Device ID: PCI\VEN_8086&DEV_8C22&SUBSYS_10EC1462&REV_05\3&11583659&1&FB
       Driver: C:\Windows\system32\DRIVERS\Smb_driver_Intel.sys, 18.00.0007.0000 (English), 1/28/2014 21:21:20, 31472 bytes
       Driver: C:\Program Files\Synaptics\SynTP\SmbDrv.ini, 1/28/2014 21:21:20, 5795 bytes
       Driver: C:\Windows\system32\WdfCoInstaller01011.dll, 1.11.9200.16384 (English), 12/9/2013 17:26:24, 1795952 bytes
         Name: Intel(R) 8 Series/C220 Series PCI Express Root Port #5 - 8C18
    Device ID: PCI\VEN_8086&DEV_8C18&SUBSYS_10EC1462&REV_D5\3&11583659&1&E4
       Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.03.9600.17031 (English), 2/22/2014 09:49:48, 280920 bytes
         Name: Killer e2200 Gigabit Ethernet Controller (NDIS 6.30)
    Device ID: PCI\VEN_1969&DEV_E091&SUBSYS_10EC1462&REV_13\4&40D505A&0&00E2
       Driver: C:\Windows\system32\DRIVERS\e22w8x64.sys, 8.00.0002.0042 (English), 3/20/2013 17:50:44, 163536 bytes
         Name: Intel(R) 8 Series/C220 Series PCI Express Root Port #1 - 8C10
    Device ID: PCI\VEN_8086&DEV_8C10&SUBSYS_10EC1462&REV_D5\3&11583659&1&E0
       Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.03.9600.17031 (English), 2/22/2014 09:49:48, 280920 bytes
         Name: Intel(R) HM87 LPC Controller - 8C4B
    Device ID: PCI\VEN_8086&DEV_8C4B&SUBSYS_10EC1462&REV_05\3&11583659&1&F8
       Driver: C:\Windows\system32\DRIVERS\msisadrv.sys, 6.03.9600.16384 (English), 8/22/2013 06:43:49, 17248 bytes
         Name: Realtek PCIE CardReader
    Device ID: PCI\VEN_10EC&DEV_5227&SUBSYS_10EC1462&REV_01\4&1B217066&0&00E4
       Driver: C:\Windows\system32\DRIVERS\RtsPer.sys, 6.02.9600.21243 (English), 1/28/2014 21:21:17, 444632 bytes
       Driver: C:\Windows\SysWOW64\RtsPerIcon.dll, 1.10.0000.0000 (English), 1/28/2014 21:21:17, 9889352 bytes
         Name: Intel(R) 8 Series Chipset Family SATA AHCI Controller
    Device ID: PCI\VEN_8086&DEV_8C03&SUBSYS_10EC1462&REV_05\3&11583659&1&FA
       Driver: C:\Windows\system32\DRIVERS\iaStorA.sys, 12.09.0000.1001 (English), 10/28/2013 16:15:36, 632168 bytes
         Name: Intel(R) USB 3.0 eXtensible Host Controller - 0100 (Microsoft)
    Device ID: PCI\VEN_8086&DEV_8C31&SUBSYS_10EC1462&REV_05\3&11583659&1&A0
       Driver: C:\Windows\system32\DRIVERS\UCX01000.SYS, 6.03.9600.17031 (English), 2/22/2014 09:49:49, 189784 bytes
       Driver: C:\Windows\system32\DRIVERS\USBXHCI.SYS, 6.03.9600.17031 (English), 2/22/2014 09:49:51, 325464 bytes
         Name: High Definition Audio Controller
    Device ID: PCI\VEN_8086&DEV_8C20&SUBSYS_10EC1462&REV_05\3&11583659&1&D8
       Driver: C:\Windows\system32\DRIVERS\hdaudbus.sys, 6.03.9600.17054 (English), 3/18/2014 02:19:14, 77312 bytes
         Name: Killer Wireless-N 1202 Network Adapter
    Device ID: PCI\VEN_168C&DEV_0034&SUBSYS_20031A56&REV_01\4&3010BA01&0&00E3
       Driver: C:\Windows\system32\DRIVERS\athwbx.sys, 10.00.0000.0274 (English), 11/13/2013 04:05:22, 3880448 bytes
       Driver: C:\Windows\system32\drivers\vwifibus.sys, 6.03.9600.16384 (English), 8/22/2013 05:39:00, 24576 bytes
         Name: Intel(R) 8 Series/C220 Series PCI Express Root Port #4 - 8C16
    Device ID: PCI\VEN_8086&DEV_8C16&SUBSYS_10EC1462&REV_D5\3&11583659&1&E3
       Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.03.9600.17031 (English), 2/22/2014 09:49:48, 280920 bytes
         Name: Intel(R) HD Graphics 4600
    Device ID: PCI\VEN_8086&DEV_0416&SUBSYS_11051462&REV_06\3&11583659&1&10
       Driver: C:\Windows\system32\DRIVERS\igdkmd64.sys, 10.18.0010.3907 (English), 8/5/2014 09:07:04, 4786544 bytes
       Driver: C:\Windows\system32\igd10iumd64.dll, 10.18.0010.3907 (English), 8/5/2014 09:05:10, 7682736 bytes
       Driver: C:\Windows\system32\igd11dxva64.dll, 8/5/2014 09:05:10, 13199432 bytes
       Driver: C:\Windows\system32\igdumdim64.dll, 10.18.0010.3907 (English), 8/5/2014 09:05:10, 20068496 bytes
       Driver: C:\Windows\system32\igdail64.dll, 10.18.0010.3907 (English), 8/5/2014 08:55:46, 162304 bytes
       Driver: C:\Windows\system32\igdusc64.dll, 10.18.0010.3907 (English), 8/5/2014 09:05:10, 5801408 bytes
       Driver: C:\Windows\system32\igdmd64.dll, 10.18.0010.3907 (English), 8/5/2014 09:05:10, 604552 bytes
       Driver: C:\Windows\system32\igfxcmrt64.dll, 4.00.0000.1059 (English), 8/5/2014 09:05:10, 207496 bytes
       Driver: C:\Windows\system32\igfx11cmrt64.dll, 4.00.0000.1059 (English), 8/5/2014 08:39:36, 206848 bytes
       Driver: C:\Windows\system32\igfxcmjit64.dll, 4.00.0000.1059 (English), 8/5/2014 08:39:36, 1365504 bytes
       Driver: C:\Windows\system32\IccLibDll_x64.dll, 1/28/2014 21:20:37, 94208 bytes
       Driver: C:\Windows\system32\igdde64.dll, 8/5/2014 08:55:46, 225792 bytes
       Driver: C:\Windows\SysWow64\igd10iumd32.dll, 10.18.0010.3907 (English), 8/5/2014 09:05:10, 6970976 bytes
       Driver: C:\Windows\SysWow64\igd11dxva32.dll, 8/5/2014 09:05:10, 12728192 bytes
       Driver: C:\Windows\SysWow64\igdumdim32.dll, 10.18.0010.3907 (English), 8/5/2014 09:05:10, 19298568 bytes
       Driver: C:\Windows\SysWow64\igdail32.dll, 10.18.0010.3907 (English), 8/5/2014 09:00:08, 144896 bytes
       Driver: C:\Windows\SysWow64\igdusc32.dll, 10.18.0010.3907 (English), 8/5/2014 09:05:10, 4575208 bytes
       Driver: C:\Windows\SysWow64\igdmd32.dll, 10.18.0010.3907 (English), 8/5/2014 09:05:10, 483000 bytes
       Driver: C:\Windows\SysWow64\iglhcp32.dll, 3.00.0001.0026 (English), 8/5/2014 09:05:10, 184312 bytes
       Driver: C:\Windows\SysWow64\iglhsip32.dll, 9.00.0030.9000 (English), 8/5/2014 09:05:10, 1132960 bytes
       Driver: C:\Windows\SysWow64\IntelCpHeciSvc.exe, 1.00.0001.0014 (English), 9/5/2014 13:03:08, 279144 bytes
       Driver: C:\Windows\SysWow64\igfxcmrt32.dll, 4.00.0000.1059 (English), 8/5/2014 09:05:10, 175024 bytes
       Driver: C:\Windows\SysWow64\igfx11cmrt32.dll, 4.00.0000.1059 (English), 8/5/2014 08:39:36, 174592 bytes
       Driver: C:\Windows\SysWow64\igfxcmjit32.dll, 4.00.0000.1059 (English), 8/5/2014 08:39:36, 1061376 bytes
       Driver: C:\Windows\SysWow64\igdde32.dll, 8/5/2014 09:00:08, 186368 bytes
       Driver: C:\Windows\system32\iglhxs64.vp, 8/5/2014 09:05:28, 3920 bytes
       Driver: C:\Windows\system32\iglhxo64.vp, 1/28/2014 21:20:40, 44025 bytes
       Driver: C:\Windows\system32\iglhxc64.vp, 1/28/2014 21:20:40, 43494 bytes
       Driver: C:\Windows\system32\iglhxg64.vp, 1/28/2014 21:20:40, 43256 bytes
       Driver: C:\Windows\system32\iglhxo64_dev.vp, 1/28/2014 21:20:40, 42079 bytes
       Driver: C:\Windows\system32\iglhxc64_dev.vp, 1/28/2014 21:20:40, 43816 bytes
       Driver: C:\Windows\system32\iglhxg64_dev.vp, 1/28/2014 21:20:40, 43298 bytes
       Driver: C:\Windows\system32\iglhxa64.vp, 1/28/2014 21:20:40, 1125 bytes
       Driver: C:\Windows\system32\iglhxa64.cpa, 1/28/2014 21:20:40, 2813952 bytes
       Driver: C:\Windows\system32\iglhcp64.dll, 3.00.0001.0026 (English), 8/5/2014 09:05:10, 220392 bytes
       Driver: C:\Windows\system32\iglhsip64.dll, 9.00.0030.9000 (English), 8/5/2014 09:05:10, 1137080 bytes
       Driver: C:\Windows\system32\difx64.exe, 1.04.0001.0000 (English), 9/5/2014 13:03:08, 154728 bytes
       Driver: C:\Windows\system32\igfxDH.dll, 6.15.0010.3907 (English), 8/5/2014 08:54:46, 670720 bytes
       Driver: C:\Windows\system32\igfxDHLib.dll, 1.00.0000.0000 (Invariant Language), 8/5/2014 08:54:46, 58880 bytes
       Driver: C:\Windows\system32\igfxDHLibv2_0.dll, 1.00.0000.0000 (Invariant Language), 8/5/2014 08:54:46, 69632 bytes
       Driver: C:\Windows\system32\igfxDI.dll, 6.15.0010.3907 (English), 8/5/2014 08:54:46, 271872 bytes
       Driver: C:\Windows\system32\igfxDILib.dll, 1.00.0000.0000 (Invariant Language), 8/5/2014 08:54:46, 10752 bytes
       Driver: C:\Windows\system32\igfxDILibv2_0.dll, 1.00.0000.0000 (Invariant Language), 8/5/2014 08:54:46, 10240 bytes
       Driver: C:\Windows\system32\igfxLHM.dll, 6.15.0010.3907 (English), 8/5/2014 08:54:46, 250368 bytes
       Driver: C:\Windows\system32\igfxLHMLib.dll, 1.00.0000.0000 (Invariant Language), 8/5/2014 08:54:46, 5120 bytes
       Driver: C:\Windows\system32\igfxLHMLibv2_0.dll, 1.00.0000.0000 (Invariant Language), 8/5/2014 08:54:46, 5120 bytes
       Driver: C:\Windows\system32\igfxEM.exe, 6.15.0010.3907 (English), 9/5/2014 13:03:10, 304232 bytes
       Driver: C:\Windows\system32\igfxEMLib.dll, 1.00.0000.0000 (Invariant Language), 8/5/2014 08:54:46, 10240 bytes
       Driver: C:\Windows\system32\igfxEMLibv2_0.dll, 1.00.0000.0000 (Invariant Language), 8/5/2014 08:54:46, 10240 bytes
       Driver: C:\Windows\system32\GfxUIEx.exe, 6.15.0010.3907 (English), 9/5/2014 13:03:06, 931944 bytes
       Driver: C:\Windows\system32\Gfxv4_0.exe, 8.15.0010.3907 (English), 9/5/2014 13:03:08, 3401832 bytes
       Driver: C:\Windows\system32\Gfxv4_0.exe.config, 5/21/2014 00:33:24, 889 bytes
       Driver: C:\Windows\system32\Gfxv2_0.exe, 8.15.0010.3907 (English), 9/5/2014 13:03:06, 3398248 bytes
       Driver: C:\Windows\system32\Gfxv2_0.exe.config, 5/21/2014 00:33:24, 895 bytes
       Driver: C:\Windows\system32\MetroIntelGenericUIFramework.dll, 1.00.0000.0000 (English), 8/5/2014 08:54:46, 734720 bytes
       Driver: C:\Windows\system32\igfxCUIServicePS.dll, 8/5/2014 08:54:46, 69632 bytes
       Driver: C:\Windows\system32\igfxCUIService.exe, 6.15.0010.3907 (English), 9/5/2014 13:03:10, 326760 bytes
       Driver: C:\Windows\system32\igfxCPL.cpl, 8/5/2014 08:54:46, 254976 bytes
       Driver: C:\Windows\system32\igfxTray.exe, 9/5/2014 13:03:10, 455784 bytes
       Driver: C:\Windows\system32\igfxDTCM.dll, 6.15.0010.3907 (English), 8/5/2014 08:54:46, 222720 bytes
       Driver: C:\Windows\system32\igfxHK.exe, 6.15.0010.3907 (English), 9/5/2014 13:03:10, 245864 bytes
       Driver: C:\Windows\system32\igfxOSP.dll, 6.15.0010.3907 (English), 8/5/2014 08:54:46, 372736 bytes
       Driver: C:\Windows\system32\DPTopologyApp.exe, 8.15.0010.3907 (English), 9/5/2014 13:03:04, 545896 bytes
       Driver: C:\Windows\system32\DPTopologyApp.exe.config, 5/21/2014 00:33:22, 889 bytes
       Driver: C:\Windows\system32\DPTopologyAppv2_0.exe, 8.15.0010.3907 (English), 9/5/2014 13:03:06, 545384 bytes
       Driver: C:\Windows\system32\DPTopologyAppv2_0.exe.config, 5/21/2014 00:33:22, 895 bytes
       Driver: C:\Windows\system32\igfxext.exe, 6.15.0010.3907 (English), 9/5/2014 13:03:12, 194152 bytes
       Driver: C:\Windows\system32\igfxexps.dll, 6.15.0010.3907 (English), 8/5/2014 09:05:10, 31408 bytes
       Driver: C:\Windows\SysWow64\igfxexps32.dll, 6.15.0010.3907 (English), 8/5/2014 08:59:16, 30720 bytes
       Driver: C:\Windows\system32\resARA.cui, 8/5/2014 08:54:46, 182356 bytes
       Driver: C:\Windows\system32\resCHS.cui, 8/5/2014 08:54:46, 163652 bytes
       Driver: C:\Windows\system32\resCHT.cui, 8/5/2014 08:54:46, 164836 bytes
       Driver: C:\Windows\system32\resCSY.cui, 8/5/2014 08:54:46, 171796 bytes
       Driver: C:\Windows\system32\resDAN.cui, 8/5/2014 08:54:46, 168132 bytes
       Driver: C:\Windows\system32\resDEU.cui, 8/5/2014 08:54:46, 174004 bytes
       Driver: C:\Windows\system32\resELL.cui, 8/5/2014 08:54:46, 203812 bytes
       Driver: C:\Windows\system32\resENU.cui, 8/5/2014 08:54:46, 166660 bytes
       Driver: C:\Windows\system32\resESN.cui, 8/5/2014 08:54:46, 173460 bytes
       Driver: C:\Windows\system32\resFIN.cui, 8/5/2014 08:54:46, 171156 bytes
       Driver: C:\Windows\system32\resFRA.cui, 8/5/2014 08:54:46, 176116 bytes
       Driver: C:\Windows\system32\resHEB.cui, 8/5/2014 08:54:46, 181364 bytes
       Driver: C:\Windows\system32\resHRV.cui, 8/5/2014 08:54:46, 170548 bytes
       Driver: C:\Windows\system32\resHUN.cui, 8/5/2014 08:54:46, 176052 bytes
       Driver: C:\Windows\system32\resITA.cui, 8/5/2014 08:54:46, 173748 bytes
       Driver: C:\Windows\system32\resJPN.cui, 8/5/2014 08:54:46, 181828 bytes
       Driver: C:\Windows\system32\resKOR.cui, 8/5/2014 08:54:46, 174340 bytes
       Driver: C:\Windows\system32\resNLD.cui, 8/5/2014 08:54:46, 172676 bytes
       Driver: C:\Windows\system32\resNOR.cui, 8/5/2014 08:54:46, 168788 bytes
       Driver: C:\Windows\system32\resPLK.cui, 8/5/2014 08:54:46, 173044 bytes
       Driver: C:\Windows\system32\resPTB.cui, 8/5/2014 08:54:46, 171876 bytes
       Driver: C:\Windows\system32\resPTG.cui, 8/5/2014 08:54:46, 171332 bytes
       Driver: C:\Windows\system32\resROM.cui, 8/5/2014 08:54:46, 173492 bytes
       Driver: C:\Windows\system32\resRUS.cui, 8/5/2014 08:54:46, 199652 bytes
       Driver: C:\Windows\system32\resSKY.cui, 8/5/2014 08:54:46, 173444 bytes
       Driver: C:\Windows\system32\resSLV.cui, 8/5/2014 08:54:46, 170020 bytes
       Driver: C:\Windows\system32\resSVE.cui, 8/5/2014 08:54:46, 170004 bytes
       Driver: C:\Windows\system32\resTHA.cui, 8/5/2014 08:54:46, 212660 bytes
       Driver: C:\Windows\system32\resTRK.cui, 8/5/2014 08:54:48, 171860 bytes
       Driver: C:\Intel\ColorEnhancement.wmv, 8/5/2014 08:54:44, 780453 bytes
       Driver: C:\Intel\ImageEnhancement.wmv, 8/5/2014 08:54:46, 553973 bytes
       Driver: C:\Intel\ImageStabilization.wmv, 8/5/2014 08:54:46, 992240 bytes
       Driver: C:\Intel\FilmModeDetection.wmv, 8/5/2014 08:54:44, 1773452 bytes
       Driver: C:\Windows\system32\ig75icd64.dll, 10.18.0010.3907 (English), 8/5/2014 08:57:16, 8841728 bytes
       Driver: C:\Windows\SysWow64\ig75icd32.dll, 10.18.0010.3907 (English), 8/5/2014 09:01:22, 6946816 bytes
       Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\llvm_release_license.txt, 1/28/2014 21:20:43, 1981 bytes
       Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\readme.txt, 1/28/2014 21:20:43, 9788 bytes
       Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\version.ini, 8/5/2014 08:40:08, 29 bytes
       Driver: C:\Windows\SysWow64\Intel_OpenCL_ICD32.dll, 2.00.0000.0000 (English), 8/5/2014 08:39:40, 74752 bytes
       Driver: C:\Windows\SysWow64\IntelOpenCL32.dll, 10.18.0010.3907 (English), 8/5/2014 08:47:46, 304128 bytes
       Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x86\task_executor32.dll, 4.02.0000.0076 (English), 8/5/2014 08:40:08, 283136 bytes
       Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x86\OclCpuBackend32.dll, 4.02.0000.0076 (English), 8/5/2014 08:40:08, 8018944 bytes
       Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x86\intelocl32.dll, 4.02.0000.0076 (English), 8/5/2014 08:40:08, 1155584 bytes
       Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x86\cpu_device32.dll, 4.02.0000.0076 (English), 8/5/2014 08:40:08, 494080 bytes
       Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x86\clbltfnn8.rtl, 8/5/2014 08:40:08, 2455400 bytes
       Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x86\clbltfnn8_img_cbk.o, 8/5/2014 08:40:08, 294816 bytes
       Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x86\clbltfnn8_img_cbk.rtl, 8/5/2014 08:40:08, 393964 bytes
       Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x86\clbltfns9.rtl, 8/5/2014 08:40:08, 1879548 bytes
       Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x86\clbltfns9_img_cbk.o, 8/5/2014 08:40:08, 249360 bytes
       Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x86\clbltfns9_img_cbk.rtl, 8/5/2014 08:40:08, 354484 bytes
       Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x86\clang_compiler32.dll, 4.02.0000.0076 (English), 8/5/2014 08:40:08, 6903808 bytes
       Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x86\__ocl_svml_n8.dll, 3.04.0000.0000 (English), 8/5/2014 08:40:08, 5047808 bytes
       Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x86\__ocl_svml_s9.dll, 3.04.0000.0000 (English), 8/5/2014 08:40:08, 5244928 bytes
       Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x86\tbb\tbbmalloc.dll, 4.02.2013.1002 (), 8/5/2014 08:40:08, 186000 bytes
       Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x86\tbb\tbb.dll, 4.02.2013.1002 (), 8/5/2014 08:40:08, 338576 bytes
       Driver: C:\Windows\system32\Intel_OpenCL_ICD64.dll, 2.00.0000.0000 (English), 8/5/2014 08:39:40, 82432 bytes
       Driver: C:\Windows\system32\IntelOpenCL64.dll, 10.18.0010.3907 (English), 8/5/2014 08:50:32, 372224 bytes
       Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\task_executor64.dll, 4.02.0000.0076 (English), 8/5/2014 08:40:08, 329216 bytes
       Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\OclCpuBackend64.dll, 4.02.0000.0076 (English), 8/5/2014 08:40:08, 10617856 bytes
       Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\intelocl64.dll, 4.02.0000.0076 (English), 8/5/2014 08:40:08, 1398784 bytes
       Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\cpu_device64.dll, 4.02.0000.0076 (English), 8/5/2014 08:40:08, 642048 bytes
       Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\clbltfnh8.rtl, 8/5/2014 08:40:08, 2457008 bytes
       Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\clbltfnh8_img_cbk.o, 8/5/2014 08:40:08, 361032 bytes
       Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\clbltfnh8_img_cbk.rtl, 8/5/2014 08:40:08, 407368 bytes
       Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\clbltfnl9.rtl, 8/5/2014 08:40:08, 1881292 bytes
       Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\clbltfnl9_img_cbk.o, 8/5/2014 08:40:08, 293592 bytes
       Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\clbltfnl9_img_cbk.rtl, 8/5/2014 08:40:08, 367936 bytes
       Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\clang_compiler64.dll, 4.02.0000.0076 (English), 8/5/2014 08:40:08, 7132160 bytes
       Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\__ocl_svml_h8.dll, 3.04.0000.0000 (English), 8/5/2014 08:40:08, 5255680 bytes
       Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\__ocl_svml_l9.dll, 3.04.0000.0000 (English), 8/5/2014 08:40:08, 5770240 bytes
       Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\tbb\tbbmalloc.dll, 4.02.2013.1002 (), 8/5/2014 08:40:08, 222352 bytes
       Driver: C:\Program Files (x86)\Common Files\Intel\OpenCL\bin\x64\tbb\tbb.dll, 4.02.2013.1002 (), 8/5/2014 08:40:08, 416400 bytes
       Driver: C:\Windows\SysWow64\IntelOpenCL32.dll, 10.18.0010.3907 (English), 8/5/2014 08:47:46, 304128 bytes
       Driver: C:\Windows\SysWow64\igdbcl32.dll, 10.18.0010.3907 (English), 8/5/2014 08:47:46, 346112 bytes
       Driver: C:\Windows\SysWow64\igdrcl32.dll, 10.18.0010.3907 (English), 8/5/2014 08:47:48, 7679488 bytes
       Driver: C:\Windows\SysWow64\igdfcl32.dll, 10.18.0010.3907 (English), 8/5/2014 08:47:42, 18558976 bytes
       Driver: C:\Windows\system32\IntelOpenCL64.dll, 10.18.0010.3907 (English), 8/5/2014 08:50:32, 372224 bytes
       Driver: C:\Windows\system32\igdbcl64.dll, 10.18.0010.3907 (English), 8/5/2014 08:50:32, 393728 bytes
       Driver: C:\Windows\system32\igdrcl64.dll, 10.18.0010.3907 (English), 8/5/2014 08:50:34, 8237056 bytes
       Driver: C:\Windows\system32\igdfcl64.dll, 10.18.0010.3907 (English), 8/5/2014 08:50:30, 23686656 bytes
       Driver: C:\Program Files\Intel\Media SDK\libmfxhw32.dll, 5.14.0007.0025 (English), 8/5/2014 08:42:00, 8322792 bytes
       Driver: C:\Program Files\Intel\Media SDK\mfxplugin32_hw.dll, 1.14.0007.0025 (English), 8/5/2014 08:42:00, 580840 bytes
       Driver: C:\Program Files\Intel\Media SDK\mfx_mft_h264ve_32.dll, 5.14.0007.0014 (English), 8/5/2014 08:42:00, 731136 bytes
       Driver: C:\Program Files\Intel\Media SDK\mfx_mft_mjpgvd_32.dll, 5.14.0007.0014 (English), 8/5/2014 08:42:00, 658944 bytes
       Driver: C:\Program Files\Intel\Media SDK\mfx_mft_vp8vd_32.dll, 5.14.0006.0009 (English), 8/5/2014 08:42:00, 655872 bytes
       Driver: C:\Program Files\Intel\Media SDK\he_32.vp, 8/5/2014 08:42:00, 25497 bytes
       Driver: C:\Program Files\Intel\Media SDK\c_32.cpa, 1/28/2014 21:20:36, 846855 bytes
       Driver: C:\Program Files\Intel\Media SDK\cpa_32.vp, 8/5/2014 08:42:00, 993 bytes
       Driver: C:\Program Files\Intel\Media SDK\dev_32.vp, 8/5/2014 08:42:00, 21523 bytes
       Driver: C:\Program Files\Intel\Media SDK\mj_32.vp, 8/5/2014 08:42:00, 23529 bytes
       Driver: C:\Program Files\Intel\Media SDK\libmfxhw64.dll, 5.14.0007.0025 (English), 8/5/2014 08:41:58, 9173224 bytes
       Driver: C:\Program Files\Intel\Media SDK\mfxplugin64_hw.dll, 1.14.0007.0025 (English), 8/5/2014 08:41:58, 677608 bytes
       Driver: C:\Program Files\Intel\Media SDK\mfx_mft_h264ve_64.dll, 5.14.0007.0014 (English), 8/5/2014 08:42:00, 908800 bytes
       Driver: C:\Program Files\Intel\Media SDK\mfx_mft_mjpgvd_64.dll, 5.14.0007.0014 (English), 8/5/2014 08:42:00, 815104 bytes
       Driver: C:\Program Files\Intel\Media SDK\mfx_mft_vp8vd_64.dll, 5.14.0006.0009 (English), 8/5/2014 08:41:58, 815616 bytes
       Driver: C:\Program Files\Intel\Media SDK\he_64.vp, 8/5/2014 08:41:58, 5813 bytes
       Driver: C:\Program Files\Intel\Media SDK\c_64.cpa, 1/28/2014 21:20:36, 1519616 bytes
       Driver: C:\Program Files\Intel\Media SDK\cpa_64.vp, 8/5/2014 08:42:00, 993 bytes
       Driver: C:\Program Files\Intel\Media SDK\dev_64.vp, 8/5/2014 08:42:00, 21523 bytes
       Driver: C:\Program Files\Intel\Media SDK\mj_64.vp, 8/5/2014 08:42:00, 5613 bytes
       Driver: C:\Windows\system32\IntelWiDiMCUMD64.dll, 5.05.0048.0000 (English), 8/5/2014 08:39:36, 131208 bytes
       Driver: C:\Windows\system32\IntelWiDiSecureSourceFilter64.dll, 5.05.0048.0000 (English), 8/5/2014 08:39:36, 1509512 bytes
       Driver: C:\Windows\system32\IntelWiDiAAC64.dll, 5.05.0048.0000 (English), 8/5/2014 08:39:36, 2772616 bytes
       Driver: C:\Windows\system32\IntelWiDiMux64.dll, 5.05.0048.0000 (English), 8/5/2014 08:39:36, 611976 bytes
       Driver: C:\Windows\system32\IntelWiDiDDEAgent64.dll, 5.05.0048.0000 (English), 8/5/2014 08:39:36, 193672 bytes
       Driver: C:\Windows\system32\IntelWiDiAudioFilter64.dll, 5.05.0048.0000 (English), 8/5/2014 08:39:36, 667272 bytes
       Driver: C:\Windows\system32\IntelWiDiUtils64.dll, 5.05.0048.0000 (English), 8/5/2014 08:39:36, 254088 bytes
       Driver: C:\Windows\system32\IntelWiDiLogServer64.dll, 5.05.0048.0000 (English), 8/5/2014 08:39:36, 124552 bytes
       Driver: C:\Windows\system32\IntelWiDiWinNextAgent64.dll, 5.05.0048.0000 (English), 8/5/2014 08:39:36, 906376 bytes
       Driver: C:\Windows\system32\IntelWiDiSilenceFilter64.dll, 5.05.0048.0000 (English), 8/5/2014 08:39:36, 350344 bytes
       Driver: C:\Windows\system32\IntelWiDiVAD64.exe, 5.05.0048.0000 (English), 9/5/2014 13:03:08, 2810576 bytes
       Driver: C:\Windows\system32\IntelWiDiUMS64.exe, 5.05.0048.0000 (English), 9/5/2014 13:03:08, 471656 bytes
       Driver: C:\Windows\system32\igfxCoIn_v3907.dll, 1.03.0002.0000 (English), 9/5/2014 13:00:42, 182784 bytes
         Name: NVIDIA GeForce GTX880M
    Device ID: PCI\VEN_10DE&DEV_1198&SUBSYS_11051462&REV_A1\4&237A503&0&0008
       Driver: C:\Program Files\NVIDIA Corporation\Drs\dbInstaller.exe, 9.18.0013.4052 (English), 7/2/2014 14:48:32, 441120 bytes
       Driver: C:\Program Files\NVIDIA Corporation\Drs\nvdrsdb.bin, 7/2/2014 14:48:32, 1192732 bytes
       Driver: C:\Windows\System32\DriverStore\FileRepository\nvmii.inf_amd64_1feadf96bb597b06\NvCplSetupInt.exe, 1.00.0001.0000 (English), 7/2/2014 14:48:32, 83141328 bytes
       Driver: C:\Program Files (x86)\NVIDIA Corporation\coprocmanager\Nvd3d9wrap.dll, 9.18.0013.4052 (English), 7/2/2014 14:48:32, 164496 bytes
       Driver: C:\Program Files (x86)\NVIDIA Corporation\coprocmanager\detoured.dll, 7/2/2014 14:48:32, 13272 bytes
       Driver: C:\Program Files (x86)\NVIDIA Corporation\coprocmanager\nvdxgiwrap.dll, 9.18.0013.4052 (English), 7/2/2014 14:48:32, 113008 bytes
       Driver: C:\Program Files\NVIDIA Corporation\coprocmanager\Nvd3d9wrapx.dll, 9.18.0013.4052 (English), 7/2/2014 14:48:32, 191264 bytes
       Driver: C:\Program Files\NVIDIA Corporation\coprocmanager\detoured.dll, 7/2/2014 14:48:32, 13088 bytes
       Driver: C:\Program Files\NVIDIA Corporation\coprocmanager\nvdxgiwrapx.dll, 9.18.0013.4052 (English), 7/2/2014 14:48:32, 130488 bytes
       Driver: C:\Program Files\NVIDIA Corporation\license.txt, 7/2/2014 14:48:32, 21904 bytes
       Driver: C:\Program Files\NVIDIA Corporation\NVSMI\MCU.exe, 1.01.5204.20580 (English), 7/2/2014 14:48:32, 842528 bytes
       Driver: C:\Program Files\NVIDIA Corporation\NVSMI\nvdebugdump.exe, 6.14.0013.4052 (English), 7/2/2014 14:48:32, 229320 bytes
       Driver: C:\Program Files\NVIDIA Corporation\NVSMI\nvidia-smi.1.pdf, 7/2/2014 14:48:32, 56700 bytes
       Driver: C:\Program Files\NVIDIA Corporation\NVSMI\nvidia-smi.exe, 8.17.0013.4052 (English), 7/2/2014 14:48:32, 338776 bytes
       Driver: C:\Program Files\NVIDIA Corporation\NVSMI\nvml.dll, 8.17.0013.4052 (English), 7/2/2014 14:48:32, 649160 bytes
       Driver: C:\Program Files\NVIDIA Corporation\OpenCL\OpenCL.dll, 1.00.0000.0000 (English), 7/2/2014 14:48:32, 61912 bytes
       Driver: C:\Program Files\NVIDIA Corporation\OpenCL\OpenCL64.dll, 1.00.0000.0000 (English), 7/2/2014 14:48:32, 75040 bytes
       Driver: C:\Windows\system32\DRIVERS\nvkflt.sys, 9.18.0013.4052 (English), 7/2/2014 14:48:32, 299352 bytes
       Driver: C:\Windows\system32\DRIVERS\nvlddmkm.sys, 9.18.0013.4052 (English), 7/2/2014 14:48:32, 12866008 bytes
       Driver: C:\Windows\system32\DRIVERS\nvpciflt.sys, 9.18.0013.4052 (English), 7/2/2014 14:48:32, 32544 bytes
       Driver: C:\Windows\system32\NvFBC64.dll, 6.14.0013.4052 (English), 7/2/2014 14:48:32, 903624 bytes
       Driver: C:\Windows\system32\NvIFR64.dll, 6.14.0013.4052 (English), 7/2/2014 14:48:32, 944928 bytes
       Driver: C:\Windows\system32\NvIFROpenGL.dll, 9.18.0013.4052 (English), 7/2/2014 14:48:32, 391640 bytes
       Driver: C:\Windows\system32\nvEncodeAPI64.dll, 6.14.0013.4052 (English), 7/2/2014 14:48:32, 502232 bytes
       Driver: C:\Windows\system32\nvapi64.dll, 9.18.0013.4052 (English), 7/2/2014 14:48:32, 3196816 bytes
       Driver: C:\Windows\system32\nvcompiler.dll, 8.17.0013.4052 (English), 7/2/2014 14:48:32, 22994208 bytes
       Driver: C:\Windows\system32\nvcuda.dll, 8.17.0013.4052 (English), 7/2/2014 14:48:32, 13835208 bytes
       Driver: C:\Windows\system32\nvcuvid.dll, 7.17.0013.4052 (English), 7/2/2014 14:48:32, 4247000 bytes
       Driver: C:\Windows\system32\nvd3dumx.dll, 9.18.0013.4052 (English), 7/2/2014 14:48:32, 17555104 bytes
       Driver: C:\Windows\system32\nvinfo.pb, 7/2/2014 14:48:32, 26353 bytes
       Driver: C:\Windows\system32\nvinitx.dll, 9.18.0013.4052 (English), 7/2/2014 14:48:32, 166568 bytes
       Driver: C:\Windows\system32\nvoglshim64.dll, 9.18.0013.4052 (English), 7/2/2014 14:48:32, 354016 bytes
       Driver: C:\Windows\system32\nvoglv64.dll, 9.18.0013.4052 (English), 7/2/2014 14:48:32, 31512520 bytes
       Driver: C:\Windows\system32\nvopencl.dll, 8.17.0013.4052 (English), 7/2/2014 14:48:32, 13922752 bytes
       Driver: C:\Windows\system32\nvumdshimx.dll, 9.18.0013.4052 (English), 7/2/2014 14:48:32, 965312 bytes
       Driver: C:\Windows\system32\nvwgf2umx.dll, 9.18.0013.4052 (English), 7/2/2014 14:48:32, 18626304 bytes
       Driver: C:\Windows\SysWow64\NvFBC.dll, 6.14.0013.4052 (English), 7/2/2014 14:48:32, 869152 bytes
       Driver: C:\Windows\SysWow64\NvIFR.dll, 6.14.0013.4052 (English), 7/2/2014 14:48:32, 907096 bytes
       Driver: C:\Windows\SysWow64\NvIFROpenGL.dll, 9.18.0013.4052 (English), 7/2/2014 14:48:32, 348120 bytes
       Driver: C:\Windows\SysWow64\nvEncodeAPI.dll, 6.14.0013.4052 (English), 7/2/2014 14:48:32, 418760 bytes
       Driver: C:\Windows\SysWow64\nvapi.dll, 9.18.0013.4052 (English), 7/2/2014 14:48:32, 2814656 bytes
       Driver: C:\Windows\SysWow64\nvcompiler.dll, 8.17.0013.4052 (English), 7/2/2014 14:48:32, 15294296 bytes
       Driver: C:\Windows\SysWow64\nvcuda.dll, 8.17.0013.4052 (English), 7/2/2014 14:48:32, 11222048 bytes
       Driver: C:\Windows\SysWow64\nvcuvid.dll, 7.17.0013.4052 (English), 7/2/2014 14:48:32, 3989960 bytes
       Driver: C:\Windows\SysWow64\nvd3dum.dll, 9.18.0013.4052 (English), 7/2/2014 14:48:32, 14498552 bytes
       Driver: C:\Windows\SysWow64\nvinit.dll, 9.18.0013.4052 (English), 7/2/2014 14:48:32, 146480 bytes
       Driver: C:\Windows\SysWow64\nvoglshim32.dll, 9.18.0013.4052 (English), 7/2/2014 14:48:32, 305600 bytes
       Driver: C:\Windows\SysWow64\nvoglv32.dll, 9.18.0013.4052 (English), 7/2/2014 14:48:32, 24196896 bytes
       Driver: C:\Windows\SysWow64\nvopencl.dll, 8.17.0013.4052 (English), 7/2/2014 14:48:32, 11283344 bytes
       Driver: C:\Windows\SysWow64\nvumdshim.dll, 9.18.0013.4052 (English), 7/2/2014 14:48:32, 846832 bytes
       Driver: C:\Windows\SysWow64\nvwgf2um.dll, 9.18.0013.4052 (English), 7/2/2014 14:48:32, 16122344 bytes
       Driver: C:\Windows\system32\nvdispco6434052.dll, 2.00.0040.0004 (English), 7/2/2014 14:48:32, 1890080 bytes
       Driver: C:\Windows\system32\nvdispgenco6434052.dll, 2.00.0019.0002 (English), 7/2/2014 14:48:32, 1539928 bytes
         Name: Intel(R) Management Engine Interface
    Device ID: PCI\VEN_8086&DEV_8C3A&SUBSYS_10EC1462&REV_04\3&11583659&1&B0
       Driver: C:\Windows\system32\DRIVERS\TeeDriverx64.sys, 9.05.0024.1790 (English), 12/9/2013 17:26:24, 100312 bytes
       Driver: C:\ProgramData\Microsoft\Windows\DeviceMetadataStore\EN\3f3ca95b-3978-4168-b47b-5444f42d6c89.devicemetadata-ms, 12/9/2013 17:26:24, 938 bytes
       Driver: C:\ProgramData\Microsoft\Windows\DeviceMetadataStore\EN\46a6fdbe-c823-4579-bab6-35f67e01f793.devicemetadata-ms, 12/9/2013 17:26:24, 833 bytes
       Driver: C:\Windows\system32\WdfCoInstaller01011.dll, 1.11.9200.16384 (English), 12/9/2013 17:26:24, 1795952 bytes
         Name: Intel(R) 8 Series/C220 Series USB EHCI #1 - 8C26
    Device ID: PCI\VEN_8086&DEV_8C26&SUBSYS_10EC1462&REV_05\3&11583659&1&E8
       Driver: C:\Windows\system32\drivers\usbehci.sys, 6.03.9600.17195 (English), 5/31/2014 04:07:08, 89944 bytes
       Driver: C:\Windows\system32\drivers\usbport.sys, 6.03.9600.17195 (English), 5/31/2014 04:07:07, 440664 bytes
       Driver: C:\Windows\system32\drivers\usbhub.sys, 6.03.9600.17195 (English), 5/31/2014 04:07:08, 419672 bytes
         Name: Intel(R) 8 Series/C220 Series PCI Express Root Port #3 - 8C14
    Device ID: PCI\VEN_8086&DEV_8C14&SUBSYS_10EC1462&REV_D5\3&11583659&1&E2
       Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.03.9600.17031 (English), 2/22/2014 09:49:48, 280920 bytes
         Name: Intel(R) 8 Series/C220 Series USB EHCI #2 - 8C2D
    Device ID: PCI\VEN_8086&DEV_8C2D&SUBSYS_10EC1462&REV_05\3&11583659&1&D0
       Driver: C:\Windows\system32\drivers\usbehci.sys, 6.03.9600.17195 (English), 5/31/2014 04:07:08, 89944 bytes
       Driver: C:\Windows\system32\drivers\usbport.sys, 6.03.9600.17195 (English), 5/31/2014 04:07:07, 440664 bytes
       Driver: C:\Windows\system32\drivers\usbhub.sys, 6.03.9600.17195 (English), 5/31/2014 04:07:08, 419672 bytes
    DirectShow Filters
    DirectShow Filters:
    WMAudio Decoder DMO,0x00800800,1,1,WMADMOD.DLL,6.03.9600.16384
    WMAPro over S/PDIF DMO,0x00600800,1,1,WMADMOD.DLL,6.03.9600.16384
    WMSpeech Decoder DMO,0x00600800,1,1,WMSPDMOD.DLL,6.03.9600.16384
    MP3 Decoder DMO,0x00600800,1,1,mp3dmod.dll,6.03.9600.16384
    Mpeg4s Decoder DMO,0x00800001,1,1,mp4sdecd.dll,6.03.9600.16384
    WMV Screen decoder DMO,0x00600800,1,1,wmvsdecd.dll,6.03.9600.16384
    WMVideo Decoder DMO,0x00800001,1,1,wmvdecod.dll,6.03.9600.17031
    Mpeg43 Decoder DMO,0x00800001,1,1,mp43decd.dll,6.03.9600.16384
    Mpeg4 Decoder DMO,0x00800001,1,1,mpg4decd.dll,6.03.9600.16384
    DV Muxer,0x00400000,0,0,qdv.dll,6.06.9600.16384
    Color Space Converter,0x00400001,1,1,quartz.dll,6.06.9600.16384
    WM ASF Reader,0x00400000,0,0,qasf.dll,12.00.9600.16384
    AVI Splitter,0x00600000,1,1,quartz.dll,6.06.9600.16384
    VGA 16 Color Ditherer,0x00400000,1,1,quartz.dll,6.06.9600.16384
    SBE2MediaTypeProfile,0x00200000,0,0,sbe.dll,6.06.9600.16384
    Microsoft DTV-DVD Video Decoder,0x005fffff,2,4,msmpeg2vdec.dll,12.00.9600.16476
    AC3 Parser Filter,0x00600000,1,1,mpg2splt.ax,6.06.9600.16384
    StreamBufferSink,0x00200000,0,0,sbe.dll,6.06.9600.16384
    MJPEG Decompressor,0x00600000,1,1,quartz.dll,6.06.9600.16384
    MPEG-I Stream Splitter,0x00600000,1,2,quartz.dll,6.06.9600.16384
    SAMI (CC) Parser,0x00400000,1,1,quartz.dll,6.06.9600.16384
    VBI Codec,0x00600000,1,4,VBICodec.ax,6.06.9600.16384
    MPEG-2 Splitter,0x005fffff,1,0,mpg2splt.ax,6.06.9600.16384
    Closed Captions Analysis Filter,0x00200000,2,5,cca.dll,6.06.9600.16384
    SBE2FileScan,0x00200000,0,0,sbe.dll,6.06.9600.16384
    Microsoft MPEG-2 Video Encoder,0x00200000,1,1,msmpeg2enc.dll,12.00.9600.16384
    Internal Script Command Renderer,0x00800001,1,0,quartz.dll,6.06.9600.16384
    MPEG Audio Decoder,0x03680001,1,1,quartz.dll,6.06.9600.16384
    DV Splitter,0x00600000,1,2,qdv.dll,6.06.9600.16384
    Video Mixing Renderer 9,0x00200000,1,0,quartz.dll,6.06.9600.16384
    Microsoft MPEG-2 Encoder,0x00200000,2,1,msmpeg2enc.dll,12.00.9600.16384
    ACM Wrapper,0x00600000,1,1,quartz.dll,6.06.9600.16384
    Video Renderer,0x00800001,1,0,quartz.dll,6.06.9600.16384
    MPEG-2 Video Stream Analyzer,0x00200000,0,0,sbe.dll,6.06.9600.16384
    Line 21 Decoder,0x00600000,1,1,,
    Video Port Manager,0x00600000,2,1,quartz.dll,6.06.9600.16384
    Video Renderer,0x00400000,1,0,quartz.dll,6.06.9600.16384
    VPS Decoder,0x00200000,0,0,WSTPager.ax,6.06.9600.16384
    WM ASF Writer,0x00400000,0,0,qasf.dll,12.00.9600.16384
    VBI Surface Allocator,0x00600000,1,1,vbisurf.ax,6.03.9600.16384
    File writer,0x00200000,1,0,qcap.dll,6.06.9600.16384
    DVD Navigator,0x00200000,0,3,qdvd.dll,6.06.9600.16384
    Overlay Mixer2,0x00200000,1,1,,
    Microsoft MPEG-2 Audio Encoder,0x00200000,1,1,msmpeg2enc.dll,12.00.9600.16384
    WST Pager,0x00200000,1,1,WSTPager.ax,6.06.9600.16384
    MPEG-2 Demultiplexer,0x00600000,1,1,mpg2splt.ax,6.06.9600.16384
    DV Video Decoder,0x00800000,1,1,qdv.dll,6.06.9600.16384
    SampleGrabber,0x00200000,1,1,qedit.dll,6.06.9600.17200
    Null Renderer,0x00200000,1,0,qedit.dll,6.06.9600.17200
    MPEG-2 Sections and Tables,0x005fffff,1,0,Mpeg2Data.ax,6.06.9600.16384
    Microsoft AC3 Encoder,0x00200000,1,1,msac3enc.dll,6.03.9600.16384
    StreamBufferSource,0x00200000,0,0,sbe.dll,6.06.9600.16384
    Smart Tee,0x00200000,1,2,qcap.dll,6.06.9600.16384
    Overlay Mixer,0x00200000,0,0,,
    AVI Decompressor,0x00600000,1,1,quartz.dll,6.06.9600.16384
    AVI/WAV File Source,0x00400000,0,2,quartz.dll,6.06.9600.16384
    Wave Parser,0x00400000,1,1,quartz.dll,6.06.9600.16384
    MIDI Parser,0x00400000,1,1,quartz.dll,6.06.9600.16384
    Multi-file Parser,0x00400000,1,1,quartz.dll,6.06.9600.16384
    File stream renderer,0x00400000,1,1,quartz.dll,6.06.9600.16384
    Microsoft DTV-DVD Audio Decoder,0x005fffff,1,1,msmpeg2adec.dll,12.00.9477.0000
    StreamBufferSink2,0x00200000,0,0,sbe.dll,6.06.9600.16384
    AVI Mux,0x00200000,1,0,qcap.dll,6.06.9600.16384
    Line 21 Decoder 2,0x00600002,1,1,quartz.dll,6.06.9600.16384
    File Source (Async.),0x00400000,0,1,quartz.dll,6.06.9600.16384
    File Source (URL),0x00400000,0,1,quartz.dll,6.06.9600.16384
    AudioRecorder WAV Dest,0x00200000,0,0,WavDest.dll,
    AudioRecorder Wave Form,0x00200000,0,0,WavDest.dll,
    SoundRecorder Null Renderer,0x00200000,0,0,WavDest.dll,
    Infinite Pin Tee Filter,0x00200000,1,1,qcap.dll,6.06.9600.16384
    Enhanced Video Renderer,0x00200000,1,0,evr.dll,6.03.9600.16384
    BDA MPEG2 Transport Information Filter,0x00200000,2,0,psisrndr.ax,6.06.9600.16384
    MPEG Video Decoder,0x40000001,1,1,quartz.dll,6.06.9600.16384
    WDM Streaming Tee/Splitter Devices:
    Tee/Sink-to-Sink Converter,0x00200000,1,1,ksproxy.ax,6.03.9600.16384
    Video Compressors:
    WMVideo8 Encoder DMO,0x00600800,1,1,wmvxencd.dll,6.03.9600.16384
    WMVideo9 Encoder DMO,0x00600800,1,1,wmvencod.dll,6.03.9600.16384
    MSScreen 9 encoder DMO,0x00600800,1,1,wmvsencd.dll,6.03.9600.16384
    DV Video Encoder,0x00200000,0,0,qdv.dll,6.06.9600.16384
    MJPEG Compressor,0x00200000,0,0,quartz.dll,6.06.9600.16384
    Audio Compressors:
    WM Speech Encoder DMO,0x00600800,1,1,WMSPDMOE.DLL,6.03.9600.16384
    WMAudio Encoder DMO,0x00600800,1,1,WMADMOE.DLL,6.03.9600.16384
    IMA ADPCM,0x00200000,1,1,quartz.dll,6.06.9600.16384
    PCM,0x00200000,1,1,quartz.dll,6.06.9600.16384
    Microsoft ADPCM,0x00200000,1,1,quartz.dll,6.06.9600.16384
    GSM 6.10,0x00200000,1,1,quartz.dll,6.06.9600.16384
    CCITT A-Law,0x00200000,1,1,quartz.dll,6.06.9600.16384
    CCITT u-Law,0x00200000,1,1,quartz.dll,6.06.9600.16384
    MPEG Layer-3,0x00200000,1,1,quartz.dll,6.06.9600.16384
    Audio Capture Sources:
    Microphone (Realtek High Definition Audio),0x00200000,0,0,qcap.dll,6.06.9600.16384
    PBDA CP Filters:
    PBDA DTFilter,0x00600000,1,1,CPFilters.dll,6.06.9600.16384
    PBDA ETFilter,0x00200000,0,0,CPFilters.dll,6.06.9600.16384
    PBDA PTFilter,0x00200000,0,0,CPFilters.dll,6.06.9600.16384
    Midi Renderers:
    Default MidiOut Device,0x00800000,1,0,quartz.dll,6.06.9600.16384
    Microsoft GS Wavetable Synth,0x00200000,1,0,quartz.dll,6.06.9600.16384
    WDM Streaming Capture Devices:
    Realtek HD Audio Stereo input,0x00200000,1,1,ksproxy.ax,6.03.9600.16384
    Realtek HD Audio Mic input,0x00200000,1,1,ksproxy.ax,6.03.9600.16384
    Realtek HD Audio Line input,0x00200000,1,1,ksproxy.ax,6.03.9600.16384
    WDM Streaming Rendering Devices:
    Realtek HD Audio output,0x00200000,1,1,ksproxy.ax,6.03.9600.16384
    Realtek HDA SPDIF Out,0x00200000,1,1,ksproxy.ax,6.03.9600.16384
    BDA Network Providers:
    Microsoft ATSC Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.9600.16384
    Microsoft DVBC Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.9600.16384
    Microsoft DVBS Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.9600.16384
    Microsoft DVBT Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.9600.16384
    Microsoft Network Provider,0x00200000,0,1,MSNP.ax,6.06.9600.16384
    Multi-Instance Capable VBI Codecs:
    VBI Codec,0x00600000,1,4,VBICodec.ax,6.06.9600.16384
    BDA Transport Information Renderers:
    BDA MPEG2 Transport Information Filter,0x00600000,2,0,psisrndr.ax,6.06.9600.16384
    MPEG-2 Sections and Tables,0x00600000,1,0,Mpeg2Data.ax,6.06.9600.16384
    BDA CP/CA Filters:
    Decrypt/Tag,0x00600000,1,1,EncDec.dll,6.06.9600.16384
    Encrypt/Tag,0x00200000,0,0,EncDec.dll,6.06.9600.16384
    PTFilter,0x00200000,0,0,EncDec.dll,6.06.9600.16384
    XDS Codec,0x00200000,0,0,EncDec.dll,6.06.9600.16384
    WDM Streaming Communication Transforms:
    Tee/Sink-to-Sink Converter,0x00200000,1,1,ksproxy.ax,6.03.9600.16384
    Audio Renderers:
    Speakers (Realtek High Definition Audio),0x00200000,1,0,quartz.dll,6.06.9600.16384
    Default DirectSound Device,0x00800000,1,0,quartz.dll,6.06.9600.16384
    Default WaveOut Device,0x00200000,1,0,quartz.dll,6.06.9600.16384
    DirectSound: Speakers (Realtek High Definition Audio),0x00200000,1,0,quartz.dll,6.06.9600.16384
    Preferred DirectShow Filters
    [HKEY_LOCAL_MACHINE\Software\Microsoft\DirectShow\Preferred]
    <media subtype GUID>, [<filter friendly name>, ]<filter CLSID>
    MEDIASUBTYPE_WMAUDIO_LOSSLESS, WMAudio Decoder DMO, CLSID_CWMADecMediaObject
    MEDIASUBTYPE_MPG4, Mpeg4 Decoder DMO, CLSID_CMpeg4DecMediaObject
    WMMEDIASUBTYPE_WMSP2, WMSpeech Decoder DMO, CLSID_CWMSPDecMediaObject
    MEDIASUBTYPE_WVC1, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject
    {64687664-0000-0010-8000-00AA00389B71}, DV Video Decoder, CLSID_DVVideoCodec
    MEDIASUBTYPE_h264, Microsoft DTV-DVD Video Decoder, CLSID_CMPEG2VidDecoderDS
    MEDIASUBTYPE_MPEG1AudioPayload, MPEG Audio Decoder, CLSID_CMpegAudioCodec
    {78766964-0000-0010-8000-00AA00389B71}, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
    MEDIASUBTYPE_WMAUDIO3, WMAudio Decoder DMO, CLSID_CWMADecMediaObject
    MEDIASUBTYPE_WMV2, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject
    MEDIASUBTYPE_MPEG2_AUDIO, Microsoft DTV-DVD Audio Decoder, CLSID_CMPEG2AudDecoderDS
    {64697678-0000-0010-8000-00AA00389B71}, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
    WMMEDIASUBTYPE_MP3, MP3 Decoder DMO, CLSID_CMP3DecMediaObject
    MEDIASUBTYPE_mp42, Mpeg4 Decoder DMO, CLSID_CMpeg4DecMediaObject
    MEDIASUBTYPE_MSS1, WMV Screen decoder DMO, CLSID_CMSSCDecMediaObject
    MEDIASUBTYPE_WVP2, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject
    MEDIASUBTYPE_WMV1, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject
    MEDIASUBTYPE_WMVP, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject
    MEDIASUBTYPE_WMV3, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject
    MEDIASUBTYPE_WMVR, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject
    MEDIASUBTYPE_MJPG, MJPEG Decompressor, CLSID_MjpegDec
    MEDIASUBTYPE_mp43, Mpeg43 Decoder DMO, CLSID_CMpeg43DecMediaObject
    MEDIASUBTYPE_MSS2, WMV Screen decoder DMO, CLSID_CMSSCDecMediaObject
    {64737664-0000-0010-8000-00AA00389B71}, DV Video Decoder, CLSID_DVVideoCodec
    WMMEDIASUBTYPE_WMAudioV8, WMAudio Decoder DMO, CLSID_CWMADecMediaObject
    {44495658-0000-0010-8000-00AA00389B71}, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
    WMMEDIASUBTYPE_WMSP1, WMSpeech Decoder DMO, CLSID_CWMSPDecMediaObject
    MEDIASUBTYPE_RAW_AAC1, Microsoft DTV-DVD Audio Decoder, CLSID_CMPEG2AudDecoderDS
    {6C737664-0000-0010-8000-00AA00389B71}, DV Video Decoder, CLSID_DVVideoCodec
    MEDIASUBTYPE_MP43, Mpeg43 Decoder DMO, CLSID_CMpeg43DecMediaObject
    MEDIASUBTYPE_MPEG1Payload, MPEG Video Decoder, CLSID_CMpegVideoCodec
    MEDIASUBTYPE_AVC1, Microsoft DTV-DVD Video Decoder, CLSID_CMPEG2VidDecoderDS
    {20637664-0000-0010-8000-00AA00389B71}, DV Video Decoder, CLSID_DVVideoCodec
    {58564944-0000-0010-8000-00AA00389B71}, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
    MEDIASUBTYPE_MP42, Mpeg4 Decoder DMO, CLSID_CMpeg4DecMediaObject
    MEDIASUBTYPE_MPEG_ADTS_AAC, Microsoft DTV-DVD Audio Decoder, CLSID_CMPEG2AudDecoderDS
    MEDIASUBTYPE_mpg4, Mpeg4 Decoder DMO, CLSID_CMpeg4DecMediaObject
    MEDIASUBTYPE_M4S2, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
    MEDIASUBTYPE_m4s2, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
    MEDIASUBTYPE_MP4S, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
    MEDIASUBTYPE_mp4s, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
    MEDIASUBTYPE_MPEG1Packet, MPEG Video Decoder, CLSID_CMpegVideoCodec
    {5634504D-0000-0010-8000-00AA00389B71}, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
    {7634706D-0000-0010-8000-00AA00389B71}, Mpeg4s Decoder DMO, CLSID_CMpeg4sDecMediaObject
    MEDIASUBTYPE_H264, Microsoft DTV-DVD Video Decoder, CLSID_CMPEG2VidDecoderDS
    MEDIASUBTYPE_MPEG2_VIDEO, Microsoft DTV-DVD Video Decoder, CLSID_CMPEG2VidDecoderDS
    MEDIASUBTYPE_WMVA, WMVideo Decoder DMO, CLSID_CWMVDecMediaObject
    MEDIASUBTYPE_MSAUDIO1, WMAudio Decoder DMO, CLSID_CWMADecMediaObject
    MEDIASUBTYPE_DVD_LPCM_AUDIO, Microsoft DTV-DVD Audio Decoder, CLSID_CMPEG2AudDecoderDS
    MEDIASUBTYPE_MPEG_LOAS, Microsoft DTV-DVD Audio Decoder, CLSID_CMPEG2AudDecoderDS
    Media Foundation Transforms
    [HKEY_LOCAL_MACHINE\Software\Classes\MediaFoundation\Transforms]
    <category>:
      <transform friendly name>, <transform CLSID>, <flags>, [<merit>, ]<file name>, <file version>
    Video

    Quote from: JakeSully;112084
    this could be a issue with game itself just my guess since i have problems like this myself few times on some games when you alt tab out then back the game .exe status changes from Running to Not responding. and remains like that all time so either that is issue with game itself or it could be something else causing it but idk exactly what but i still think it is more likely game itself.
    I assumed that at first too, as it was mostly just WoW that was doing it. But now Diablo 3 is doing it, I'm going to check other games when I get home this evening. I can't see anything about it on Blizzards support forums, usually something like this occurs after a patch and is fairly widespread.

  • How can I get FF to alt+tab to the most recent page and not the oldest as it does in winxp and previous versions od FF?

    Previous versions of FF cycle through pages in the order of most
    recent first as in WinXP when ALT+TAB are pressed but now it seems that the oldest is opened first. I have toggled the item suggested in
    ABOUT:CONFIG but this has no effect. there have been numerous
    suggestions using addons etc. but surely there is a way to reverse
    the order of ALT+TABBING by some other, easier, means.

    You can set the Integer pref <b>browser.link.open_newwindow.override.external</b> to "<i>1</i>" on the <b>about:config</b> page.
    *http://kb.mozillazine.org/about:config
    The browser.link.open_newwindow.override.external pref uses the same values as this pref for JavaScript window.open() calls.
    *http://kb.mozillazine.org/browser.link.open_newwindow.restriction

  • Very frequently I am unable to click on anything within the brower, I need to alt-tab to another program or minimize firefox in order to click on any links. This is only within firefox and no other program or browser that I have having this problem.

    Very frequently I cannot click on any links within firefox. I have to either alt-tab or minimize the browser in order for me to navigate through website.
    This appears to be only issue with firefox and nothing else on my computer as I don't have this problem with any other program or web broswer.
    I needed to alt tab 5 times just to get this question submitted, very annoying!

    That problem can be caused by the Yahoo! Toolbar or the Babylon extension that extents too much downwards and covers the top part of the browser window and thus makes links and buttons in that part of the screen not clickable.
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • When alt + tab between applications firefox freezes to a black blank screen and will not move. The only response it will allow is the close option after right clicking on the task bar in English

    I normally have several applications running at the same time, some of them are running 24/7/365.
    When accessing the applications its easier to alt+tab between them. On the occasions that I can actually get Firefox to open and stay open it always freezes and remains immovable on the screen after switching to another program.
    Firefox goes black except for the border and the close button at the top right. The other buttons disappear. Even after waiting for a period of time it does not clear.
    The freeze can occur either on the first switch or second switch. However, it always happens.

    Have also since found out that to start FF4 in safe mode you just hold shift whilst double-clicking the icon. We only find these things out after the event, murphy's law!

  • Disabling the windows xp start button,and disable ALT+TAB

    hi all, i am writing an internet cafe management system, and its required that clients do not access the start button, although it will be visible but will not respond to mouse clicks or keybord events.
    And also how do i disable ALT+TAB when my program is running.
    thanks.

    Event if using vb.net it won't be happen (i think). Why do you want the client did not access the start menu? if you want the client canot access the control panel, why dont just you hide the control panel menu from start menu? (i dont know how to do that, but maybe a little googling will help). Because yesterday, i go on internet cafe and can only access the Program and Shutdown menu.

  • Disable Window keys ALT+TAB, CTRL+ALT+DEL

    Hello i am developing an application in which i need to catch the ALT+TAB and CTRLALT+DEL key events and handle it in my own way.
    The default action of showing the next window or the task manager should not take place.
    In the event handler i have given
    eventName.consume();
    also.But the default handling is also done.
    How do i stop the default action from being done?

    Windows will not allow any application to catch the CTRL+ALT+DEL keystroke. In Windows NT-kernel OSes, this keystroke brings up a menu which, among other things, allows the user to change his or her password. If an application could intercept CTRL+ALT+DEL, it could present itself in such a way as to look just like that dialog. Then, if a user typed his or her password into that dialog, the program could log or transmit that password plaintext, severely violating security.
    All sorts of exploits like that would be possible. This is why you can't block system keystrokes.
    Is there any particular reason you need to override this behavior? Perhaps we can help you find another solution to whatever problem made you decide you wanted to catch those keystrokes in the first place.

  • Alt-tab doesn't work properly

    Alt-tab is supposed to display the icons for the applications that are running. If I keep the alt key depressed, the icons are supposed to stay visible. But on my system, they are only visible for a couple of seconds, and then the window for the icon I
    have highlighted opens. How do I ensure that the icons stay visible when the alt key is held down?

    When I use Alt/Tab (press alt/tab and release tab but hold alt) I get different results at different times. For example, this morning I used Alt/Tab and it displayed the list of thumbnails on top of their respective windows. That worked fine several times.
    But a few minuets later it changed and displays the list of thumbnails behind the windows (i.e., you can't see the list).
    I know this can be turned off by disabling Aero Peek but that will disable other useful features too. I am using Windows 7 on a DELL E6440 but this problem exists on all computers I have ever used, including Levento.
    Win/Pause just brings up Control Panel/System. Win-F11 does nothing (in Firefox).
    Note that I did not load or run any programs between the time it was working and the time it quit working. I was only switching between applications.
    This is clearly a Windows 7 bug. I don't see the problem on Windows 8 (but I don't use that much).

  • GNOME 3 : "drag-and-drop" + "Alt-Tab" not working

    Hello,
    In GNOME 3.2.1 with Mutter 3.2.1 (current ones in Arch), it is supossedly fixed the following "bug":
    Mutter 3.2.1 changelog:
    * Allow keyboard window switching (alt-Tab) during drag-and-drop [Matthias, #660457]
    But I can't make it working.
    As test, I open a folder (maximized) and vlc (background). I drag a movie file with left click mouse and pressing Alt-Tab makes nothing.
    In fact, when I press Alt the file icon changes to a question mark "?"...
    Has anyone been able to make it work?
    Thanks in advance,
      Franz
    Last edited by franzrogar (2011-11-01 08:48:40)

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It’s unlikely to solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    The purpose of the test is to determine whether the problem is caused by third-party software that loads automatically at startup or login, by a peripheral device, by a font conflict, or by corruption of the file system or of certain system caches.
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards, if applicable. Start up in safe mode and log in to the account with the problem. You must hold down the shift key twice: once when you turn on the computer, and again when you log in.
    Note: If FileVault is enabled, or if a firmware password is set, or if the startup volume is a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to start up and run than normal, with limited graphics performance, and some things won’t work at all, including sound output and Wi-Fi on certain models. The next normal startup may also be somewhat slow.
    The login screen appears even if you usually login automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Test while in safe mode. Same problem?
    After testing, restart as usual (not in safe mode) and verify that you still have the problem. Post the results of the test.

  • [SOLVED] Alt+Tab window switcher in KDE4.4 - no compositing effects

    It's just one of these small nagging things: I cannot get the Alt+Tab window switcher to display a cover flow effect in KDE4.4. Compositing works well otherwise - present windows, the rotating cube etc. Only the window switcher keeps showing me a boring vertical list of thumbnails.
    I've tried with a new user - same story.
    Has anyone else seen this and/or heard of a fix?
    It used to work in 4.3 (TM)
    Last edited by grey (2010-02-17 17:13:34)

    @ploub: thanks - that worked.
    It turns out that if you change the settings in Window behaviour / Navigate through windows, they get updated in Desktop / Desktop Effects / All Effects / Focus. However, if you enable a setting in the latter area (as was done in 4.3), nothing happens.
    An interesting choice of user interface design: create an additional place for the user to modify certain settings, keep the original place and make the latter not work.
    Last edited by grey (2010-02-17 18:10:28)

  • Firefox always on top, can't alt-tab to other open windows/apps

    I have updated to 11.0, windows vista. I didn't notice or have this problem before the update. for example if I have firefox open and click on my calculator, the only way I can see it is to minimize firefox. I cannot alt-tab to it nor can I click the icon in my status bar of windows.???
    I have looked through the settings, I didn't see an always on top option, but that's what it seems like.
    Any and all info will be appreciated.
    TIA,
    Jim

    When I restarted in safe mode, the firefox window was no longer stuck on top. Restarted again (firefox was set to "show my windows and tabs from last time" for both restarts) in regular mode and it stayed fixed. Maybe just a restart where "show my windows and tabs from last time" is firefox start up setting would fix stuck on top problem?

  • Why no Alt-Tab functionality (true last active, not just up or down the line)?

    I see the keyboard shortcuts for moving up and down the open tabs (ctrl-shift-tab and ctrl-tab) and the go direct to a numbered tab etc...
    what I really want is a last tab function that if pressed repeatedly would simply take you back and forth between the last two tabs. Such that if I have 8 tabs open and am presently on tab 7 and then switch to tab 4, then I press this keyboard shortcut it would take me directly back to 7. If pressed again it would go back to 4. etc.
    Take filling out a tax form or something as an example. I've got my browser open, several pages on tax help, tax code, and the like along with one with my paystub info and one that I am entering data into. I repeatedly need to bounce back and forth between the tab with the info on it (paystub) and the tab with the data entry on it.
    I suppose one could workaround by only having the two desired tabs open in the browser window or by having two browser windows open with each needed page, but this is such ingrained function (alt-tab in windows goes directly between your last two open applications no matter how many you have open) that it just seems very natural to want browser tabs to only go back and forth between the last two as well.
    really think this should be developed...seems simple (from an uneducated POV) and serves a definite purpose.
    thanks.

    Thanks, that works great.
    FYI I came across that several times, however none of them made it clear that the desired behavior was understood and that this was the actual fix for it.
    Thanks again and for those wondering - this does actually make ctrl-tab behave as normal windows alt-tab does....can't believe I've gone so long without this frustrated by every time I hit alt tab wanting to change tabs and changing applications instead.
    this is great...thanks firefox (still think this should be default instead of the climb up and down the open list of tabs)

Maybe you are looking for

  • Printing problem in CR 9.2 on Vista

    Post Author: arullp CA Forum: Crystal Reports Hi,I have a problem with VB6 application using Crystal Report 9.2 ActiveXViewers and RDC deployed on Vista. The reports are displayed correctly on the ActivexViewer (CRViewer9), but when the user prints t

  • Performance counter for BTS 2010

    As per below link BizTalk 2006 shipped with 294 performance counters. http://blogs.technet.com/b/clint_huffman/archive/2008/09/02/how-to-use-the-pal-tool-for-biztalk-performance-analysis.aspx Howmany performance counter supported by BTS 2010?

  • Portal Groups vs. ABAP Roles

    Hi, We have the following scenario: SAP EP (6.0 SP19) with content from BW and HR (ESS&MSS). The backend systems and the portal use CUA. The problem is that for example when a new user(employee) is created in HR, we would like that the user automatic

  • Mac mini vs. Lacie Ethernet Hard Drive

    So I just got a new Lacie Ethernet Disk mini that I'll be hooking up to my router. I also have a "spare" Mac mini that I thought about using as a file server. Both would just be connected to the router. Which do you think would be faster in terms of

  • Power up cisco 2960 switch with 12V DC Power

    hi all , I have some issue with supply power to cisco 2960-24TT-L switch. In my server farm rack is having DC current of -48V. But however cisco switch require 12V DC current. Cisco Spec. Cisco Catalyst 2960-24TT-L 12V at 5 A 5 A How can I power on t