Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Tools pane customization (DC) question

Community Beginner ,
Mar 19, 2019 Mar 19, 2019

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

428
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Mar 25, 2019 Mar 25, 2019

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:

Screen Shot 2019-03-25 at 1.26.10 PM.png

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"

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Mar 25, 2019 Mar 25, 2019
LATEST

To add: Here's an overview: Advanced Configuration — DC Deployment Planning and Configuration

Other examples in pref ref as well.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines