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."

Similar Messages

  • Disable Protected Mode Reader 11

    All,
    I have found articles on Adobe's website about disabling protected mode -
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Adobe\Acrobat Reader\11.0\FeatureLockDown]
    "bProtectedMode"=dword:00000000
    [HKCU\Software\Adobe\Acrobat Reader\11\Priviledged]
    "bProtectedMode"=dword:00000000
    With both these settings turned on when you start up adobe and view edit > preferences it displays protected mode as being disabled however if I open task manager then open adobe reader I can see 1 instance of AcroRD32.exe - when I then open a PDF file via file > open browser to a PDF file I can see another 2 instances of AcroRD32.exe inside task manager. I thought this behavior was down to PM being enabled as it would spawn multiple instances of this to ensure it runs in sandboxing mode? The problem I have is we use an application inhouse which whitelist's only approved .dll's and .exe's and because Reader continues to spawn multiple instances of Reader even with these registry settings enabled I continue to hit issues getting Reader to work with my whitelist application.
    Is there a way that when you open Reader it will only ever open 1 instance of AcroRD32.exe or is the behavior I am seeing by design even with Protected Mode disabled?
    Thanks

    Solution : Open OSD file and modify the part "Policies"
    <POLICIES>
    <LOCAL_INTERACTION_ALLOWED>TRUE</LOCAL_INTERACTION_ALLOWED>
    <VIRTUAL_FILE_SYSTEM_PASS_THROUGH>TRUE</VIRTUAL_FILE_SYSTEM_PASS_THROUGH>
    <VIRTUAL_REGISTRY_PASS_THROUGH>TRUE</VIRTUAL_REGISTRY_PASS_THROUGH>
    <ENFORCE_ACLS_ON_VREG_MODIFY>TRUE</ENFORCE_ACLS_ON_VREG_MODIFY>
    </POLICIES>

  • How do I disable Protected Mode at startup on Reader XI

    fallowing the instructions on:
    http://helpx.adobe.com/acrobat/kb/protected-mode-troubleshooting-reader.html
    I went  to "Edit > Preferences > General Tab".  The objective wasa to uncheck "Enable Protected Mode at startup".  The page was written for Reader X on Reader XI I couldn't find "Enable Protected Mode at startup" on the Gernal tab.  How do I disable Protected Mode at startup on Reader XI?

    Dragon NaturalySpeaking software doesn't work on FireFox in with Reader in Protected Mode.
    I see no hope for the future of our people if they are dependent on the frivolous youth of today, for certainly all youth are reckless beyond words. When I was a boy, we were taught to be discreet and respectful of elders, but the present youth are exceedingly disrespectful and impatient of restraint.
    - Hesiod, eighth century B.C.E..

  • Adobe reader cannot open protected mode

    I downloaded and installed Reader X,  and get the see the message adobe reader cannot open protected mode due to configuration errors.
    The link provides no information as to what the problem is.
    I have Windows XP SP3 (with all the updates) and using Avira AntiVir as the antivirus.
    How do I get to the protected mode?

    Hi,
    The problem does not seem to be with Avira Antivirus Personal Edition.
    Are there no unsupported configurations mentioned in the link
    http://kb2.adobe.com/cps/860/cpsid_86063.html#main_Unsupported_configurations
    on your system?
    Also please let me know the following details:
    1) Was ReaderX installed at the default path or the installer path changed manually?
    2) Are the PDF files you are trying to open kept on any local disk or any kind of network share?
    3) Please disable all the antispyware, antimalware and firewall installed in your system and then verify.
    4) Please tell the kind of user(admin/standard/guest ) who is trying to open PDF files.
    Thanks .

  • After installation of 11.0.6 update und disabling protected mode text menu bar and window frame are disappeared

    Hello,
    see topic.
    my environment : WIndows Server 2008R2 SP1 witx xenapp 6.5.
    adobe acrobat 11.000 without protected mode  and 11.0.06 with protected mode works properly
    F9 reactivate the menu bar and the window frame but it is not practicable for my customers permanently F9 to press
    protected mode has to be disabled
    greetings
    Don Mentiroso

    This looks like a bug and I'll have it investigated.
    Ben

  • Adobe Reader Performance with Protect Mode On

    We are getting very poor performance in opening PDF documents with Adobe Reader XI with Protected Mode on, particularly for users remote from our central server.  With Protected Mode off, performance is much better (10-20X faster opening).  Note that we are running Windows 7 with Application Data Roaming and Adobe Reader XI with Protected Mode on, Protected View off, and Advanced Security on.  We have diagnosed the problem as follows: We are using the Windows 7 Application Roaming Data feature to house some profile data for our remote users, and when they try to open a PDF document with Protected Mode on, Adobe sends numerous I/O packets (approximatel 6000!) across the "wire" for security checking against the Application Roaming data file on the central server, thus greatly slowing PDF opening.  We would like to know the following: 1) Is there a way to turn-off Protected Mode for company server stored documents, while keeping it active for documents received from external sources (e.g. from the internet, e-mail, etc.). 2) is there a way to have Protect Mode security verification done only on the local machine profile data and not on the centrally stored Application Roaming Data file (thus greatly reducing the "across the wire" I/O traffic).  Thanks for any help, CCB.

    I don't think any of the scenarios you are envisaging are possible.  Protected Mode is enabled/disabled on a user basis (in HKEY_USERS).

  • Disable Protected Mode the easy way

    I have created a script to disable protected mode in Adobe flash player after it is installed. I see a lot of this being done for various reasons. If anyone is interested in it, as it is a quick and easy way to do so, you dont have to go fooling with OS files.
    You can read about it below
    http://firefoxcrash.blogspot.com/2013/12/disable-protected-mode-in-adobe-flash.html
    Best Regards

    Protected Mode is win only fearture. http://blogs.adobe.com/asset/2010/07/introducing-adobe-reader-protected-mode.html

  • Disable Protected Mode

    I have installed Reader 10.0.1 on my MacBook (OS X 10.6.3).
    I am trying to disable protected mode in order to view a particularly troublesome file/document. Where is the configuration panel that will allow me to toggle on/off "Enable Protected Mode at Startup"?
    I've seen it suggested that this panel is located under Edit > Preferences > General, but my version of Reader does not present this as an option (ie. there is no "Preferences" option under the Edit tab). There is a Preferences option under the main Adobe Reader tab, but I do not see the Protected Mode toggle button under this option...

    Protected Mode is win only fearture. http://blogs.adobe.com/asset/2010/07/introducing-adobe-reader-protected-mode.html

  • Adobe reader  XI "Enable Protected Mode at startup" dragon naturally speaking

    adobe reader  XI "Enable Protected Mode at startup" doesn't work with dragon naturally speaking, how do I download the older version?

    Just disable Protected Mode (Edit | Preferences | Security (Enhanced)).
    If you do need a previous version: http://get.adobe.com/reader/enterprise/

  • X Version Disable Protected mode

    I am unable to download/open any pdf with reader x.  I get a mesage afterwards about being unable to open in protected mode.  Followed instructions and tried to disable under preferences, etc.   It shows it as disabled.   It must default back because when I try to load a pdf after doing this I get the same cannot open because of protected mode.   I can not open anything
    Thanks for your help.

    Hi,
    Could you please let me know if you have Adobe Acrobat installed as well on your system?
    Also, could you please try opening Adobe Reader and then opening the PDF by using the File > Open menu.
    Ankit

  • Disabling Protected Mode via GPO?

    Okay, this is getting so frustrating.  I finally got a good working AIP of 10.0.1, but I'm still struggling to disable that pesky Protected Mode.  That spash screen is confusing too many people.  I can't find an option using the Adobe Customization Wizard to disable it.  I did find code online to make a ADM for it though here: http://www.appdeploy.com/packages/detail.asp?id=1976 (in the notes section).
    I thought I had it working.  I imported it and was able to disable the spash screen through the new ADM menu.  But after I closed the window, I wanted to double check that I got it all right and now it's all blank!  I have the menu's, but no options to enable or disable.  WTF is going on here?  I'm ready to give up on this mess and roll back to version 9.  Please help!!!!
    Here is the code from that link to make it easier for some:
    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_COMPANY_NAME_GOES_HERE Custom Policies
    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."

    OMG I'm going cross-eyed over here.  I got it.  At first I had to change one of the filter options for those menu's; I didn't realize that didn't stick and that was why I wasn't seeing those options after closing and re-opening the app.  Ug...

  • Check if Reader is in Protected Mode

    Hello,
    Is there something through the API that I can use to check if Protected Mode is Enabled in Reader?

    According to the API reference, AVDocIsInProtectedView() "Checks whether a given document is opened in Protected View or not."
    I need to check if Reader itself is running in Protected mod as a plugin is loaded, before a document is opened.

  • How to prevent dialog box asking how to handle PDFs while Protected Mode is disabled?

    Hello,
    So I must be missing a Registry Key setting somewhere or something (I hope).  We have Adobe Acrobat Reader 10.1.4.  When we install Adobe Acrobat Reader we disable Protected Mode due to some issues with it.
    My problem is, when you launch Reader or try to view a PDF embedded in a web page (or anywhere else for that matter) it will pop up a dialog box asking you how to proceed.  You are given three options:
    Open PDFs while Protected Mode is disabled this one time.
    Always open PDFs while Protected Mode is disabled.
    Never open PDFs whle Protected Mode is disabled.
    I need to configure it so that option 2 is how Reader behaves.
    We are a small shop, I have only 4 people on my team (excluding me).  We have over 1500 machines as public kiosks that need to get this configured when 10.1.4 is installed.  Reader is currently out of date in our deployment, apparently because of this issue holding back pushing newer versions.
    If anyone has any ideas I'd love to hear them.  I set it manually and looked at the registry hive for Adobe and didn't see any changes to existing keys or any new keys created so I'm not sure this is something that can be done via the Registry...

    Well, this didn't come up in Google Searches initially and I'm not finding the search feature here at Adobe.com to be very useful.  Actually, I can't even seem to see one for the forums...
    Anyways this seems to cover the issue: http://blogs.adobe.com/dmcmahon/2012/07/27/adobe-reader-cannot-open-protected-mode-due-to- a-problem-with-your-system-configuration/
    Which helps explain why it became a problem for my deployment.  I'm suspecting that its a problem with Kaspersky Anti-Virus 2010 needing to have an exception for AcroRd32.exe.  I hate to do it given its an infection path but we do what we must.  I will update this post once I have verified that this is what the issue is.

  • Adobe Reader XI protected mode problem

    I downloaded Reader XI and went to open a pdf that previously worked with Reader.  But Adobe Reader XI won't open (says problem with "protected mode").  I can't open any pdf's either on my computer or on the internet at trusted sights.  Troubleshooting takes me to a page on fixes for Reader X. Not helpful!  Any ideas?  (I uninstalled and reinstalled and still won't work.)

    CoUnyot,
    Thanks for your post ...
    Please Disable protected Mode .. Please find the below steps ":
    Disable Protected Mode by going to Edit > Preferences > General and deselecting Enable Protected Mode at startup. 
    Restart Reader.  
    You can also refer the below link for more details :
    http://helpx.adobe.com/acrobat/kb/protected-mode-troubleshooting-reader.html

  • Adobe Reader cannot open in Protected Mode

    I apologize if this is listed in the wrong category.
    Recently, all users on our server started receiving a message: "Adobe Reader cannot open in Protected Mode due to an incompatibility with your system configuration. Would you like to open Adobe Reader with Protected mode disabled?" The users are presented with 3 options:
    Open with Protected Mode disabled
    Always open with Protected Mode disabled
    Do not open with Protected Mode disabled.
    All the users can click "Open with Protected Mode disabled" and the PDF opens fine. I know that I can disable Protected Mode but I would rather not have to disable a security feature.
    I have read this link: http://helpx.adobe.com/acrobat/kb/protected-mode-troubleshooting-reader.html and none of the provided solutions seem to apply to us. I have tried a rebooting the server and uninstalling/reinstalling Adobe. Neither of these options worked. There is not an antivirus currently running on this server. We are not using Smart Cards. I have checked the Security permissions and they seem to be fine. I can not think of any recent changes to this server, but it has run just fine for years now.
    OS is Windows Server 2008 R2 SP1
    Acrobat Version is 11.0.10
    Is anyone aware of anything else that could cause this message? Thanks

    Thanks for the reply.
    That option is not there on my version though. I am using version 11.0.10

