Skip to main content

Choose your configuration method

Active Directory Group Policy

For on-premises environments. Uses ADMX/ADML administrative templates.

Microsoft Intune

For cloud-managed devices. Import ADMX templates or configure registry settings via OMA-URI.

How Draftable Clean settings work

Draftable Clean stores its configuration in the Windows Registry. When the application starts, it reads the current registry settings to determine its behavior — including cleaning profiles, DMS integrations, licensing, privacy preferences, and more. Administrators can manage these settings using any tool that writes to the registry, including Group Policy, Microsoft Intune, registry scripts, or other endpoint management tools.

Configuring with Active Directory Group Policy

Administrative templates

Draftable Clean provides administrative templates (ADMX/ADML files) that list all available settings, making it easy to discover and configure them directly from the Group Policy editor without needing to know individual registry paths.

Obtaining the templates

The templates are found in the GroupPolicy folder under the Draftable Clean installation path. The current folder is a shortcut that always points to the latest installed version.
%LocalAppData%\DraftableClean\current\GroupPolicy
If the current shortcut is not available, look for the folder with the highest version number under %LocalAppData%\DraftableClean\ — the latest templates will be inside its GroupPolicy subfolder.

Installing the templates

Copy the Draftable Clean .admx file to:
C:\Windows\PolicyDefinitions
Then copy the .adml language file from:
%LocalAppData%\DraftableClean\current\GroupPolicy\en-US
to:
C:\Windows\PolicyDefinitions\en-US
Alternatively:
  • Copy to your organization’s Central Store network path
  • Import as custom ADMX templates via Microsoft Intune — see below

Editing policies

Once installed, Draftable Clean policies appear in the Group Policy editor under:
  • Computer Configuration > Administrative Templates > Draftable Clean
  • User Configuration > Administrative Templates > Draftable Clean
Some settings may only appear under one scope if they are not supported in the other.

Available policy settings

Computer Configuration

SettingDescription
Product keySet the product key for automatic license activation across user machines
Setup automatic updatesControl whether updates are applied automatically (non-MSI installer). If disabled, updates must be applied manually.
Send usage statisticsWhen enabled, anonymised usage data is sent to Draftable for diagnostics
Submission of exception reportsControl whether automatic crash and error reports are sent. Options: Always send, Never send
Accept terms and conditions on behalf of usersAutomatically accept T&Cs on first launch, so users are not prompted
Launch Draftable automatically when Windows startsIf enabled, Draftable Clean launches on startup unless the user opts out
Users can share error logsControls whether the error dialog includes a button to email logs (enabled by default)
Custom error messageSet a custom error message shown when something goes wrong during cleaning
Customer contact support email bodyCustomize the email body used when users send logs to support

User Configuration

SettingDescription
Configure Outlook add-in settingsConfigure the Outlook add-in behavior, including profile selection and send protection
Configure admin cleaning profilesSet administrator-managed cleaning profiles that users cannot edit
Configure custom email subjectSet the default email subject line when sharing cleaned files via the desktop application’s Email button (not the Outlook add-in)
Configure custom email bodySet the default email body text when sharing cleaned files via the desktop application’s Email button (not the Outlook add-in)
Configure domain rulesDefine domain-to-profile mappings for the Outlook add-in
Configure email attachment summary formatSet the default format (List or Table) for attachment summaries when sharing cleaned files via the desktop application’s Email button (not the Outlook add-in)
Configure submission of error reportsControl whether automatic error reports are sent
Configure submission of usage statisticsControl whether anonymised usage data is sent to Draftable
For a complete and up-to-date list, refer to the administrative templates installed on your system — they are the definitive source of truth for all configurable settings.

Configuring admin cleaning profiles

The Configure admin cleaning profiles setting is a User Configuration policy that allows administrators to define cleaning profiles centrally. These profiles are deployed to users and cannot be edited by them. The policy value is a JSON string representing the profile collection. To create or update admin cleaning profiles, administrators typically need to edit this JSON string directly.
Draftable Clean includes a built-in admin profile editor to simplify this process. Launch Draftable Clean with the --admin-profile-editor flag:
DraftableClean.exe --admin-profile-editor
This opens an in-memory profile editor where you can create, modify, and export a profile collection as the policy value.
Workflow for updating admin profiles:
  1. Copy the existing profile collection JSON string from Group Policy
  2. Open Draftable Clean with the --admin-profile-editor flag
  3. Import the JSON string into the admin profile editor
  4. Make the required changes using the visual editor
  5. Copy the updated JSON string back to the clipboard
  6. Paste the updated JSON string into the Group Policy setting to apply the changes

Priority of settings

Unless otherwise noted, the order of precedence from highest to lowest priority is:
  1. User Policy (set in User Configuration via Group Policy)
  2. Computer Policy (set in Computer Configuration via Group Policy)
  3. User Setting (set by the user through the application UI, or by manually editing the registry)
If no policy setting exists, the user’s own setting is used

Configuring with Microsoft Intune

Because Draftable Clean reads its configuration from the Windows Registry, Intune can manage it in two ways:

Option 1: Import ADMX templates

Import the Draftable ADMX templates into Intune to manage settings via the admin center — the same settings experience as Group Policy, managed from the cloud. See the Microsoft documentation for importing custom ADMX templates.

Option 2: Configure registry settings directly

Use Intune’s OMA-URI or Configuration Profiles to write specific registry values. This does not require the ADMX templates and gives you direct control over individual registry keys.

User-facing settings

In addition to administrator-managed settings, individual users can configure Draftable Clean through the Settings panel (gear icon, top-right corner):
SectionWhat can be configured
GeneralEmail subject/body templates, attachment summary format (desktop Email button), privacy (usage statistics, error reports)
ProfileCreate, delete, rename cleaning profiles and set defaults. Built-in profiles and administrator-configured profiles cannot be edited by users. See Metadata cleaning profiles
IntegrationsiManage (enable, Server URL, auto-connect), NetDocuments (auto-detected via ndOffice)
Add-InOutlook add-in: profile selection, domain rules, send protection, attachment summary format
LicenseLicense status, edition, and expiry date
TroubleshootingEmail logs, export error logs, open log folder. See Diagnostic logs and support

Add-In settings

The Add-In section controls how the Draftable Clean Outlook add-in behaves:
  • Profile Selection — The cleaning profile is selected based on recipient email domains. The default profile when no recipients are entered is Standard Clean. An option to allow users to override the cleaning profile per attachment can also be enabled.
  • Domain Rules — Maps recipient domains to cleaning profiles. For example, an “Internal” rule for yourfirm.com uses Clean Draft, while “Default” (all other domains) uses Standard Clean. Rules also match subdomains — a rule for acme.com will match mail.acme.com. The most specific domain match takes precedence.
  • Send Protection — Controls what happens when issues are detected on send. “Attachments not finished cleaning” defaults to Block; “Tracked changes or comments detected” defaults to Prompt; “Unsupported attachment types” defaults to Allow. Each scenario can be set to Allow, Prompt, or Block.
  • Attachment Summary — Controls the default format when inserting an attachment list. Default: List.
Where a Group Policy or Intune-managed setting exists, it takes priority over the user’s own setting.

Need help?

If you need assistance configuring Draftable Clean across your organization, contact the Draftable team at support@draftable.com.