Archive
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"
Donate:
Top Posts
- ThinKiosk:
- Decrapifying the Citrix Web Interface (5.4)
- Thinkiosk: Turn your current PC's into Citrix ready thin clients, with minimum hassle.
- Configuring Citrix Web Interface and Pass Through Authentication.
- Removing "Send to Onenote" features from Internet Explorer
- Export DHCP Reservations with Mac addresses:
- Installing ThinKiosk
- Download ThinKiosk
- Backup and restore SQL databases using powershell
- List Members (and email addresses) of an Active Directory group.

Recent Comments