Maybe you are looking for

  • Backup Maintenance Plan on SQL AlwaysOn Availability Group Secondary Read-Only node

    I have 3 node SQL 2012 AlwaysOn Availability nodes with the 3rd node as Read-Only. The backup job within SQL Maintenance plan is failing with the following error: Failed:(-1073548784) Executing the query "declare @backupSetId as int select @backupSet

  • Burning DVD-R Problem

    Recently I decided to save some larger files on a DVD-R. Aftering burning, I'll click on the disque to make sure the file burned. The file would open without problems. However, if I eject the disque, then re-insert it, it won't read. Just eventually

  • IMac auto-sets to medium brightness

    I'm having this problem where every time I turn on the Mac, the screen is set at medium (7 I think) brightness. I don't know what could have caused this. I remember before upgrading to 10.6.3 there was a problem where it would auto-set at maximum bri

  • Can't See Flash Paper Document

    First, my appologies if this has been mentioned before. I couldn't find it so I posting it. I just installed Flash Paper2. Converted a Word document to PDF and draged it to Flash Paper2's window. It loaded fine. I then saved it as a SWF. It looks gre

  • W2k Designer 6i release 2 and Linux 8.1.7

    It seems that the Designer 6i is specificly designed for Oracle 8i 8.1.6 and Not 8.1.7 which is the version that I have up and running. is there any work arounds that will allow me co connect to the Linux 8.1.7 with out haveing to install(multihome)