How to disable the Cryptshare Office Share Add-In

How to disable the Cryptshare Office Share Add-In

Affected to

All versions of Cryptshare for Office 365 and Outlook

Situation

You want to disable the Cryptshare Office Share add-in for Word, PowerPoint, and Excel because it is not needed within your organization.


Solution

To disable or re-enable the Cryptshare Office Share add-in, simply create a text file with the respective contents, change its file extension to *.reg, and run it.

For your convenience, we are providing registry files that you can download and run or distribute to your users' computers.

Registry file contents to disable the Cryptshare Office Share add-in

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Office\Excel\Addins\csofficeshare.AddinModule]
"LoadBehavior"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Office\Word\Addins\csofficeshare.AddinModule]
"LoadBehavior"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Office\PowerPoint\Addins\csofficeshare.AddinModule]
"LoadBehavior"=dword:00000000
Registry file contents to enable the Cryptshare Office Share add-in

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Office\Excel\Addins\csofficeshare.AddinModule]
"LoadBehavior"=dword:00000003

[HKEY_CURRENT_USER\Software\Microsoft\Office\Word\Addins\csofficeshare.AddinModule]
"LoadBehavior"=dword:00000003

[HKEY_CURRENT_USER\Software\Microsoft\Office\PowerPoint\Addins\csofficeshare.AddinModule]
"LoadBehavior"=dword:00000003