Hi all,
Due to my network setup, every time I shut down my PC at work, it resets all my Adobe settings (not to mention all other programs).
Whenever I want to view a PDF form in a browser (one that is interactive that I can edit), I need to go to "Edit --> Accessibility --> Setup Assistant --> Next x 4 --> Tick "Display PDF Documents in the web browser" option.
Where is this option located within the registry? I would like to write a script so that on startup it will automatically turn this setting on. currently I am using something similar to turn on tabbed browsing within IE.
"reg add "HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\TabbedBrowsing" /v Enabled /t REG_SZ /d 1 /f"
Thanks for your assistance,
Dominic Fichera