Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

How to remove Open/Save prompt when using Internet Explorer

New Here ,
Aug 05, 2014 Aug 05, 2014

Acrobat XI Pro was deployed with custom MST that had When using Internet Explorer prompt for Open/Save.  Is there a hack that will disable this prompt without having to re-install Acrobat XI Pro?

1.8K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Aug 05, 2014 Aug 05, 2014
  1. See the doc: 18   Online features — Customization Wizard 11 for Windows
  2. Map that to a registry location if possible (I haven't tried it, but it should be possible)
  3. Deploy new reg preference across your org.

hth,

Ben

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Aug 05, 2014 Aug 05, 2014

Hi Ben,

  I have already tried to modify the binary to 00 00 01 00 and received the following errorReg error.jpg

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Aug 05, 2014 Aug 05, 2014

What binary? That wasn't the instruction I sent.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Aug 05, 2014 Aug 05, 2014

Hi Ben,

I exported the key below and made a minor modification to the third value of the hex then ran the reg key and get the error. Is that not the proper way to change it?

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\AcroPDF.FDF.1]
@="CAcroFDFHandler Class"
"EditFlags"=hex:00,00,00,00

[HKEY_CLASSES_ROOT\AcroPDF.FDF.1\CLSID]
@="{5BB2200E-5672-4A32-902A-5A98DB1C58DC}"

[HKEY_CLASSES_ROOT\AcroPDF.FDF.1\DocObject]
@=""

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Aug 22, 2014 Aug 22, 2014
LATEST

An engineer gave me a possible solution, but I don't have permission on my machine to test it. You can try the following:

-- snip --

This is because of not having necessary permissions to edit the registry. To obtain the permission, follow following steps:

  1. Right click on “HKEY_CLASSES_ROOT\AcroPDF.FDF.1” and click permissions.
  2. On permissions dialog, click Advanced.
  3. In the new dialog, select Owner tab and make current user as owner.
  4. Click Apply and close the dialog.
  5. Close the permission dialog.
  6. Try editing the registry as suggested.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines