Dataguard 'max protection' mode failed

Testing Dataguard in MAX PROTECTION mode on Oracle 10.2.0.4 on Solaris x86_64.
Test 1: Primary remained up allowing transactions to continue inspite of the fact that the server running the standby database was not reachable. Waited for over 10 minutes and then cancelled the test. All that happened was the protection_level changed to resynchronization. I could not believe my eyes. Is this possible?
Test 2: The primary shutdown automatically but after about 6 minutes of the standby database was shut abort. So what about all those transactions that took place during those 6 minutes? Those would be lost - isnt it?
I just cant believe this. Where am I going wrong? I confirmed that LAD_2 was set to lgwr sync affirm. And that protection mode was set to 'maximum protection'.
Somebody, pls enlighten me?
Thanks
Edited by: user12022918 on 27-May-2013 08:42

If you have several physical standby database for the same primary database then this could be expected behaviour otherwise this looks like a bug that you should report to Oracle Support who will very likely ask you to upgrade at least to 10.2.0.5 patchset or 11.2.0.3.

Similar Messages

  • Opening a PDF file from a share that contains a reparse point in protected mode fails

    With adobe reader 10 or above and with protected mode turned on, we are unable to read a PDF file from a shared location if it contains a reparse point. I understand that turning off protected mode will resolve the issue, but that does not help us.
    Using filemon, we can see that adobe is opening the file and ignoring the reparse point, so we know that's why it's failing. Is there any way (aside from turning off protected mode) to get this to work?

    Hi,
    is the next part of the code correct.
    What i mean is packing of the attachment, finding out the size of pdf file and doc type as PDF.
    You can also try below link..
    Link: [http://wiki.sdn.sap.com/wiki/display/Snippets/SENDALVGRIDASPDFATTACHMENTTOSAPINBOXUSINGCLASSES]
    Hope this helps.
    Regards,
    -Sandeep

  • Protected Mode of Reader X does not work if explorer.exe is not a parent process [2008R2 RDS/TS]

    We are running IE8 as a RemoteApp on Windows Server 2008 R2 Remote Desktop Services "Terminal Server". It has Reader X installed.
    When opening linked PDF document, it shows the protected mode "fail" dialog.
    If, instead, explorer.exe is launched as remote app, and ie8 is started from explorer,
    opening PDF files in protected mode works.
    This is regardless of settings, 32/64 bitness, whether iexplore is launched as remote app or
    in full RDP session using "alternate shell:". If explorer is not parent of the process subtree,
    protected mode doesn't work.
    What might be the issue, and is there a workaround that does not involve starting explorer.exe?

    This problem is fixed in the latest Reader X update 10.1.

  • Upgrading protection mode

    I've never used any Data Guard protection mode except Maximum Performance before so please forgive me if my questions seem ignorant.
    I have a primary DB with 2 standbys both currently operating in maximum performance mode. The primary is a 2 node RAC cluster. Both standbys are single instance. None of the databases in the configuration use standby logs (yet). I am currently using ARCH to ship the logs to both standbys. All databases are running version 11.2. I am not using Data Guard broker.
    I am considering upgrading just standby # 2 to maximum availability protection mode, but I'm not sure if it's really what I want or not. Perhaps someone here with a better understanding can confirm for me whether its the best choice.
    My goal is to achieve the maximum data protection possible with no performance impact whatsoever on the primary database.
    If I understand maximum availability correctly (and I am not certain I do), a commit issued on the primary will not complete until the maximum availability standby has acknowledged receipt of the redo data. If the link between the two goes down, that could introduce a significant delay in the commit. Is that correct? In my situation any performance impact on the primary DB is unacceptable.
    Perhaps what I want is maximum performance using standby logs, with the LGWR and ASYNC attributes enabled on the corresponding log_archive_dest_n parameter. If I understand that correctly, a commit on the primary will complete as soon as the redo is written to the local redo log and the availability of the standby destination will have no performance impact at all. In general the standby will remain only a few seconds behind the primary. If the link between the two goes down, I can alert myself to the situation with a simple query of v$dataguard_stats and correct whatever the underlying problem is.
    Can someone please confirm for me whether I am understanding the behavior of commits under these two different protection modes and transport modes?
    Also, if I do create standby logs for the one destination, do I also need to create them on the primary and other standby as well.
    Thanks.

    Here's what I can think of :
    Max protection mode will shutdown automatically if no standby destinations available for log transfer. To avoid this at least two log_archive_dest are needed.
    Max protection mode will shutdown if lgwr,async and noaffirm is used.
    Max Availability will behave like max performance mode when no standby archive destinations available.
    Max Availability will remain in max availability mode when standby redo logs will not available.
    So it will depend on the business
    Best Regards
    mseberg

  • How to add two protection mode in oracle data guard

    Hi all,
    We have a discussion on oracle physical data guard yesterday.....
    As we all know that data guard has 3 protection mode
    1. Maximum Performance
    2. Maximum Availability (Default)
    3. Maximum Protection
    Now we were discussing about is it possible to have two protection mode on same data guard simultaneously... for e.g. Maximum performance and maximum availability.
    We have searched a lot but don't find any help on google.
    Can any one help on this with any doc, pdf or links..
    Thanks & Regards

    Hi,
    you don't find anything on this because it's not possible and would make no sense even if you could do it.
    Maximum Availability uses SYNC commit between primary and standby db. If you combine Max. Availabilty with Max. Performance then your db clients have to wait on commit until primary and the max. availability standby have commited. That they would not have to wait on another Max. Performance DB doesn't change anything to the client. You would only combine the disadvantages of both approaches, the wait on sync commit for max. availability and beeing not in sync with primary for the max. performance db.
    The max. protection mode requires by definition that the primary db shuts down in case no standby can process the commit. If the primary is not up and running it is pointless to have another (max. availability) standby db at hand, if this max. availability db would take over the service this would violate the defintion of max. protection. No Dataloss is valued higher than db availability, having the data commited only on one db site is not allowed.
    Regards
    Thomas

  • Configuring maximum protection mode in dataguard with oracle 10g

    Dear All,
    I am facing a big problem in my configuration for oracle dataguard in maximum protection mode. as per oracle documentation i have done the following.
    on the primary database i configured the floowing parameter.
    LOG_ARCHIVE_DEST_2='SERVICE=CDER LGWR SYNC AFFIRM
    VALID_FOR=(ONLINE_LOGFILES,PRIMARY_ROLE)
    DB_UNIQUE_NAME=CDER'
    on the standby i configured the following parameters.
    LOG_ARCHIVE_DEST_2='SERVICE=REDC LGWR SYNC AFFIRM
    VALID_FOR=(ONLINE_LOGFILES,PRIMARY_ROLE)
    DB_UNIQUE_NAME=REDC'
    i created standby redo logs on the standby database as per documentation.
    I shut down the primary database and started it in mount stage and i executed the following commands.
    SQL> ALTER DATABASE SET STANDBY DATABASE TO MAXIMIZE PROTECTION
    after database was sucessfully alterd, i execute it the following command to open the database.
    SQL > ALTER DATABASE OPEN;
    what is happening is that i am recieving the Error end of communication channel and also after i look at the log file the following error is in place
    Thu Jul 22 23:33:37 2010
    Errors in file c:\oracle\product\10.2.0\admin\redc\bdump\redc_psp0_1088.trc:
    ORA-16072: a minimum of one standby database destination is required
    though when i reset the dataguard to maximize performance it work really successful and the database open;
    please guys guide me through this

    you got it
    redc.__db_cache_size=1056964608
    redc.__java_pool_size=16777216
    redc.__large_pool_size=16777216
    redc.__shared_pool_size=318767104
    redc.__streams_pool_size=0
    *.audit_file_dest='C:\oracle\product\10.2.0\admin\REDC\adump'
    *.background_dump_dest='C:\oracle\product\10.2.0\admin\REDC\bdump'
    *.compatible='10.2.0.3.0'
    *.control_files='C:\oracle\product\10.2.0\oradata\REDC\control01.ctl','C:\oracle\product\10.2.0\oradata\REDC\control02.ctl','C:\oracle\product\10.2.0\oradata\REDC\control03.ctl'
    *.core_dump_dest='C:\oracle\product\10.2.0\admin\REDC\cdump'
    *.db_block_size=8192
    *.db_domain=''
    *.db_file_multiblock_read_count=8
    *.DB_FILE_NAME_CONVERT='C:\oracle\product\10.2.0\oradata\CDER','C:\oracle\product\10.2.0\oradata\REDC','D:\oracle\oradata\CDER','D:\oracle\oradata\REDC'
    *.db_name='REDC'
    *.DB_UNIQUE_NAME='REDC'
    *.dispatchers='(PROTOCOL=TCP) (SERVICE=REDCXDB)'
    *.FAL_CLIENT='REDC'
    *.FAL_SERVER='CDER'
    *.job_queue_processes=10
    *.LOG_ARCHIVE_CONFIG='DG_CONFIG=(REDC,CDER)'
    *.LOG_ARCHIVE_DEST_1='LOCATION=D:\oracle\Archives
    VALID_FOR=(ALL_LOGFILES,ALL_ROLES)
    DB_UNIQUE_NAME=REDC'
    *.LOG_ARCHIVE_DEST_2='SERVICE=CDER LGWR SYNC AFFIRM
    VALID_FOR=(ONLINE_LOGFILES,PRIMARY_ROLE)
    DB_UNIQUE_NAME=CDER'
    *.LOG_ARCHIVE_DEST_STATE_1='ENABLE'
    *.log_archive_dest_state_2='ENABLE'
    *.LOG_ARCHIVE_FORMAT='%t_%s_%r.arc'
    *.LOG_ARCHIVE_MAX_PROCESSES=5
    *.LOG_FILE_NAME_CONVERT='D:\oracle\Archives','D:\oracle\Archives'
    *.open_cursors=300
    *.pga_aggregate_target=471859200
    *.processes=150
    *.REMOTE_LOGIN_PASSWORDFILE='EXCLUSIVE'
    *.sga_target=1417674752
    *.STANDBY_FILE_MANAGEMENT='AUTO'
    *.undo_management='AUTO'
    *.undo_tablespace='UNDOTBS1'
    *.user_dump_dest='C:\oracle\product\10.2.0\admin\REDC\udump'

  • Choosing protection mode for Active dataguard

    Hi Gurus,
    I'm confused with Active dataguard configuration-What mode do i need to configure physical standby to make use of actice dataguard.I know i can even use maximum performance with standby redolog for real time query.But what is the minimum protection mode to run active dataguard.
    How can i setup a delay of 1 hour for active dataguard in 11gr2?
    Thanks

    You said:
    >
    By default Dataguard is in Maximum performance mode..we can set delay of 1 hour by setting the
    log_archive_dest_2="service=to_standby lgwr async affirm reopen=60"
    or
    log_archive_dest_2="service=to_standby lgwr async delay=60"
    >
    I am sorry, but your first log_archive_dest_2 value is not correct:
    The combination of ASYNC & AFFIRM is not supported and not sensible; REOPEN=60 will not delay the Redo Apply
    See here for a proper explanation of log_archive_dest_n:
    http://download.oracle.com/docs/cd/E11882_01/server.112/e17110/initparams121.htm
    Kind regards
    Uwe Hesse
    http://uhesse.wordpress.com

  • 9i Dataguard Problem in MAXIMUM PROTECTION mode

    Dear All
    Hi
    I have 9i Rel 2 (9.2.07) dataguard environment on Linux Redhat Advanced Server 3
    The Pretenction mode is Maximum Protection
    One day I noticed that my dataguard Database is about 100 log files before than the Primary:
    On priamry the current log sequence# was 7804
    But in standby the last log that was transfered and applied was 7716
    In primary I executed the following select:
    SQL> Select protection_mode , protection_level from v$database;
    the result was:
    protection_mode=MAXIMUM PROTECTION
    protection_level=SYNCHRONIZING
    What I want to know is:
    Why the primary database did not become shutdown when it is in MAXIMUM PROTECTION mode and why it has continued working when the log files could not transfer to standby database ????
    Thank you in advance for your reply

    Anybody any idea ??????

  • Problem in protection mode dataguard

    Hi,
    i want to store standby redo log archived file in separate folder, so that i specified
    log_archive_dest_1='LOCATION=D:\oracle\product\10. 2.0\flash_recovery_area\stby VALID_FOR=ALL_LOGFILES,ALL_ROLES) DB_UNIQUE_NAME=stby
    standby_archive_dest=D:\oracle\product\10. 2.0\flash_recovery_area\stby\arcst
    If both parameters are specified, the STANDBY_ARCHIVE_DEST initialization
    parameter overrides the directory location specified with the LOG_ARCHIVE_DEST_n
    parameter.
    but in my system it store all archive files in LOG_ARCHIVE_DEST_1..
    normally if you change primary database protection mode into maximize availability ,then it should automatically change standby database into that mode ...
    primary database(live).
    should i change this mode in both primary and standby database????
    SQL> select protection_mode,protection_level from v$database;
    PROTECTION_MODE PROTECTION_LEVEL
    MAXIMUM AVAILABILITY RESYNCHRONIZATION
    SQL> alter database open;
    Database altered.
    SQL> alter system switch logfile;
    System altered.
    SQL>
    standby database(stby)
    alert file
    Primary database is in MAXIMUM PERFORMANCE mode
    RFS[2]: Successfully opened standby log 4: 'D:\ORACLE\PRODUCT\10.2.0\ORADATA\STBY\REDO04.LOG'
    Thu Aug 06 08:48:15 2009
    Media Recovery Log D:\ORACLE\PRODUCT\10.2.0\FLASH_RECOVERY_AREA\STBY\ARC00093_0693601814.001
    Media Recovery Waiting for thread 1 sequence 94 (in transit)
    Thu Aug 06 08:48:18 2009
    Recovery of Online Redo Log: Thread 1 Group 4 Seq 94 Reading mem 0
    Mem# 0: D:\ORACLE\PRODUCT\10.2.0\ORADATA\STBY\REDO04.LOG
    SQL> select protection_mode,protection_level from v$database;
    PROTECTION_MODE PROTECTION_LEVEL
    MAXIMUM PERFORMANCE MAXIMUM PERFORMANCE
    Oracle 10g

    selva,
    log_archive_dest_1='LOCATION=D:\oracle\product\10. 2.0\flash_recovery_area\stby VALID_FOR=ALL_LOGFILES,ALL_ROLES) DB_UNIQUE_NAME=stby
    standby_archive_dest=D:\oracle\product\10. 2.0\flash_recovery_area\stby\arcst is correct and will not override your primary entry... the log_archive_dest_1 is where your primary logs are generated and standby_archive_dest is where your logs will come when current server acts as secondary.
    your actual question is regarding protection modes....? is that correct
    after you chnage the protection mode did you stop managed recovery and bounce the database on stby,,,
    try this and let me know
    hth

  • Dataguard: RESYNCHRONIZATION state for MAXIMUM PROTECTION mode

    Dear All
    Hi
    When you have Data guard in 10g Rel 2 and your primary database protection mode is configured as MAXIMUM PROTECTION , when the standby database goes down , the PROTECTION_LEVEL in primary database changes to RESYNCHRONIZATION before the primary database shuts down .
    SQL> select protection_level from v$database;
    PROTECTION_LEVEL
    RESYNCHRONIZATION
    I need to know for how long primary database can stay in RESYNCHRONIZATION level before it goes down ? and how we can change this time ???
    Thanks
    Edited by: kamranbs on Jul 19, 2011 2:13 PM
    Edited by: kamranbs on Jul 19, 2011 3:09 PM

    Something not quite right, unless you have extremely slow disks or the OS is slacking (using VM?) . As soon a the net_timeout expires, primary initiates shutdown abort which should be instant.

  • Dataguard protection modes

    At mount state i changed my database mode to maximum protection mode,after that i am opening my database open using the command alter database open, but it
    throws error database is not open.
    error: ora-16086,ora-16072.
    please let me know for this solution.

    879003 wrote:
    At mount state i changed my database mode to maximum protection mode,after that i am opening my database open using the command alter database open, but it
    throws error database is not open.
    error: ora-16086,ora-16072.
    please let me know for this solution.
    bcm@bcm-laptop:~$ oerr ora 16068
    16068, 00000, "redo log file activation identifier mismatch"
    // *Cause:  The activation identifier of the indicated redo log file
    //          does not match the activation identifier of the database.
    // *Action:
    bcm@bcm-laptop:~$ oerr ora 16072
    16072, 00000, "a minimum of one standby database destination is required"
    // *Cause:  No standby database archive log destinations were specified.
    // *Action: Specify a standby archive log destination in the initialization
    //          parameter file.what ever your changed, Oracle does not like it

  • Acrobat Reader X Disable Protection mode

    Hi All,
    i need some help with this freaky Acrobat Reader X version.
    We have currently  ~1000 computers with different old versions of AR (form 6 to 9)
    We need to upgrade to 10.0.1 version all PC's
    Will use SCCM for distributing the package.
    OK... everything here seems good but ... a lot of problems and erros appear.
    First we've installed on test group of 10 pc's the AR 10.0.0
    all users start complainig that they can't open the pdf's from our file servers.
    Solution - bring the patch 10.0.1
    After that all users start complaining that they can't print - Windows Error - Acrobat need to be closed !
    Solution - Protection mode disabled.
    My questions :
    1. How can I distribute both the Package of Acrobat and the update together with SCCM
    All my tries and reaings failed !!!
    i've try different methods and no success
    msiexec /i /q \\server\d$\Workstation Baseline\AcrobatReaderX\AcroRead.msi TRANSFORMS="AcroRead.mst" PATCH=\\server\d$\Workstation Baseline\AcrobatReaderX\adbeRdrUpd1001_Tier1.msp
    this do not work for me This is in SCCM program
    2. How can i disable through Adobe Wizard the Protection Mode ?
    I know how to do it manually but is not acceptable this way - i can't communicate with 1000 users to do this manually
    I know how to disable it from registry with GPO , but i can't disable it before installation, also i can't disable it on all PC's after installation, because it will take several days to complete for all pc's and this "hole" of some days will stop the work of our end-users.
    Any fresh ideia is wellcome. Also any help
    Thanks

    hey,
    had similar issues with protection mode.
    found we can do it 2 ways, 1. via registry entry, or 2. via an ADM.
    sorry cannot remember the referenced posts for the fixes below...
    we use the adm so that users cannot change it, and so that updates dont reset it.
    note that the adm has only a few settings, and i dont know the code for any other settings.
    1. - REG method:
    Windows Registry Editor Version 5.00
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Adobe\Acrobat Reader\10.0\FeatureLockDown]
    "bProtectedMode"=dword:00000000
    REM: Above line Disables Protected Mode on startup
    2. - ADM Template method
    please note, just copy and paste into a text file and rename as .adm.
    remember that on the last section of the code below, change the "YOUR HEADER HERE" bit to what you want to use to find it in the GPO manager once you add the template.
    CLASS USER
    CATEGORY !!YOUR_COMPANY_NAME_GOES_HEREHeader
    CATEGORY "Adobe Reader 10"
    CATEGORY "Preferences"
    CATEGORY "General"
    CATEGORY "Application Startup"
    POLICY "Show splash screen"
    KEYNAME "Software\Adobe\Acrobat Reader\10.0\Originals"
    EXPLAIN !!ExplainNosplash
    VALUENAME "bDisplayedSplash"
    VALUEON NUMERIC 0
    VALUEOFF NUMERIC 1
    END POLICY
    POLICY "Enable Protected Mode at startup"
    KEYNAME "Software\Adobe\Acrobat Reader\10.0\Privileged"
    EXPLAIN !!ExplainProtectedMode
    VALUENAME "bProtectedMode"
    VALUEON NUMERIC 1
    VALUEOFF NUMERIC 0
    END POLICY
    END CATEGORY
    END CATEGORY
    CATEGORY "Identity"
    POLICY "Organization Name"
    KEYNAME "Software\Adobe\Acrobat Reader\10.0\Identity"
    EXPLAIN !!ExplainOrgName
    PART "Organization Name." EDITTEXT
    VALUENAME "tCorporation"
    END PART
    END POLICY
    END CATEGORY
    CATEGORY "Internet"
    CATEGORY "Internet Options"
    POLICY "Connection speed"
    KEYNAME "Software\Adobe\Acrobat Reader\10.0\AVGeneral"
    EXPLAIN !!ExplainConnection
    PART "Connection speed." DROPDOWNLIST REQUIRED
    VALUENAME "iConnectionSpeed"
    ITEMLIST
    NAME "56kbps" VALUE NUMERIC 56000
    NAME "LAN" VALUE NUMERIC 10000000 DEFAULT
    END ITEMLIST
    END PART
    END POLICY
    END CATEGORY
    END CATEGORY
    CATEGORY "Spelling"
    CATEGORY "Dictionaries"
    POLICY "Dictionaries"
    KEYNAME "Software\Adobe\Acrobat Reader\10.0\Spelling"
    EXPLAIN !!ExplainDictionary
    PART "Default Dictionary" DROPDOWNLIST
    VALUENAME "tDictionaryName"
    ITEMLIST
    NAME "English (United Kingdom)" VALUE "English (United Kingdom)"
    ACTIONLIST
    KEYNAME "Software\Adobe\Acrobat Reader\10.0\Spelling"
    VALUENAME "iDictionaryDefaultID" VALUE NUMERIC 7
    KEYNAME "Software\Adobe\Acrobat Reader\10.0\Spelling\cDictionaryOrder"
    VALUENAME "t0" VALUE "English (United Kingdom)"
    KEYNAME "Software\Adobe\Acrobat Reader\10.0\Spelling\cDictionaryOrderID"
    VALUENAME "i0" VALUE NUMERIC 7
    END ACTIONLIST
    NAME "English (United States)" VALUE "English (United States)"
    ACTIONLIST
    KEYNAME "Software\Adobe\Acrobat Reader\10.0\Spelling"
    VALUENAME "iDictionaryDefaultID" VALUE NUMERIC 2
    KEYNAME "Software\Adobe\Acrobat Reader\10.0\Spelling\cDictionaryOrder"
    VALUENAME "t0" VALUE "English (United States)"
    KEYNAME "Software\Adobe\Acrobat Reader\10.0\Spelling\cDictionaryOrderID"
    VALUENAME "i0" VALUE NUMERIC 2
    END ACTIONLIST
    END ITEMLIST
    END PART
    END POLICY
    END CATEGORY
    END CATEGORY
    CATEGORY "Units"
    POLICY "Page Units"
    KEYNAME "Software\Adobe\Acrobat Reader\10.0\Originals"
    EXPLAIN !!ExplainPageUnits
    PART "Page unit" DROPDOWNLIST REQUIRED
    VALUENAME "iPageUnits"
    ITEMLIST
    NAME "Points" VALUE NUMERIC 0
    NAME "Inches" VALUE NUMERIC 1
    NAME "Millimeters" VALUE NUMERIC 2 DEFAULT
    NAME "Centimeters" VALUE NUMERIC 3
    NAME "Picas" VALUE NUMERIC 4
    END ITEMLIST
    END PART
    END POLICY
    END CATEGORY
    END CATEGORY
    END CATEGORY
    CATEGORY "Adobe Acrobat 10"
    CATEGORY "Preferences"
    CATEGORY "General"
    CATEGORY "Application Startup"
    POLICY "Show splash screen"
    KEYNAME "Software\Adobe\Adobe Acrobat\10.0\Originals"
    EXPLAIN !!ExplainNosplash
    VALUENAME "bDisplayedSplash"
    VALUEON NUMERIC 0
    VALUEOFF NUMERIC 1
    END POLICY
    END CATEGORY
    END CATEGORY
    CATEGORY "Identity"
    POLICY "Organization Name"
    KEYNAME "Software\Adobe\Adobe Acrobat\10.0\Identity"
    EXPLAIN !!ExplainOrgName
    PART "Organization Name." EDITTEXT
    VALUENAME "tCorporation"
    END PART
    END POLICY
    END CATEGORY
    CATEGORY "Internet"
    CATEGORY "Internet Options"
    POLICY "Connection speed"
    KEYNAME "Software\Adobe\Adobe Acrobat\10.0\AVGeneral"
    EXPLAIN !!ExplainConnection
    PART "Connection speed." DROPDOWNLIST REQUIRED
    VALUENAME "iConnectionSpeed"
    ITEMLIST
    NAME "56kbps" VALUE NUMERIC 56000
    NAME "LAN" VALUE NUMERIC 10000000 DEFAULT
    END ITEMLIST
    END PART
    END POLICY
    END CATEGORY
    END CATEGORY
    CATEGORY "Spelling"
    CATEGORY "Dictionaries"
    POLICY "Dictionaries"
    KEYNAME "Software\Adobe\Adobe Acrobat\10.0\Spelling"
    EXPLAIN !!ExplainDictionary
    PART "Default Dictionary" DROPDOWNLIST
    VALUENAME "tDictionaryName"
    ITEMLIST
    NAME "English (United Kingdom)" VALUE "English (United Kingdom)"
    ACTIONLIST
    KEYNAME "Software\Adobe\Adobe Acrobat\10.0\Spelling"
    VALUENAME "iDictionaryDefaultID" VALUE NUMERIC 7
    KEYNAME "Software\Adobe\Adobe Acrobat\10.0\Spelling\cDictionaryOrder"
    VALUENAME "t0" VALUE "English (United Kingdom)"
    KEYNAME "Software\Adobe\Adobe Acrobat\10.0\Spelling\cDictionaryOrderID"
    VALUENAME "i0" VALUE NUMERIC 7
    END ACTIONLIST
    NAME "English (United States)" VALUE "English (United States)"
    ACTIONLIST
    KEYNAME "Software\Adobe\Adobe Acrobat\10.0\Spelling"
    VALUENAME "iDictionaryDefaultID" VALUE NUMERIC 2
    KEYNAME "Software\Adobe\Adobe Acrobat\10.0\Spelling\cDictionaryOrder"
    VALUENAME "t0" VALUE "English (United States)"
    KEYNAME "Software\Adobe\Adobe Acrobat\10.0\Spelling\cDictionaryOrderID"
    VALUENAME "i0" VALUE NUMERIC 2
    END ACTIONLIST
    END ITEMLIST
    END PART
    END POLICY
    END CATEGORY
    END CATEGORY
    CATEGORY "Units"
    POLICY "Page Units"
    KEYNAME "Software\Adobe\Adobe Acrobat\10.0\Originals"
    EXPLAIN !!ExplainPageUnits
    PART "Page unit" DROPDOWNLIST REQUIRED
    VALUENAME "iPageUnits"
    ITEMLIST
    NAME "Points" VALUE NUMERIC 0
    NAME "Inches" VALUE NUMERIC 1
    NAME "Millimeters" VALUE NUMERIC 2 DEFAULT
    NAME "Centimeters" VALUE NUMERIC 3
    NAME "Picas" VALUE NUMERIC 4
    END ITEMLIST
    END PART
    END POLICY
    END CATEGORY
    END CATEGORY
    END CATEGORY
    END CATEGORY
    [strings]
    YOUR_COMPANY_NAME_GOES_HEREHeader=YOUR HEADER HERE
    ExplainNosplash="When disabled, the program will not display a splashscreen on startup.\n\nWhen enabled, the splashscreen will be displayed."
    ExplainProtectedMode="When disabled, the program will not run in Protected Mode.\n\nWhen enabled, Protected Mode will run, and may cause compatibility errors.\n\nSee http://kb2.adobe.com/cps/860/cpsid_86063.html for more details."
    ExplainOrgName="Enter the organization name by typing it in."
    ExplainConnection="To specify LAN, set the connection speed to 10000000."
    ExplainPageUnits="Set the page unit from the drop-down list.\n\nThe default is millimeters."
    ExplainDictionary="Used to specify the default dictionary to spell checking."

  • No Sound in Firefox on Windows 7 from YouTube, CNN, CSPAN unless Protected Mode is disabled.

    I have no sound when playing Flash videos on any Windows 7 PCs from the following standard websites - YouTube, CNN, CSPAN and ESPN. Some YouTube videos provide both video and audio if I enable HTML5.  Most do not. CSPAN Videos provide video but no audio.  CNN Videos provide video but no audio. I have no problems on any Windows XP PCs.
    I have had no sound in Firefox since Firefox 12 with Flash Player 11.3 and higher. I upgraded today to 11.4.402.287 Flash to see if that would fix things.  It did not.
    I only get sound if I disable Flash Protected Mode which is unacceptable in my corporate environment.  I can not downgrade to Flash 11.2 because it too does not provide protected mode.  My audio drivers are up to date.  I tried changing the audio playback to 16-bit 44100.  I have disabled Silverlight.  I have disabled all plugins except Flash.  All test sites show the Flash version as installed and correct.
    Nothing I try among all the recommended solutions I have found on Forums.Adobe or elsewhere on the Internet resolves the problem.
    As of today, I am running:
    Windows 7
    Firefox 16
    Flash 11.4.402.287
    I will provide whatever debugging information I need to to resolve this issue as quickly as possible.  My Windows XP customers are being upgraded to Windows 7  over the next few months and I need to resolve this issue asap.  Any help from Adobe staff will be greatly appreciated.
    Please let me know what I can do to resolve this problem without disabling protected mode or back-revving to Flash 11.2.
    Thank you.

    LBTLBT does sound different from my problem. Thought I could help...
    Jeromie, thanks for your attentiveness. I wish more of Adobe's support structure (especially for their professional software) was more helpful/prompt/polite.
    Here's my dxdiag info for your amusment:
    Operating System: Windows 7 Enterprise 64-bit (6.1, Build 7601) Service Pack 1 (7601.win7sp1_gdr.120830-0333)
               Language: English (Regional Setting: English)
    System Manufacturer: Apple Inc.
           System Model: MacBookPro8,3
                   BIOS: Default System BIOS
              Processor: Intel(R) Core(TM) i7-2820QM CPU @ 2.30GHz (8 CPUs), ~2.3GHz
                 Memory: 8192MB RAM
    Available OS Memory: 8102MB RAM
              Page File: 3432MB used, 12771MB available
            Windows Dir: C:\Windows
        DirectX Version: DirectX 11
    DX Setup Parameters: Not found
       User DPI Setting: Using System DPI
    System DPI Setting: 96 DPI (100 percent)
        DWM DPI Scaling: Disabled
         DxDiag Version: 6.01.7601.17514 64bit Unicode
    DxDiag Notes
          Display Tab 1: No problems found.
            Sound Tab 1: No problems found.
            Sound Tab 2: No problems found.
            Sound Tab 3: No problems found.
              Input Tab: No problems found.
    DirectX Debug Levels
    Direct3D:    0/4 (retail)
    DirectDraw:  0/4 (retail)
    DirectInput: 0/5 (retail)
    DirectMusic: 0/5 (retail)
    DirectPlay:  0/9 (retail)
    DirectSound: 0/5 (retail)
    DirectShow:  0/6 (retail)
    Display Devices
              Card name: AMD Radeon 6600M and 6700M Series
           Manufacturer: Advanced Micro Devices, Inc.
              Chip type: AMD Radeon Graphics Processor (0x6741)
               DAC type: Internal DAC(400MHz)
             Device Key: Enum\PCI\VEN_1002&DEV_6741&SUBSYS_00E3106B&REV_00
         Display Memory: 707 MB
       Dedicated Memory: 1008 MB
          Shared Memory: 3795 MB
           Current Mode: 1920 x 1200 (32 bit) (60Hz)
           Monitor Name: Generic PnP Monitor
          Monitor Model: Color LCD
             Monitor Id: APP9CCF
            Native Mode: 1920 x 1200(p) (59.950Hz)
            Output Type: Internal
            Driver Name: aticfx64.dll,aticfx64.dll,aticfx64.dll,aticfx32,aticfx32,aticfx32,atiumd64.dll,atidxx64.d ll,atidxx64.dll,atiumdag,atidxx32,atidxx32,atiumdva,atiumd6a.cap,atitmm64.dll
    Driver File Version: 8.17.0010.1151 (English)
         Driver Version: 9.2.0.0
            DDI Version: 11
           Driver Model: WDDM 1.1
      Driver Attributes: Final Retail
       Driver Date/Size: 9/27/2012 20:41:40, 1120768 bytes
            WHQL Logo'd: Yes
        WHQL Date Stamp:
      Device Identifier: {D7B71EE2-2401-11CF-A477-E920BEC2C535}
              Vendor ID: 0x1002
              Device ID: 0x6741
              SubSys ID: 0x00E3106B
            Revision ID: 0x0000
    Driver Strong Name: oem105.inf:ATI.Mfg.NTamd64.6.1:ati2mtag_VancouverA:9.2.0.0:pci\ven_1002&dev_6741
         Rank Of Driver: 00E62001
            Video Accel: ModeMPEG2_A ModeMPEG2_C
       Deinterlace Caps: {6E8329FF-B642-418B-BCF0-BCB6591E255F}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
                         {6E8329FF-B642-418B-BCF0-BCB6591E255F}: Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YV12,0x32315659) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {3C5323C1-6FB7-44F5-9081-056BF2EE449D}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,2) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                         {552C0DAD-CCBC-420B-83C8-74943CF9F1A6}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,2) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                         {6E8329FF-B642-418B-BCF0-BCB6591E255F}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC1,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC2,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC3,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC4,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(S340,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(S342,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
           D3D9 Overlay: Not Supported
                DXVA-HD: Not Supported
           DDraw Status: Enabled
             D3D Status: Enabled
             AGP Status: Enabled
    Sound Devices
                Description: Speakers (USB Audio Device)
    Default Sound Playback: Yes
    Default Voice Playback: Yes
                Hardware ID: USB\VID_0D8C&PID_000C&REV_0100&MI_00
            Manufacturer ID: 65535
                 Product ID: 65535
                       Type: WDM
                Driver Name: USBAUDIO.sys
             Driver Version: 6.01.7601.17514 (English)
          Driver Attributes: Final Retail
                WHQL Logo'd: Yes
              Date and Size: 11/20/2010 05:43:52, 109696 bytes
                Other Files:
            Driver Provider: Microsoft
             HW Accel Level: Basic
                  Cap Flags: 0xF1F
        Min/Max Sample Rate: 100, 200000
    Static/Strm HW Mix Bufs: 1, 0
    Static/Strm HW 3D Bufs: 0, 0
                  HW Memory: 0
           Voice Management: No
    EAX(tm) 2.0 Listen/Src: No, No
       I3DL2(tm) Listen/Src: No, No
    Sensaura(tm) ZoomFX(tm): No
                Description: Speakers (Cirrus Logic CS4206A (AB 39))
    Default Sound Playback: No
    Default Voice Playback: No
                Hardware ID: HDAUDIO\FUNC_01&VEN_1013&DEV_4206&SUBSYS_106B2700&REV_1003
            Manufacturer ID: 1
                 Product ID: 65535
                       Type: WDM
                Driver Name: HdAudio.sys
             Driver Version: 6.01.7601.17514 (English)
          Driver Attributes: Final Retail
                WHQL Logo'd: Yes
              Date and Size: 11/20/2010 05:44:23, 350208 bytes
                Other Files:
            Driver Provider: Cirrus Logic, Inc.
             HW Accel Level: Basic
                  Cap Flags: 0xF1F
        Min/Max Sample Rate: 100, 200000
    Static/Strm HW Mix Bufs: 1, 0
    Static/Strm HW 3D Bufs: 0, 0
                  HW Memory: 0
           Voice Management: No
    EAX(tm) 2.0 Listen/Src: No, No
       I3DL2(tm) Listen/Src: No, No
    Sensaura(tm) ZoomFX(tm): No
                Description: Digital Audio (S/PDIF) (Cirrus Logic CS4206A (AB 39))
    Default Sound Playback: No
    Default Voice Playback: No
                Hardware ID: HDAUDIO\FUNC_01&VEN_1013&DEV_4206&SUBSYS_106B2700&REV_1003
            Manufacturer ID: 1
                 Product ID: 65535
                       Type: WDM
                Driver Name: HdAudio.sys
             Driver Version: 6.01.7601.17514 (English)
          Driver Attributes: Final Retail
                WHQL Logo'd: Yes
              Date and Size: 11/20/2010 05:44:23, 350208 bytes
                Other Files:
            Driver Provider: Cirrus Logic, Inc.
             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 (USB Audio Device)
      Default Sound Capture: Yes
      Default Voice Capture: Yes
                Driver Name: USBAUDIO.sys
             Driver Version: 6.01.7601.17514 (English)
          Driver Attributes: Final Retail
              Date and Size: 11/20/2010 05:43:52, 109696 bytes
                  Cap Flags: 0x1
               Format Flags: 0xFFFFF
                Description: Digital Audio (S/PDIF) (Cirrus Logic CS4206A (AB 39))
      Default Sound Capture: No
      Default Voice Capture: No
                Driver Name: HdAudio.sys
             Driver Version: 6.01.7601.17514 (English)
          Driver Attributes: Final Retail
              Date and Size: 11/20/2010 05:44:23, 350208 bytes
                  Cap Flags: 0x1
               Format Flags: 0xFFFFF
                Description: Microphone (Cirrus Logic CS4206A (AB 39))
      Default Sound Capture: No
      Default Voice Capture: No
                Driver Name: HdAudio.sys
             Driver Version: 6.01.7601.17514 (English)
          Driver Attributes: Final Retail
              Date and Size: 11/20/2010 05:44:23, 350208 bytes
                  Cap Flags: 0x1
               Format Flags: 0xFFFFF
    DirectInput Devices
          Device Name: Mouse
             Attached: 1
        Controller ID: n/a
    Vendor/Product ID: n/a
            FF Driver: n/a
          Device Name: Keyboard
             Attached: 1
        Controller ID: n/a
    Vendor/Product ID: n/a
            FF Driver: n/a
          Device Name: Apple Keyboard
             Attached: 1
        Controller ID: 0x0
    Vendor/Product ID: 0x05AC, 0x0220
            FF Driver: n/a
          Device Name: Apple Keyboard
             Attached: 1
        Controller ID: 0x0
    Vendor/Product ID: 0x05AC, 0x0245
            FF Driver: n/a
          Device Name: Apple Multitouch
             Attached: 1
        Controller ID: 0x0
    Vendor/Product ID: 0x05AC, 0x0245
            FF Driver: n/a
          Device Name: Apple IR Receiver
             Attached: 1
        Controller ID: 0x0
    Vendor/Product ID: 0x05AC, 0x8242
            FF Driver: n/a
          Device Name: ?
             Attached: 1
        Controller ID: 0x0
    Vendor/Product ID: 0x0D8C, 0x000C
            FF Driver: n/a
    Poll w/ Interrupt: No
    USB Devices
    + USB Root Hub
    | Vendor/Product ID: 0x8086, 0x1C2C
    | Matching Device ID: usb\root_hub
    | Service: usbhub
    | Driver: usbhub.sys, 3/24/2011 22:29:26, 343040 bytes
    | Driver: usbd.sys, 3/24/2011 22:28:59, 7936 bytes
    Gameport Devices
    PS/2 Devices
    + HID Keyboard Device
    | Vendor/Product ID: 0x05AC, 0x0220
    | Matching Device ID: hid_device_system_keyboard
    | Service: kbdhid
    | Driver: kbdhid.sys, 11/20/2010 05:33:25, 33280 bytes
    | Driver: kbdclass.sys, 7/13/2009 20:48:04, 50768 bytes
    |
    + HID Keyboard Device
    | Vendor/Product ID: 0x05AC, 0x0245
    | Matching Device ID: hid_device_system_keyboard
    | Service: kbdhid
    | Driver: kbdhid.sys, 11/20/2010 05:33:25, 33280 bytes
    | Driver: kbdclass.sys, 7/13/2009 20:48:04, 50768 bytes
    |
    + Terminal Server Keyboard Driver
    | Matching Device ID: root\rdp_kbd
    | Upper Filters: kbdclass
    | Service: TermDD
    | Driver: i8042prt.sys, 7/13/2009 18:19:57, 105472 bytes
    | Driver: kbdclass.sys, 7/13/2009 20:48:04, 50768 bytes
    |
    + HID-compliant mouse
    | Vendor/Product ID: 0x046D, 0xC051
    | Matching Device ID: hid_device_system_mouse
    | Service: mouhid
    | Driver: mouhid.sys, 7/13/2009 19:00:20, 31232 bytes
    | Driver: mouclass.sys, 7/13/2009 20:48:27, 49216 bytes
    |
    + HID-compliant mouse
    | Vendor/Product ID: 0x05AC, 0x0245
    | Matching Device ID: hid_device_system_mouse
    | Service: mouhid
    | Driver: mouhid.sys, 7/13/2009 19:00:20, 31232 bytes
    | Driver: mouclass.sys, 7/13/2009 20:48:27, 49216 bytes
    |
    + HID-compliant mouse
    | Vendor/Product ID: 0x05AC, 0x0245
    | Matching Device ID: hid_device_system_mouse
    | Service: mouhid
    | Driver: mouhid.sys, 7/13/2009 19:00:20, 31232 bytes
    | Driver: mouclass.sys, 7/13/2009 20:48:27, 49216 bytes
    |
    + Terminal Server Mouse Driver
    | Matching Device ID: root\rdp_mou
    | Upper Filters: mouclass
    | Service: TermDD
    | Driver: termdd.sys, 11/20/2010 08:33:57, 63360 bytes
    | Driver: sermouse.sys, 7/13/2009 19:00:20, 26624 bytes
    | Driver: mouclass.sys, 7/13/2009 20:48:27, 49216 bytes
    Disk & DVD/CD-ROM Drives
          Drive: C:
    Free Space: 14.5 GB
    Total Space: 238.2 GB
    File System: NTFS
          Model: Hitachi HTS725050A9A362 ATA Device
          Drive: G:
    Free Space: 147.5 GB
    Total Space: 238.4 GB
    File System: HFSJ
          Model: Hitachi HTS725050A9A362 ATA Device
          Drive: N:
    Free Space: 115.7 GB
    Total Space: 715.3 GB
    File System: NTFS
          Model: Glyph Technologies OEM ATA Device 00 IEEE 1394 SBP2 Device
          Drive: F:
          Model: MagicISO Virtual DVD-ROM0000
         Driver: c:\windows\system32\drivers\cdrom.sys, 6.01.7601.17514 (English), 11/20/2010 04:19:21, 147456 bytes
          Drive: D:
          Model: MATSHITA DVD-R   UJ-898 ATA Device
         Driver: c:\windows\system32\drivers\cdrom.sys, 6.01.7601.17514 (English), 11/20/2010 04:19:21, 147456 bytes
    System Devices
         Name: AMD Radeon 6600M and 6700M Series
    Device ID: PCI\VEN_1002&DEV_6741&SUBSYS_00E3106B&REV_00\4&2D77500E&0&0008
       Driver: C:\Windows\system32\DRIVERS\atikmdag.sys, 8.01.0001.1266 (English), 9/27/2012 21:21:20, 10697216 bytes
       Driver: C:\Windows\system32\DRIVERS\ati2erec.dll, 1.00.0000.0024 (English), 9/27/2012 20:09:48, 53248 bytes
       Driver: C:\Windows\system32\DRIVERS\atikmpag.sys, 8.14.0001.6278 (English), 9/27/2012 20:12:52, 460288 bytes
       Driver: C:\Windows\system32\atiumd64.dll, 9.14.0010.0926 (English), 9/27/2012 20:25:24, 6704640 bytes
       Driver: C:\Windows\system32\atiumd6a.dll, 8.14.0010.0370 (English), 9/27/2012 20:31:26, 3127296 bytes
       Driver: C:\Windows\system32\atitmm64.dll, 6.14.0011.0023 (English), 9/27/2012 20:36:50, 120320 bytes
       Driver: C:\Windows\system32\atiicdxx.dat, 5/23/2012 10:31:02, 632252 bytes
       Driver: C:\Windows\system32\amdpcom64.dll, 8.14.0010.0023 (English), 9/27/2012 20:12:58, 56320 bytes
       Driver: C:\Windows\system32\atimpc64.dll, 8.14.0010.0023 (English), 9/27/2012 20:12:58, 56320 bytes
       Driver: C:\Windows\system32\atiadlxx.dll, 6.14.0010.1116 (English), 9/27/2012 20:13:40, 595456 bytes
       Driver: C:\Windows\system32\atiumd6a.cap, 9/27/2012 20:29:54, 2890048 bytes
       Driver: C:\Windows\system32\atimuixx.dll, 6.14.0010.1002 (English), 9/27/2012 20:36:36, 21504 bytes
       Driver: C:\Windows\system32\atiapfxx.exe, 6.14.0010.1001 (English), 9/27/2012 21:03:52, 163840 bytes
       Driver: C:\Windows\system32\ativvsva.dat, 2/14/2012 21:36:36, 157144 bytes
       Driver: C:\Windows\system32\ativvsvl.dat, 2/14/2012 21:36:36, 204952 bytes
       Driver: C:\Windows\system32\atiesrxx.exe, 6.14.0011.1131 (English), 9/27/2012 20:38:16, 239616 bytes
       Driver: C:\Windows\system32\atieclxx.exe, 6.14.0011.1131 (English), 9/27/2012 20:39:08, 538112 bytes
       Driver: C:\Windows\system32\atiedu64.dll, 6.14.0010.2514 (English), 9/27/2012 20:36:30, 59392 bytes
       Driver: C:\Windows\system32\atidemgy.dll, 4.00.4653.37177 (English), 9/27/2012 20:39:14, 442368 bytes
       Driver: C:\Windows\system32\atio6axx.dll, 6.14.0010.11931 (English), 9/27/2012 20:59:56, 23825920 bytes
       Driver: C:\Windows\system32\aticaldd64.dll, 6.14.0010.1741 (English), 9/27/2012 21:02:08, 16082432 bytes
       Driver: C:\Windows\system32\aticalrt64.dll, 6.14.0010.1741 (English), 9/27/2012 21:02:30, 51200 bytes
       Driver: C:\Windows\system32\aticalcl64.dll, 6.14.0010.1741 (English), 9/27/2012 21:02:22, 44544 bytes
       Driver: C:\Windows\system32\atipblag.dat, 9/12/2011 17:06:16, 3917 bytes
       Driver: C:\Windows\system32\atiu9p64.dll, 8.14.0001.6278 (English), 9/27/2012 20:11:08, 103424 bytes
       Driver: C:\Windows\system32\atiuxp64.dll, 8.14.0001.6278 (English), 9/27/2012 20:11:22, 129536 bytes
       Driver: C:\Windows\system32\atig6pxx.dll, 8.14.0001.6278 (English), 9/27/2012 20:13:16, 17920 bytes
       Driver: C:\Windows\system32\atig6txx.dll, 8.14.0001.6278 (English), 9/27/2012 20:13:08, 41984 bytes
       Driver: C:\Windows\system32\atibtmon.exe, 2.00.0000.0000 (English), 2/7/2011 16:33:25, 118784 bytes
       Driver: C:\Windows\system32\atiapfxx.blb, 9/27/2012 21:07:04, 304128 bytes
       Driver: C:\Windows\system32\atidxx64.dll, 8.17.0010.0453 (English), 9/27/2012 20:22:42, 7167488 bytes
       Driver: C:\Windows\SysWOW64\atiumdag.dll, 9.14.0010.0926 (English), 9/27/2012 21:23:00, 5557928 bytes
       Driver: C:\Windows\SysWOW64\atiumdva.dll, 8.14.0010.0370 (English), 9/27/2012 20:22:30, 2691584 bytes
       Driver: C:\Windows\SysWOW64\amdpcom32.dll, 8.14.0010.0023 (English), 9/27/2012 20:12:48, 56832 bytes
       Driver: C:\Windows\SysWOW64\atimpc32.dll, 8.14.0010.0023 (English), 9/27/2012 20:12:48, 56832 bytes
       Driver: C:\Windows\SysWOW64\atiadlxy.dll, 6.14.0010.1116 (English), 9/27/2012 20:13:30, 405504 bytes
       Driver: C:\Windows\SysWOW64\atiumdva.cap, 9/27/2012 20:21:20, 2920000 bytes
       Driver: C:\Windows\SysWOW64\ativvsva.dat, 2/14/2012 21:36:36, 157144 bytes
       Driver: C:\Windows\SysWOW64\ativvsvl.dat, 2/14/2012 21:36:36, 204952 bytes
       Driver: C:\Windows\SysWOW64\ati2edxx.dll, 6.14.0010.2514 (English), 9/27/2012 20:36:26, 43520 bytes
       Driver: C:\Windows\SysWOW64\atioglxx.dll, 6.14.0010.11931 (English), 9/27/2012 20:41:14, 19624960 bytes
       Driver: C:\Windows\SysWOW64\atidxx32.dll, 8.17.0010.0453 (English), 9/27/2012 20:39:36, 6536192 bytes
       Driver: C:\Windows\SysWOW64\aticaldd.dll, 6.14.0010.1741 (English), 9/27/2012 20:57:20, 13703168 bytes
       Driver: C:\Windows\SysWOW64\aticalrt.dll, 6.14.0010.1741 (English), 9/27/2012 21:02:28, 46080 bytes
       Driver: C:\Windows\SysWOW64\aticalcl.dll, 6.14.0010.1741 (English), 9/27/2012 21:02:20, 44032 bytes
       Driver: C:\Windows\SysWOW64\atipblag.dat, 9/12/2011 17:06:16, 3917 bytes
       Driver: C:\Windows\SysWOW64\atiu9pag.dll, 8.14.0001.6278 (English), 9/27/2012 20:10:58, 82944 bytes
       Driver: C:\Windows\SysWOW64\atiuxpag.dll, 8.14.0001.6278 (English), 9/27/2012 20:11:16, 109568 bytes
       Driver: C:\Windows\SysWOW64\atigktxx.dll, 8.14.0001.6278 (English), 9/27/2012 20:13:00, 33280 bytes
       Driver: C:\Windows\SysWOW64\atiglpxx.dll, 8.14.0001.6278 (English), 9/27/2012 20:13:12, 14848 bytes
       Driver: C:\Windows\SysWOW64\atiapfxx.blb, 9/27/2012 21:07:04, 304128 bytes
       Driver: C:\Windows\atiogl.xml, 9/14/2012 10:00:12, 38452 bytes
       Driver: C:\Windows\system32\ATIODCLI.exe, 1.00.0000.0001 (English), 2/7/2011 16:33:28, 51200 bytes
       Driver: C:\Windows\system32\ATIODE.exe, 1.00.0000.0001 (English), 2/7/2011 16:33:28, 332800 bytes
       Driver: C:\Windows\system32\atiglpxx.dll, 8.14.0001.6278 (English), 9/27/2012 20:13:12, 14848 bytes
       Driver: C:\Windows\system32\aticfx64.dll, 8.17.0010.1151 (English), 9/27/2012 20:41:40, 1120768 bytes
       Driver: C:\Windows\SysWOW64\aticfx32.dll, 8.17.0010.1151 (English), 9/27/2012 20:43:28, 935424 bytes
       Driver: C:\Windows\system32\coinst_9.002.dll, 1.00.0004.0008 (English), 9/27/2012 21:05:38, 70144 bytes
         Name: Intel(R) 6 Series/C200 Series Chipset Family SMBus Controller - 1C22
    Device ID: PCI\VEN_8086&DEV_1C22&SUBSYS_72708086&REV_05\3&11583659&0&FB
       Driver: n/a
         Name: 2nd generation Intel® Core™ processor family DRAM Controller - 0104
    Device ID: PCI\VEN_8086&DEV_0104&SUBSYS_00DE106B&REV_09\3&11583659&0&00
       Driver: n/a
         Name: High Definition Audio Controller
    Device ID: PCI\VEN_8086&DEV_1C20&SUBSYS_72708086&REV_05\3&11583659&0&D8
       Driver: C:\Windows\system32\DRIVERS\hdaudbus.sys, 6.01.7601.17514 (English), 11/20/2010 05:43:43, 122368 bytes
         Name: 2nd generation Intel® Core™ processor family PCI Express Controller - 0101
    Device ID: PCI\VEN_8086&DEV_0101&SUBSYS_00DE106B&REV_09\3&11583659&0&08
       Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.01.7601.17514 (English), 11/20/2010 08:33:48, 184704 bytes
         Name: Intel(R) HM65 Express Chipset Family LPC Interface Controller - 1C49
    Device ID: PCI\VEN_8086&DEV_1C49&SUBSYS_72708086&REV_05\3&11583659&0&F8
       Driver: C:\Windows\system32\DRIVERS\msisadrv.sys, 6.01.7600.16385 (English), 7/13/2009 20:48:27, 15424 bytes
         Name: Intel(R) 6 Series/C200 Series Chipset Family PCI Express Root Port 4 - 1C16
    Device ID: PCI\VEN_8086&DEV_1C16&SUBSYS_72708086&REV_B5\3&11583659&0&E3
       Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.01.7601.17514 (English), 11/20/2010 08:33:48, 184704 bytes
         Name: Intel(R) Management Engine Interface
    Device ID: PCI\VEN_8086&DEV_1C3A&SUBSYS_72708086&REV_04\3&11583659&0&B0
       Driver: n/a
         Name: Intel(R) 6 Series/C200 Series Chipset Family PCI Express Root Port 3 - 1C14
    Device ID: PCI\VEN_8086&DEV_1C14&SUBSYS_72708086&REV_B5\3&11583659&0&E2
       Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.01.7601.17514 (English), 11/20/2010 08:33:48, 184704 bytes
         Name: Broadcom 802.11n Network Adapter
    Device ID: PCI\VEN_14E4&DEV_4331&SUBSYS_00D6106B&REV_02\ABB847FFFF23E0F800
       Driver: C:\Windows\system32\DRIVERS\BCMWL664.SYS, 5.100.0198.0022 (English), 4/14/2011 00:25:14, 4798016 bytes
       Driver: C:\Windows\system32\bcmihvsrv64.dll, 5.100.0198.0022 (English), 4/14/2011 00:25:12, 3905824 bytes
       Driver: C:\Windows\system32\bcmihvui64.dll, 5.100.0198.0022 (English), 4/14/2011 00:25:12, 3571488 bytes
       Driver: C:\Windows\system32\drivers\vwifibus.sys, 6.01.7600.16385 (English), 7/13/2009 19:07:21, 24576 bytes
       Driver: C:\Windows\system32\bcmwlcoi.dll, 5.100.0198.0022 (English), 4/14/2011 00:25:14, 95544 bytes
         Name: Intel(R) 6 Series/C200 Series Chipset Family USB Enhanced Host Controller - 1C2D
    Device ID: PCI\VEN_8086&DEV_1C2D&SUBSYS_72708086&REV_05\3&11583659&0&D7
       Driver: C:\Windows\system32\drivers\usbehci.sys, 6.01.7601.17586 (English), 3/24/2011 22:29:04, 52736 bytes
       Driver: C:\Windows\system32\drivers\usbport.sys, 6.01.7601.17586 (English), 3/24/2011 22:29:14, 325120 bytes
       Driver: C:\Windows\system32\drivers\usbhub.sys, 6.01.7601.17586 (English), 3/24/2011 22:29:26, 343040 bytes
         Name: Intel(R) 6 Series/C200 Series Chipset Family PCI Express Root Port 2 - 1C12
    Device ID: PCI\VEN_8086&DEV_1C12&SUBSYS_72708086&REV_B5\3&11583659&0&E1
       Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.01.7601.17514 (English), 11/20/2010 08:33:48, 184704 bytes
         Name: Broadcom NetXtreme Gigabit Ethernet
    Device ID: PCI\VEN_14E4&DEV_16B4&SUBSYS_16B414E4&REV_10\0000C82A1413E23500
       Driver: n/a
         Name: Standard Universal PCI to USB Host Controller
    Device ID: PCI\VEN_8086&DEV_1C2C&SUBSYS_72708086&REV_05\3&11583659&0&D0
       Driver: C:\Windows\system32\drivers\usbuhci.sys, 6.01.7601.17586 (English), 3/24/2011 22:29:03, 30720 bytes
       Driver: C:\Windows\system32\drivers\usbport.sys, 6.01.7601.17586 (English), 3/24/2011 22:29:14, 325120 bytes
       Driver: C:\Windows\system32\drivers\usbhub.sys, 6.01.7601.17586 (English), 3/24/2011 22:29:26, 343040 bytes
         Name: Intel(R) 6 Series/C200 Series Chipset Family PCI Express Root Port 1 - 1C10
    Device ID: PCI\VEN_8086&DEV_1C10&SUBSYS_72708086&REV_B5\3&11583659&0&E0
       Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.01.7601.17514 (English), 11/20/2010 08:33:48, 184704 bytes
         Name: LSI 1394 OHCI Compliant Host Controller
    Device ID: PCI\VEN_11C1&DEV_5901&SUBSYS_590011C1&REV_08\4&1894CFE3&0&00E2
       Driver: C:\Windows\system32\DRIVERS\1394ohci.sys, 6.01.7601.17514 (English), 11/20/2010 05:44:56, 229888 bytes
         Name: Standard Universal PCI to USB Host Controller
    Device ID: PCI\VEN_8086&DEV_1C27&SUBSYS_72708086&REV_05\3&11583659&0&E8
       Driver: C:\Windows\system32\drivers\usbuhci.sys, 6.01.7601.17586 (English), 3/24/2011 22:29:03, 30720 bytes
       Driver: C:\Windows\system32\drivers\usbport.sys, 6.01.7601.17586 (English), 3/24/2011 22:29:14, 325120 bytes
       Driver: C:\Windows\system32\drivers\usbhub.sys, 6.01.7601.17586 (English), 3/24/2011 22:29:26, 343040 bytes
         Name: Intel(R) 6 Series/C200 Series Chipset Family 4 port Serial ATA Storage Controller - 1C01
    Device ID: PCI\VEN_8086&DEV_1C01&SUBSYS_72708086&REV_05\3&11583659&0&FA
       Driver: C:\Windows\system32\DRIVERS\pciide.sys, 6.01.7600.16385 (English), 7/13/2009 20:45:45, 12352 bytes
       Driver: C:\Windows\system32\DRIVERS\pciidex.sys, 6.01.7600.16385 (English), 7/13/2009 20:45:46, 48720 bytes
       Driver: C:\Windows\system32\DRIVERS\atapi.sys, 6.01.7600.16385 (English), 7/13/2009 20:52:21, 24128 bytes
       Driver: C:\Windows\system32\DRIVERS\ataport.sys, 6.01.7601.17514 (English), 11/20/2010 08:32:46, 155520 bytes
         Name: High Definition Audio Controller
    Device ID: PCI\VEN_1002&DEV_AA90&SUBSYS_00000000&REV_00\4&2D77500E&0&0108
       Driver: C:\Windows\system32\DRIVERS\hdaudbus.sys, 6.01.7601.17514 (English), 11/20/2010 05:43:43, 122368 bytes
         Name: Intel(R) 6 Series/C200 Series Chipset Family USB Enhanced Host Controller - 1C26
    Device ID: PCI\VEN_8086&DEV_1C26&SUBSYS_72708086&REV_05\3&11583659&0&EF
       Driver: C:\Windows\system32\drivers\usbehci.sys, 6.01.7601.17586 (English), 3/24/2011 22:29:04, 52736 bytes
       Driver: C:\Windows\system32\drivers\usbport.sys, 6.01.7601.17586 (English), 3/24/2011 22:29:14, 325120 bytes
       Driver: C:\Windows\system32\drivers\usbhub.sys, 6.01.7601.17586 (English), 3/24/2011 22:29:26, 343040 bytes
         Name: 2nd generation Intel® Core™ processor family PCI Express Controller - 0105
    Device ID: PCI\VEN_8086&DEV_0105&SUBSYS_00DE106B&REV_09\3&11583659&0&09
       Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.01.7601.17514 (English), 11/20/2010 08:33:48, 184704 bytes
    DirectShow Filters
    DirectShow Filters:
    WMAudio Decoder DMO,0x00800800,1,1,WMADMOD.DLL,6.01.7601.17514
    WMAPro over S/PDIF DMO,0x00600800,1,1,WMADMOD.DLL,6.01.7601.17514
    WMSpeech Decoder DMO,0x00600800,1,1,WMSPDMOD.DLL,6.01.7601.17514
    MP3 Decoder DMO,0x00600800,1,1,mp3dmod.dll,6.01.7600.16385
    Mpeg4s Decoder DMO,0x00800001,1,1,mp4sdecd.dll,6.01.7600.16385
    WMV Screen decoder DMO,0x00600800,1,1,wmvsdecd.dll,6.01.7601.17514
    WMVideo Decoder DMO,0x00800001,1,1,wmvdecod.dll,6.01.7601.17514
    Mpeg43 Decoder DMO,0x00800001,1,1,mp43decd.dll,6.01.7600.16385
    Mpeg4 Decoder DMO,0x00800001,1,1,mpg4decd.dll,6.01.7600.16385
    DV Muxer,0x00400000,0,0,qdv.dll,6.06.7601.17514
    Color Space Converter,0x00400001,1,1,quartz.dll,6.06.7601.17713
    WM ASF Reader,0x00400000,0,0,qasf.dll,12.00.7601.17514
    Screen Capture filter,0x00200000,0,1,wmpsrcwp.dll,12.00.7601.17514
    AVI Splitter,0x00600000,1,1,quartz.dll,6.06.7601.17713
    VGA 16 Color Ditherer,0x00400000,1,1,quartz.dll,6.06.7601.17713
    SBE2MediaTypeProfile,0x00200000,0,0,sbe.dll,6.06.7601.17528
    Microsoft DTV-DVD Video Decoder,0x005fffff,2,4,msmpeg2vdec.dll,6.01.7140.0000
    AC3 Parser Filter,0x00600000,1,1,mpg2splt.ax,6.06.7601.17528
    StreamBufferSink,0x00200000,0,0,sbe.dll,6.06.7601.17528
    Microsoft TV Captions Decoder,0x00200001,1,0,MSTVCapn.dll,6.01.7601.17715
    MJPEG Decompressor,0x00600000,1,1,quartz.dll,6.06.7601.17713
    CBVA DMO wrapper filter,0x00200000,1,1,cbva.dll,6.01.7601.17514
    MPEG-I Stream Splitter,0x00600000,1,2,quartz.dll,6.06.7601.17713
    SAMI (CC) Parser,0x00400000,1,1,quartz.dll,6.06.7601.17713
    VBI Codec,0x00600000,1,4,VBICodec.ax,6.06.7601.17514
    ATI MPEG File Writer,0x00200000,1,0,atimpenc64.dll,12.05.0000.20928
    ATI MPEG Video Decoder,0x00200000,1,2,atimpenc64.dll,12.05.0000.20928
    MPEG-2 Splitter,0x005fffff,1,0,mpg2splt.ax,6.06.7601.17528
    Closed Captions Analysis Filter,0x00200000,2,5,cca.dll,6.06.7601.17514
    SBE2FileScan,0x00200000,0,0,sbe.dll,6.06.7601.17528
    Microsoft MPEG-2 Video Encoder,0x00200000,1,1,msmpeg2enc.dll,6.01.7601.17514
    Internal Script Command Renderer,0x00800001,1,0,quartz.dll,6.06.7601.17713
    MPEG Audio Decoder,0x03680001,1,1,quartz.dll,6.06.7601.17713
    DV Splitter,0x00600000,1,2,qdv.dll,6.06.7601.17514
    Video Mixing Renderer 9,0x00200000,1,0,quartz.dll,6.06.7601.17713
    Microsoft MPEG-2 Encoder,0x00200000,2,1,msmpeg2enc.dll,6.01.7601.17514
    ATI MPEG Audio Encoder,0x00200000,1,1,atimpenc64.dll,12.05.0000.20928
    AMD MJPEG Decoder,0x00800001,1,1,atimpenc64.dll,12.05.0000.20928
    ACM Wrapper,0x00600000,1,1,quartz.dll,6.06.7601.17713
    Video Renderer,0x00800001,1,0,quartz.dll,6.06.7601.17713
    MPEG-2 Video Stream Analyzer,0x00200000,0,0,sbe.dll,6.06.7601.17528
    Line 21 Decoder,0x00600000,1,1,,
    Video Port Manager,0x00600000,2,1,quartz.dll,6.06.7601.17713
    Video Renderer,0x00400000,1,0,quartz.dll,6.06.7601.17713
    ATI MPEG Video Encoder,0x00200000,1,1,atimpenc64.dll,12.05.0000.20928
    ATI MPEG Multiplexer,0x00200000,2,1,atimpenc64.dll,12.05.0000.20928
    VPS Decoder,0x00200000,0,0,WSTPager.ax,6.06.7601.17514
    WM ASF Writer,0x00400000,0,0,qasf.dll,12.00.7601.17514
    VBI Surface Allocator,0x00600000,1,1,vbisurf.ax,6.01.7601.17514
    File writer,0x00200000,1,0,qcap.dll,6.06.7601.17514
    iTV Data Sink,0x00600000,1,0,itvdata.dll,6.06.7601.17514
    iTV Data Capture filter,0x00600000,1,1,itvdata.dll,6.06.7601.17514
    ATI Video Scaler Filter,0x00200000,1,1,atimpenc64.dll,12.05.0000.20928
    DVD Navigator,0x00200000,0,3,qdvd.dll,6.06.7601.17713
    Microsoft TV Subtitles Decoder,0x00200001,1,0,MSTVCapn.dll,6.01.7601.17715
    Overlay Mixer2,0x00200000,1,1,,
    RDP DShow Redirection Filter,0xffffffff,1,0,DShowRdpFilter.dll,
    Microsoft MPEG-2 Audio Encoder,0x00200000,1,1,msmpeg2enc.dll,6.01.7601.17514
    WST Pager,0x00200000,1,1,WSTPager.ax,6.06.7601.17514
    MPEG-2 Demultiplexer,0x00600000,1,1,mpg2splt.ax,6.06.7601.17528
    DV Video Decoder,0x00800000,1,1,qdv.dll,6.06.7601.17514
    SampleGrabber,0x00200000,1,1,qedit.dll,6.06.7601.17514
    Null Renderer,0x00200000,1,0,qedit.dll,6.06.7601.17514
    MPEG-2 Sections and Tables,0x005fffff,1,0,Mpeg2Data.ax,6.06.7601.17514
    Microsoft AC3 Encoder,0x00200000,1,1,msac3enc.dll,6.01.7601.17514
    StreamBufferSource,0x00200000,0,0,sbe.dll,6.06.7601.17528
    Smart Tee,0x00200000,1,2,qcap.dll,6.06.7601.17514
    Overlay Mixer,0x00200000,0,0,,
    AVI Decompressor,0x00600000,1,1,quartz.dll,6.06.7601.17713
    NetBridge,0x00200000,2,0,netbridge.dll,6.01.7601.17514
    AVI/WAV File Source,0x00400000,0,2,quartz.dll,6.06.7601.17713
    Wave Parser,0x00400000,1,1,quartz.dll,6.06.7601.17713
    MIDI Parser,0x00400000,1,1,quartz.dll,6.06.7601.17713
    Multi-file Parser,0x00400000,1,1,quartz.dll,6.06.7601.17713
    File stream renderer,0x00400000,1,1,quartz.dll,6.06.7601.17713
    ATI Video Rotation Filter,0x00200000,1,1,atimpenc64.dll,12.05.0000.20928
    Microsoft DTV-DVD Audio Decoder,0x005fffff,1,1,msmpeg2adec.dll,6.01.7140.0000
    StreamBufferSink2,0x00200000,0,0,sbe.dll,6.06.7601.17528
    AVI Mux,0x00200000,1,0,qcap.dll,6.06.7601.17514
    Line 21 Decoder 2,0x00600002,1,1,quartz.dll,6.06.7601.17713
    File Source (Async.),0x00400000,0,1,quartz.dll,6.06.7601.17713
    File Source (URL),0x00400000,0,1,quartz.dll,6.06.7601.17713
    Media Center Extender Encryption Filter,0x00200000,2,2,Mcx2Filter.dll,6.01.7601.17514
    AudioRecorder WAV Dest,0x00200000,0,0,WavDest.dll,
    AudioRecorder Wave Form,0x00200000,0,0,WavDest.dll,
    SoundRecorder Null Renderer,0x00200000,0,0,WavDest.dll,
    Infinite Pin Tee Filter,0x00200000,1,1,qcap.dll,6.06.7601.17514
    Enhanced Video Renderer,0x00200000,1,0,evr.dll,6.01.7601.17514
    BDA MPEG2 Transport Information Filter,0x00200000,2,0,psisrndr.ax,6.06.7601.17669
    MPEG Video Decoder,0x40000001,1,1,quartz.dll,6.06.7601.17713
    WDM Streaming Tee/Splitter Devices:
    Tee/Sink-to-Sink Converter,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
    Video Compressors:
    WMVideo8 Encoder DMO,0x00600800,1,1,wmvxencd.dll,6.01.7600.16385
    WMVideo9 Encoder DMO,0x00600800,1,1,wmvencod.dll,6.01.7600.16385
    MSScreen 9 encoder DMO,0x00600800,1,1,wmvsencd.dll,6.01.7600.16385
    DV Video Encoder,0x00200000,0,0,qdv.dll,6.06.7601.17514
    MJPEG Compressor,0x00200000,0,0,quartz.dll,6.06.7601.17713
    Audio Compressors:
    WM Speech Encoder DMO,0x00600800,1,1,WMSPDMOE.DLL,6.01.7600.16385
    WMAudio Encoder DMO,0x00600800,1,1,WMADMOE.DLL,6.01.7600.16385
    ATI MPEG Audio Encoder,0x00200000,1,1,atimpenc64.dll,12.05.0000.20928
    IMA ADPCM,0x00200000,1,1,quartz.dll,6.06.7601.17713
    PCM,0x00200000,1,1,quartz.dll,6.06.7601.17713
    Microsoft ADPCM,0x00200000,1,1,quartz.dll,6.06.7601.17713
    GSM 6.10,0x00200000,1,1,quartz.dll,6.06.7601.17713
    CCITT A-Law,0x00200000,1,1,quartz.dll,6.06.7601.17713
    CCITT u-Law,0x00200000,1,1,quartz.dll,6.06.7601.17713
    MPEG Layer-3,0x00200000,1,1,quartz.dll,6.06.7601.17713
    Audio Capture Sources:
    Microphone (USB Audio Device),0x00200000,0,0,qcap.dll,6.06.7601.17514
    Digital Audio (S/PDIF) (Cirrus ,0x00200000,0,0,qcap.dll,6.06.7601.17514
    Microphone (Cirrus Logic CS4206,0x00200000,0,0,qcap.dll,6.06.7601.17514
    PBDA CP Filters:
    PBDA DTFilter,0x00600000,1,1,CPFilters.dll,6.06.7601.17528
    PBDA ETFilter,0x00200000,0,0,CPFilters.dll,6.06.7601.17528
    PBDA PTFilter,0x00200000,0,0,CPFilters.dll,6.06.7601.17528
    Midi Renderers:
    Default MidiOut Device,0x00800000,1,0,quartz.dll,6.06.7601.17713
    Microsoft GS Wavetable Synth,0x00200000,1,0,quartz.dll,6.06.7601.17713
    omega-pomme,0x00200000,1,0,quartz.dll,6.06.7601.17713
    WDM Streaming Capture Devices:
    HD Audio Microphone,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
    HD Audio Digital in,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
    omega-pomme,0x00200000,3,2,ksproxy.ax,6.01.7601.17514
    FaceTime HD Camera (Built-in),0x00200000,1,2,ksproxy.ax,6.01.7601.17514
    USB Audio Device,0x00200000,2,2,ksproxy.ax,6.01.7601.17514
    WDM Streaming Rendering Devices:
    HD Audio SPDIF out,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
    HD Audio Speaker,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
    omega-pomme,0x00200000,3,2,ksproxy.ax,6.01.7601.17514
    USB Audio Device,0x00200000,2,2,ksproxy.ax,6.01.7601.17514
    BDA Network Providers:
    Microsoft ATSC Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7601.17514
    Microsoft DVBC Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7601.17514
    Microsoft DVBS Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7601.17514
    Microsoft DVBT Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7601.17514
    Microsoft Network Provider,0x00200000,0,1,MSNP.ax,6.06.7601.17514
    Video Capture Sources:
    FaceTime HD Camera (Built-in),0x00200000,1,2,ksproxy.ax,6.01.7601.17514
    Multi-Instance Capable VBI Codecs:
    VBI Codec,0x00600000,1,4,VBICodec.ax,6.06.7601.17514
    BDA Transport Information Renderers:
    BDA MPEG2 Transport Information Filter,0x00600000,2,0,psisrndr.ax,6.06.7601.17669
    MPEG-2 Sections and Tables,0x00600000,1,0,Mpeg2Data.ax,6.06.7601.17514
    BDA CP/CA Filters:
    Decrypt/Tag,0x00600000,1,1,EncDec.dll,6.06.7601.17708
    Encrypt/Tag,0x00200000,0,0,EncDec.dll,6.06.7601.17708
    PTFilter,0x00200000,0,0,EncDec.dll,6.06.7601.17708
    XDS Codec,0x00200000,0,0,EncDec.dll,6.06.7601.17708
    WDM Streaming Communication Transforms:
    Tee/Sink-to-Sink Converter,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
    Audio Renderers:
    Speakers (USB Audio Device),0x00200000,1,0,quartz.dll,6.06.7601.17713
    Default DirectSound Device,0x00800000,1,0,quartz.dll,6.06.7601.17713
    Default WaveOut Device,0x00200000,1,0,quartz.dll,6.06.7601.17713
    Digital Audio (S/PDIF) (Cirrus ,0x00200000,1,0,quartz.dll,6.06.7601.17713
    DirectSound: Digital Audio (S/PDIF) (Cirrus Logic CS4206A (AB 39)),0x00200000,1,0,quartz.dll,6.06.7601.17713
    DirectSound: Speakers (Cirrus Logic CS4206A (AB 39)),0x00200000,1,0,quartz.dll,6.06.7601.17713
    DirectSound: Speakers (USB Audio Device),0x00200000,1,0,quartz.dll,6.06.7601.17713
    Speakers (Cirrus Logic CS4206A ,0x00200000,1,0,quartz.dll,6.06.7601.17713
    EVR Power Information
    Current Setting: {5C67A112-A4C9-483F-B4A7-1D473BECAFDC} (Quality)
      Quality Flags: 2576
        Enabled:
        Force throttling
        Allow half deinterlace
        Allow scaling
        Decode Power Usage: 100
      Balanced Flags: 1424
        Enabled:
        Force throttling
        Allow batching
        Force half deinterlace
        Force scaling
        Decode Power Usage: 50
      PowerFlags: 1424
        Enabled:
        Force throttling
        Allow batching
        Force half deinterlace
        Force scaling
        Decode Power Usage: 0

  • Unable to launch Adobe Reader using ShellExecute with Protected Mode on

    HI
    Using the latest Adobe Reader 11.0.9, I open a PDF via ShellExecute in a legacy 32bit application, I get an unsupported configuration dialog and prompt to open with Protected Mode disabled always, once or don't open.
    I need it to open with Protected Mode enabled.
    The folder is in the Security (Enhanced) Privileged Locations.
    I turned Protected Mode logging on and I see these messages when I call ShellExecute:
    [12:02/18:17:12] interceptions setup failed - error:0x0
    [12:02/18:17:12] Failed to add target - error:0x0
    [12:02/18:17:12] Failed to launch sandbox process. ResultCode: 1 error:0x5A4
    [12:02/18:17:12] Sandbox Process Initialization Failed - error:0x5A4
    I've read the Unsupported Configurations section of the Protected Mode Troubleshooting guide but nothing matches my system as far as I can tell.
    I am running the 32bit legacy application in Windows Server 2008 R2 (64bit) as a member of Domain Administrators
    What can you suggest is the unsupported configuration?
    Thanks
    Craig

    I've tried another PDF viewer and it works fine so I think it's time to say goodbye to Adobe Reader.

  • Reader X crashes after 30 secs with Protected mode enabled

    Having just deployed Reader X to over 100 PC's via group policy I'm a little dishartened to find that Reader X crashes after 30 secs of being open when protected mode is enabled.
    Current setup is as followed:-
    Clients are XP SP3, Vista SP2 & Win7 (all crash)
    Server 2003 R2 domain
    Reader X deployed via MSI using GPO with a transform created using the Reader X customization wizard (only set to disable updates as I'll push these out via GPO also when available).
    The problem occurs with standard domain users (doesn't happen if you use an admin account to login and run Reader X), once you disable the setting for "enable Protected mode at start up" and restart Reader X it doesn't crash. I've been reading also that the protected mode creats a sandbox environment that some AV products are currently having issues with, so I've also tested by removing my AV on a test client rebooting and running Reader X with protected mode enabled, the Pc will still crash, so that rules out my AV product.
    After each crash the client logs an event in the application log
    Event ID: 1000
    Aource Application error
    Description:
    Faulting application AcroRd32.exe, version 10.0.0.396, time stamp 0x4cc5e97b, faulting module WININET.dll, version 8.0.6001.18999, time stamp 0x4ccfa98f, exception code 0xc0000005, fault offset 0x0002387b, process id 0xd54, application start time 0x01cbc2ec89ab4cba.
    Anyone any ideas on why this happens?

    I am seeing the same problem on Vista SP2 32-bit.  I enabled the Protect Mode log and see a bunch of errors relating to registry entries.  I am running Adobe Reader X 10.0.1 as a standard privilege user. The problem has been intermittent.  Repeated attempts to open the same PDF will result in Adobe Reader X failing after 45 seconds, then the next attempt will work fine.  I have had situations where an Adobe Reader X instance has been open for hours but a new instance crashed.  I have not been able to identify any trigger that might explain the difference in behavior.  The problem has gone away since disabling Protect Mode.
    >>>
    [05:31/19:10:43] Adobe Reader Protected Mode Logging Initiated
    [05:31/19:10:43] NtCreateKey: STATUS_ACCESS_DENIED
    [05:31/19:10:43] real path: \REGISTRY\MACHINE\Software\Adobe
    [05:31/19:10:43] Consider modifying policy using this policy rule: REG_ALLOW_ANY
    [05:31/19:10:43] NtCreateKey: STATUS_ACCESS_DENIED
    [05:31/19:10:43] real path: \REGISTRY\MACHINE\SOFTWARE\Adobe
    [05:31/19:10:43] Consider modifying policy using this policy rule: REG_ALLOW_ANY
    [05:31/19:10:44] OpenEvent: STATUS_ACCESS_DENIED
    [05:31/19:10:44] name: MSFT.VSA.COM.DISABLE.5900
    [05:31/19:10:44] Consider modifying policy using these policy rules: EVENTS_ALLOW_ANY
    [05:31/19:10:44] OpenEvent: STATUS_ACCESS_DENIED
    [05:31/19:10:44] name: MSFT.VSA.IEC.STATUS.6c736db0
    [05:31/19:10:44] Consider modifying policy using these policy rules: EVENTS_ALLOW_ANY

Maybe you are looking for