Copy link to clipboard
Copied
Hi,
At Tools Customization (DC) , it says:
Add entries with a key and tool name under cDisabled to remove tools. For example:
HKLM\SOFTWARE\WOW6432Node\Policies\Adobe\(productname)\(version)\FeatureLockDown\cAcroApp\cDisabled] "a0"="CreatePDFApp" "a1"="CommentApp" "a2"="PagesApp"
What the "a0"="CreatePDFApp" means?
Does it mean to create a Key named a0 under cDisabled on the left and then move to the right to set Name: Default's Data to CreatePDFApp?
Or does it mean under cDisabled, go to the right, right click, choose New/String Value, set Name to a0 and Data to CreatePDFApp?
Thank you for help.
John
Copy link to clipboard
Copied
John,
Here goes...
- "a0" is the zero index entry.
- "CreatePDFApp" value and is the name of the tool that is to be disabled.
It looks something like this screenshot of the Windows Registry:
The Windows Registry file looks something like this in Notepad when edited:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Policies\Adobe\Adobe Acrobat\DC\FeatureLockDown\cAcroApp\cDisabled]
"a0"="CreatePDFApp"
"a1"="CommentApp"
"a2"="PagesApp"
Copy link to clipboard
Copied
To add: Here's an overview: Advanced Configuration — DC Deployment Planning and Configuration
Other examples in pref ref as well.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now