vote up 0 vote down star

Hi,

I'm trying to figure out where the settings and options of an application(Adobe Acrobt Pro) are saved. This is to modify the settings without opening the application and going through the menu options. I'm trying to change the resolution of TIF settings.

I have looked in the program file acrobat folder and the douments and settings but haven't found it. I also looked through the registry entrees just to make sure but didn't see anything relevant.

Anyone have any ideas?

Thanks

flag

migrated from stackoverflow.com

3 Answers

vote up 0 vote down

Fire up Process Monitor, make the changes via the adobe menu options then stop the capture. If you look through the entries corresponding to the acrobat process name it will tell you what file & registry writes were done.

link|flag
thanks i was looking for something to monitor the changes. I will give it a try and see if it works. – Bruce227 Oct 13 at 18:38
Looking at the events it doesn't look like the TIF setting changes are being captured with the Process Monitor. – Bruce227 Oct 14 at 14:39
vote up 0 vote down

You do not state the Operating System.

Assuming 7 / Vista,

C:\Users\User_Name\AppData\Roaming\Adobe\Acrobat\9.0\Preferences

or

%userprofile%\AppData\Roaming\Adobe\Acrobat\9.0\Preferences

On XP

C:\Users\User_Name\Application Data\Adobe\Acrobat\9.0\Preferences

or

%userprofile%\Application Data\Adobe\Acrobat\9.0\Preferences




(First lines is actual, replace User_Name with your username, or second lines will work on any machine)

link|flag
vote up 0 vote down

Adobe Acrobat stores an enormous amount of data in the registry.
(By enormous I mean thousands of entries!!!)

I assume that what you're looking for is included among this oceanic amount of data. Using a utility such as Process Monitor to trace it out would be excruciatingly painful.

You could rather use a product such as InstallRite 2.5 to create a snapshot of the registry before and after making that change, and report only the differences.

link|flag

Your Answer

Get an OpenID
or
never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.