Remove shell extensions after installing Adobe Acrobat
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"
Leave a Reply Cancel reply
Recent Comments
- Announcing the ThinKiosk v4 Release | Andrew Morgan on ThinKiosk 4.0 preview and feature teaser:
- ThinIO, here comes something incredible. | Andrew Morgan on On E2E, Geek speak, IOPS, shared storage and a fresh idea. (Part 1)
- Chris Keim on Briforum 2014: Thin Client myth debunking and general discussion.
- alozzy on Citrix Storefront 2.5 and Single Sign on:
- JD on Citrix Storefront 2.5 and Single Sign on:
I appreciate the information you present here, I’ve spent days looking for such; just not in the fashion you may have intended it to be used. 🙂 I actually use the combine files context menu often because I work with hundreds of files on a daily basis; I receive such in a plethora of varying formats; I find it really handy to be able to collect them from the directory where they are dumped, right click and convert everything — no matter the format — into PDF.
I definitely understand what you are saying though; I too find it really annoying that most software packages that get installed assume they will be the center of focus for ones world and as such commence with commandeering my system; Adobe just happens to be among the few that I have found the feature handy.
Thanks!
Gus
Ha ha!
Well despite our different opinions at least the fix worked both ways!
Regards
A
@ Gus Haner: The thing is, you don’t need this extra context menu to convert to PDF when Windows already has one that is similar: Print.
I’ve tried every recommended fix, and my context menus from Acrobat Pro 10 for Combining Files still does not display.