Archive

Posts Tagged ‘Context Menu’

Remove shell extensions after installing Adobe Acrobat

January 12, 2009 4 comments

A pet peeve of mine are context menu extensions… Why software vendors decide to include non optional context menu addons are besides me! A good example of this would be Adobe.

when right clicking  on an office document Adobe decided  “Combine supported files in acrobat” to be we all must have, fine in the wild… but not so good in a shared desktop environment.

To remove this from your Citrix environment / Desktop simply run this command:

REGSVR32 /u "C:\Program Files\Adobe\Acrobat 9.0\Acrobat Elements\ContextMenu.dll.

If you also wish to remove the New > file type associations that Adobe decide to push in, heres a script to do so:

REG DELETE HKEY_CLASSES_ROOT\.xdp\AcroExch.XDPDoc\ShellNew /f
 REG DELETE HKEY_CLASSES_ROOT\.xdp\ShellNew /f

Update:

With the move to 64 bit platforms, a new dll has been put in place:

C:\Program Files (x86)\Adobe\Acrobat 9.0\Acrobat Elements\contextmenu64.dll

This dll add’s the following items to the context menu:

  • Convert to Adobe PDF
  • Convert to Adobe PDF and Email.

If you wish to remove these, run the following command:

REGSVR32 /u "C:\Program Files (x86)\Adobe\Acrobat 9.0\Acrobat Elements\ContextMenu64.dll"
Follow

Get every new post delivered to your Inbox.

Join 1,271 other followers