Skip to main content
Participant
October 8, 2013
Answered

Setting preferences with script

  • October 8, 2013
  • 1 reply
  • 2892 views

I want to distribute adobe reader on a terminal server and restrict the users from changing the configuration.  I need to uncheck the "open cross-documents links in same window".  I'm hoping to do this with Javascript. 

Does anyone know how to do this?

Thanks,

Jeff

This topic has been closed for replies.
Correct answer jhwoolfie

The reg setting is here: http://www.adobe.com/devnet-docs/acrobatetk/tools/PrefRef/Windows/Originals.html?zoom_highlight=same+window#idkeyname_1_10091

How do you set other reg prefs and have them apply to all users?

hth,

Ben


Thanks Ben.  That was just what I needed.  I wa able to write a batch file that imported the key the first time the user logs in.

The other settings were not user specific (such as preventing updating), so I am able to configure them once for the computer.

Thanks again.

Jeff

1 reply

MichaelKazlow
Legend
October 8, 2013

Moved to Enterprise Deployment (Acrobat and Reader)

I do not think that this can be done using Javascript. If using Windows you might be able to create an installer that sets the required registry items. I have moved your post to where I think you can get help with your question.

jhwoolfieAuthor
Participant
October 8, 2013

Thanks Michael but I don't know how to use an installer for this, nor do I know what registry setting would need to be changed.  I am using Windows Server 2008 SP2

Since this will be access through Terminal Server (RDP), it will only be installed once on the server and accessed by multiple users.  I thought that once I changed the setting, it would be effective for all new users but that doesn't seem to be the case.  I've tried using a shared profile but that doesn't do it, either.

Anyone have any other ideas?

Jeff

EnterpriseHelp
Inspiring
October 8, 2013

The reg setting is here: http://www.adobe.com/devnet-docs/acrobatetk/tools/PrefRef/Windows/Originals.html?zoom_highlight=same+window#idkeyname_1_10091

How do you set other reg prefs and have them apply to all users?

hth,

Ben