Copy link to clipboard
Copied
Hello, I have around threehundred of users who will use a qualified timestamping server in Adobe Reader. I successfully set up some registry values in Group Policy, so I'm able now to send the required server parameters to the group member users. Is there any way to set this server to the "Default" timestamping server also with Windows registry or with something else but not manually one-by-one?
What I use now:
[HKEY_CURRENT_USER\SOFTWARE\Adobe\Acrobat Reader\DC\Security\cPPKHandler\cTimeStampServers\c0]
"bAuthRequired"=dword:00000001
"tLockboxId"="encrypted_blahblah"
"tName"="justaname"
"tServer"="justaserver"
Source: https://www.adobe.com/devnet-docs/acrobatetk/tools/PrefRef/Windows/Security.html
Thank you.
Copy link to clipboard
Copied
Hi @erikh56548824,
Hope you are doing well. Per the description, you want to set the value for default in Windows for all the systems.
Have you checked the given link to learn more about how to add the values to the windows registry: https://www.adobe.com/devnet-docs/acrobatetk/tools/PrefRef/Windows/glossary.html#
Let me know if this works.
-Souvik.