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

How to remove Adobe Acrobat context menu for image files?

New Here ,
Jun 17, 2023 Jun 17, 2023

Mr302660931f1m_0-1686989163824.png

If I click on an image file it shows me this option, but i want to remove it. 
I have tried going to 

HKEY_CLASSES_ROOT\Image\shellex\ContextMenuHandlers\Adobe.Acrobat.ContextMenu

and added -- in front of the default value still when I am right-clicking on an image file I can see this context menu.

TOPICS
Create PDFs , Edit and convert PDFs , PDF
3.7K
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
Community Expert ,
Jun 17, 2023 Jun 17, 2023

Can you confirm the exact version of thew operating system and software you are using?

Can you also confirm that you want to remove any mention of Acrobat from the right-mouse-click context menu on images

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
New Here ,
Jun 17, 2023 Jun 17, 2023

I am using Adobe Acrobat Version : 2023.003.20201 64bit
OS : Windows 11 Pro 22H2
Yea, I want to remove any mention of Acrobat from the right-mouse-click context menu on images

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
Community Expert ,
Jun 17, 2023 Jun 17, 2023

++ADDING TO THE TOPIC,

 

@Mr302660931f1m ,

 

I normally fiddle a lot with the Windows registry and I am unsure if what you are trying to achieve is possible.

 

Although the modifying of context menus appears to be very flexible in both Microsoft Windows and macOS, there is other criteria to consider.

 

For instance, when it comes down to Adobe Acrobat you need to consult with the Acrobat Enterprise Toolkit | Regsitry Preferences Reference:

 

 

And unless there is a third-party (licensed and paid-for) registry editing tool that would allow the operating system to unrestrict such editing on Acrobat's context menus there are some registry hives, subfeatures and preferences that may not be lockable.

 

In a very ample context, the editing of the

HKEY_CLASSES_ROOT

 registry hive, is not enough.

 

For starters, there is no step-by-step documentation that will orient the users on how to manually create registry keys or sub-keys that are specific to Adobe Acrobat's context menu features.

 

That may include dWROD values and how to manually create the desired lockable preferences, which may not exist (such as the "bAllow or bDisable features) together with some documented Preferences  (such as, for example, "TWhiteList" or "TBlackList" or "cDefaultExecMenu").

 

The best you can do is to consult with the old (and almost fully deprecated) resources linked below:

 

 

 

 

In which case, if these resources don't work for you then it may not be possible to edit such context menu, I'm afraid.

 

In addition, the ability by which  users benefit from deleting uselss menu items, which are by default, featured by the host operating system, the same is not true with apps or programs such as Acrobat.

 

If I am not wrong, the ability to interact like that with a program"s registry hive (which is binded to the secured enviroment of the host operating system) dates back to WindosXP (and maybe in the very early versions of Windows7).

 

After that era it all changed back to a very restricted operating system  environment to prevent exploits and reverse engineering of the hosted apps.

 

 

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
New Here ,
Jul 18, 2023 Jul 18, 2023
LATEST

TL;DR

Delete the file

C:\Program Files\Adobe\Acrobat DC\Acrobat Elements\ContextMenuShim64.dll

 You might need to kill the explorer process before you are able to do so.

 

After that, you can also set proper permissions to prevent this file being restored in the future.

 

---

How this works:

If you go to

HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\Adobe.Acrobat.ContextMenu

You will get a CLSID like {A6595CD1-BF77-430A-A452-18696685F7C7}, then go to

HKEY_CLASSES_ROOT\CLSID\{A6595CD1-BF77-430A-A452-18696685F7C7}\InprocServer32

You will know that "C:\Program Files\Adobe\Acrobat DC\Acrobat Elements\ContextMenuShim64.dll" is the relevant component responsible for the context menu.

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