HKEY_CURRENT_USER\Software\Classes\*. This problem hinders the application from registering a custom Windows context menu action which is integral to the functionality of the app.
Was Draftable Legal installed with the machine-wide MSI, or through a deployment tool? If so, check the
draftable:// URL scheme as well. It is registered at the same time as the context menu, so whatever prevented the context menu from being registered has very likely prevented the URL scheme too. That has a more visible consequence: comparisons started from iManage, SharePoint Online, NetDocuments and the Office add-ins do nothing at all, with no error shown.Unlike a per-user installation, a machine-wide installation does not retry the registration when Draftable Legal starts, so it will not recover on its own. See Draftable does not launch from iManage, SharePoint or File Explorer, and for a managed rollout Deploying Draftable Legal with Microsoft Configuration Manager (SCCM).What’s the issue?
The Windows Registry is a database that stores low-level settings for the operating system and certain applications. The pathHKEY_CURRENT_USER\Software\Classes\* is a specific registry location where context menu actions (i.e., the menu that appears when you right-click on an item) are registered. In this case, Draftable Pro needs to access this location to add its own context menu action.
The issue could occur due to one or more of the following reasons:
1
User Permissions:
The current user may not have the necessary permissions to modify the Windows Registry.
2
Registry Key is Blocked:
Certain security software might block applications from modifying the Registry.
3
Application Needs Administrator Privileges
The application might need to be run as an administrator to make changes to the Windows Registry.
Here’s the solution
Here are a few possible solutions to this problem. Please proceed with caution, as incorrectly modifying the Windows Registry can have significant impacts on your system.1
Check User Permissions:
Make sure that the current user account has the necessary permissions to edit the Windows Registry. This usually requires administrative privileges.
2
Temporarily Disable Security Software:
Some security software might block modifications to the Windows Registry. If you trust our application, consider temporarily disabling any security software that could be causing the issue. Don’t forget to re-enable it after the problem is resolved!
3
Run Application as an Administrator:
Running our application as an administrator might solve the issue. Right-click on the application icon and choose “Run as administrator”.

