> ## Documentation Index
> Fetch the complete documentation index at: https://help.draftable.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Draftable Legal Group Policy Changelog

> A comprehensive changelog documenting the evolution of Draftable Legal Group Policy settings across versions 25.1.0 through 26.6.200

# Draftable Legal Group Policy Changelog

This document provides a detailed changelog of all Group Policy changes across Draftable Legal versions, from version 25.1.0 (earliest) through 26.6.200 (latest). The policies are contained in ADMX/ADML template files organized into four categories:

* **Draftable.admx** - Base category definition (no policies, parent container only)
* **DraftableDesktop.admx** - General desktop application policies
* **DraftableDesktopLegal.admx** - Legal edition-specific policies (DMS integrations, redline profiles, output options)
* **DraftableInstaller.admx** - Installation-related policies

***

## Version 26.6.200 (Latest)

<Note>
  **Note:** 26.6.200 is a template refresh on top of the 26.6.0 set. It adds two policies (one iManage, one SharePoint), removes one SharePoint policy from the template, and bumps the schema revision to `2606.200`.
</Note>

### DraftableDesktopLegal.admx

#### Added Policies

| Policy Name (Display)                                       | Registry Value                                | Type    | Description                                                                                                                                                                                                                                                                                                                             |
| ----------------------------------------------------------- | --------------------------------------------- | ------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Skip the iManage system-browser sign-in confirmation prompt | `ImanageSystemBrowserSkipConfirm`             | Boolean | Controls whether a confirmation prompt is shown before Draftable opens the system browser to sign in to iManage. When enabled, the prompt is suppressed and the default browser opens immediately; when disabled or not configured, the prompt is shown first. Applies only when "Use system browser to sign in to iManage" is enabled. |
| Hide minor SharePoint versions by default                   | `SharePointHideMinorVersionsByDefaultEnabled` | Boolean | When enabled, the SharePoint version picker hides minor versions by default. Users can still toggle them on per-comparison. Default is disabled.                                                                                                                                                                                        |

**Registry Location:** `Software\Policies\Draftable\Feature`

#### Removed Policies

| Policy Name (Display)              | Registry Value                    | Notes                                                                                                                                                                                                                                                                      |
| ---------------------------------- | --------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Enable SharePoint Heavy Usage Mode | `SharePointHeavyUsageModeEnabled` | Removed from the Group Policy template. The registry value is still read by the application and the toggle remains in the in-app SharePoint settings; it is simply no longer surfaced as a Group Policy. Existing deployments that set this registry value are unaffected. |

#### Technical Details

* Added new `supportedOn` definition to `DraftableDesktopLegal.admx`: `SupportedOn_Desktop_26_6_0` ("At least Draftable 26.6.0 or later"), referenced by the new "Skip the iManage system-browser sign-in confirmation prompt" policy (this definition already existed in `DraftableDesktop.admx` from 26.6.0)
* "Hide minor SharePoint versions by default" references the existing `SupportedOn_Desktop_26_1_0` definition (the underlying setting has existed since 26.1.0; the Group Policy was first published in the 26.6.200 template)
* Schema revision updated to `2606.200`

### DraftableDesktop.admx / DraftableInstaller.admx / Draftable.admx

#### Technical Details

* No policy changes
* Schema revision updated to `2606.200`

***

## Version 26.6.0

<Note>
  **Note:** There was no separate 26.5.x Group Policy template release. The 26.6.0 template files are the next published set after 26.4.100. The seven policies added below were introduced and are shipped with the 26.6.0 release.
</Note>

### DraftableDesktopLegal.admx

#### Added Policies

| Policy Name (Display)                      | Registry Value                     | Type            | Description                                                                                                                                                                                                                                                                                                                                                                                     |
| ------------------------------------------ | ---------------------------------- | --------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Use system browser to sign in to iManage   | `ImanageUseSystemBrowserForSignin` | Boolean         | Controls how users sign in to iManage. By default, sign-in happens in an embedded browser inside the application. Enabling this routes the iManage OAuth sign-in through the user's default web browser, which is required when an identity provider or Conditional Access policy blocks sign-in from third-party (embedded Chromium) browsers. When configured, the in-app checkbox is locked. |
| Enable Settings pre-warm at startup        | `SettingsV2PreWarmEnabled`         | Boolean         | Controls whether the Settings interface is pre-warmed at application startup so the first click on Settings opens with minimal delay. Default is enabled. Disable to skip the pre-warm step (e.g. if security software blocks the off-screen browser process); Settings still opens, but the first open after each launch takes a few seconds longer.                                           |
| Output filename pattern                    | `OutputFilenamePatternGlobal`      | Text (max 1024) | Template used to name redline output files. Supports tokens such as `{originalName}` and `{revisedName}` (e.g. `{originalName} (compared)`). When configured by policy, the in-app field is locked; otherwise users can edit it in Settings.                                                                                                                                                    |
| Show comments in three-pane redline output | `ThreePaneShowCommentsGlobal`      | Boolean         | Controls whether the three-pane redline view includes a comments column. Default is enabled. When configured by policy, the in-app checkbox is locked.                                                                                                                                                                                                                                          |
| Summary page position                      | `SummaryPagePosition`              | Enum            | Where the redline summary page is inserted in generated output. Options: Skipped (no summary page), Start of document (default), End of document, Both start and end. When configured by policy, the in-app dropdown is locked.                                                                                                                                                                 |
| Open Word in                               | `WordOpenMode`                     | Enum            | Controls how Draftable opens final Tracked Changes Word output. Reviewing mode (default) opens Word with track revisions enabled for review; Edit mode opens Word without enabling track revisions on open (tracked revisions are retained in the document). When configured by policy, the in-app dropdown is locked.                                                                          |
| Action after a comparison completes        | `AfterCompareAction`               | Enum            | What Draftable Desktop does when a comparison finishes. Options: Ask the user (default), Open the comparison, Save the file. When configured by policy, the in-app dropdown is locked.                                                                                                                                                                                                          |

**Registry Locations:** `Software\Policies\Draftable\Feature` (`ImanageUseSystemBrowserForSignin`, `SettingsV2PreWarmEnabled`, `SummaryPagePosition`, `WordOpenMode`, `AfterCompareAction`), `Software\Policies\Draftable\Frontend` (`OutputFilenamePatternGlobal`, `ThreePaneShowCommentsGlobal`).

<Note>
  The `OutputFilenamePatternGlobal`, `ThreePaneShowCommentsGlobal`, and `SummaryPagePosition` settings were lifted from per-redline-profile settings to global (application-wide) settings in 26.6.0. They are no longer configured inside individual redline profiles.
</Note>

#### Technical Details

* Added new `supportedOn` definition: `SupportedOn_Desktop_26_5_0` ("At least Draftable 26.5.0 or later"), referenced by all seven new policies
* The registry value name `SettingsV2PreWarmEnabled` retains its `SettingsV2` prefix for continuity with previously deployed configurations
* `SummaryPagePosition` enum values: `Skipped`, `Start`, `End`, `Both`. `WordOpenMode` enum values: `Reviewing`, `Edit`. `AfterCompareAction` stored values: `ask`, `open`, `save`
* Schema revision updated to `2606.0`

### DraftableDesktop.admx

#### Technical Details

* No policy changes
* Added new `supportedOn` definition: `SupportedOn_Desktop_26_6_0` ("At least Draftable 26.6.0 or later") as a version stamp (not yet referenced by any policy)
* Schema revision updated to `2606.0`

### DraftableInstaller.admx / Draftable.admx

#### Technical Details

* No policy changes
* Schema revision updated to `2606.0`

***

## Version 26.4.100

**No policy changes from 26.4.0**

The policy files remain unchanged from 26.4.0. Schema revision updated to `2604.100`.

<Note>
  **Note:** The 26.4.100 release includes corrected ADMX/ADML template files. The 26.4.0 template files that were previously distributed were missing several policies that had been added in earlier versions. If you are using templates from 26.4.0, it is recommended to update to the 26.4.100 templates.
</Note>

***

## Version 26.4.0

### DraftableDesktop.admx

#### Removed Policies

| Policy Name (Display)    | Registry Value | Notes                                                                                       |
| ------------------------ | -------------- | ------------------------------------------------------------------------------------------- |
| Show Bulk Compare Option | `BulkEnabled`  | Bulk Compare is now always available and no longer requires a Group Policy toggle to enable |

**Registry Location:** `Software\Policies\Draftable\Feature`

#### Technical Details

* Schema revision updated to `2604.0`

***

## Version 26.3.200

### DraftableDesktopLegal.admx

#### Added Policies

| Policy Name (Display)          | Registry Value                  | Type    | Description                                                                                                                                                                                                            |
| ------------------------------ | ------------------------------- | ------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Enable AI-Ready Redline Output | `IsAiReadyRedlineOutputEnabled` | Boolean | Enables AI-Ready Redline as an export option within comparisons. This output generates a deterministic full-document diff in Markdown format, suitable for use with AI tools. By default, this setting is set to true. |

**Registry Location:** `Software\Policies\Draftable\Feature`

#### Technical Details

* Schema revision updated to `2603.200`

***

## Version 26.2.00

**No changes from 26.1.00**

The policy files remain unchanged from the previous version.

***

## Version 26.1.00

### DraftableDesktop.admx

#### Added Policies

| Policy Name (Display)                         | Registry Value                        | Type    | Description                                                                                                                                                                          |
| --------------------------------------------- | ------------------------------------- | ------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Preserve Word comments when converting to PDF | `PreserveWordCommentsInPdfConversion` | Boolean | By default, Word comments are preserved when converting to PDF in Side By Side comparison. If you disable this setting, Word comments will be excluded from Side By Side comparison. |

**Registry Location:** `Software\Policies\Draftable\Feature`

### DraftableDesktopLegal.admx

#### Added Policies

| Policy Name (Display)              | Registry Value                    | Type    | Description                                                                                                                                                    |
| ---------------------------------- | --------------------------------- | ------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Enable SharePoint Heavy Usage Mode | `SharePointHeavyUsageModeEnabled` | Boolean | Specifies whether SharePoint Heavy Usage Mode will be enabled in the application. This mode optimizes SharePoint integration for environments with high usage. |
| Enable Changes Report              | `IsChangesReportEnabled`          | Boolean | Enables Changes Report compare type in the Compare selector and 1-Click. By default, this setting is set to true.                                              |
| Enable Text Only Compare           | `IsTextOnlyCompareOutputEnabled`  | Boolean | Enables Text Only Compare compare type in the Compare selector and 1-Click. By default, this setting is set to true.                                           |

**Registry Location:** `Software\Policies\Draftable\Feature`

#### Technical Details

* Added new supportedOn definition: `SupportedOn_Desktop_26_1_0`
* Schema revision updated to `2601.0`

***

## Version 25.12.00

**No changes from 25.11.100**

The policy files remain unchanged from the previous version.

***

## Version 25.11.100

**No changes from 25.10.100**

The policy files remain unchanged from the previous version.

***

## Version 25.10.300

**No changes from 25.10.100**

The policy files remain unchanged from the previous version.

***

## Version 25.10.200

**No changes from 25.10.100**

The policy files remain unchanged from the previous version.

***

## Version 25.10.100

### DraftableDesktop.admx

#### Added Policies

| Policy Name (Display)                   | Registry Value           | Type    | Description                                                                                                                                                |
| --------------------------------------- | ------------------------ | ------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Open comparisons in a new tab           | `OpenComparisonInNewTab` | Boolean | Controls whether each comparison opens in a new in-app tab or reuses the current tab. If not configured, users can choose in Settings. Default is new tab. |
| Configure custom email body for exports | `CustomEmailBody`        | Text    | Sets the default email body when users export via the Email option. If users include export outputs, those are appended.                                   |

**Registry Location:** `Software\Policies\Draftable\Feature`

### DraftableDesktopLegal.admx

#### Added Policies

| Policy Name (Display)   | Registry Value              | Type            | Description                                                                                                                                        |
| ----------------------- | --------------------------- | --------------- | -------------------------------------------------------------------------------------------------------------------------------------------------- |
| iManage endpoints (CSV) | `ImanageEndpointsCsvPolicy` | Text (max 4096) | Specifies one or more iManage server URLs, separated by semicolons. Only absolute HTTPS URLs are allowed. The first valid URL becomes the default. |

**Registry Location:** `Software\Policies\Draftable\Feature`

#### Removed Policies

| Policy Name (Display)          | Registry Value               | Notes                                                            |
| ------------------------------ | ---------------------------- | ---------------------------------------------------------------- |
| iManage On Premises Server Url | `ImanageOnPremisesServerUrl` | Replaced by "iManage endpoints (CSV)" for multi-endpoint support |

#### Technical Details

* Added new supportedOn definition: `SupportedOn_Desktop_25_10_0`
* Schema revision updated to `2510.100`

***

## Version 25.9.300

**No changes from 25.9.0**

The policy files remain unchanged from the previous version.

***

## Version 25.9.0

### DraftableDesktop.admx

#### Added Policies

| Policy Name (Display)                | Registry Value                | Type | Description                                                                                                                                                 |
| ------------------------------------ | ----------------------------- | ---- | ----------------------------------------------------------------------------------------------------------------------------------------------------------- |
| PDF to DOCX Conversion Engine        | `PdfToDocxConversionEngineV2` | Enum | Specify which engine converts PDF documents to Word. Options: Default (Apryse recommended), Apryse, Office (Microsoft Office), Internal (Draftable Engine). |
| Configure an organisation identifier | `OrganizationIdentifier`      | Text | Specifies an organization identifier (GUID) included in all telemetry events for reporting and analysis. No user-level PII is collected.                    |

**Registry Locations:** `Software\Policies\Draftable\Compare` (PdfToDocxConversionEngineV2), `Software\Policies\Draftable\Feature` (OrganizationIdentifier)

#### Technical Details

* Added new supportedOn definitions: `SupportedOn_Desktop_25_9_0`

***

## Version 25.8.0

### DraftableDesktopLegal.admx

#### Added Policies

| Policy Name (Display)                                  | Registry Value                       | Type    | Description                                                                                                                                                             |
| ------------------------------------------------------ | ------------------------------------ | ------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Suppress table cell revisions for Track Changes output | `SuppressCellRevisionMarkersEnabled` | Boolean | Draftable generates revision information for table cell insertions and deletions in Track Changes outputs. Enable this to omit cell revisions in track changes outputs. |
| Enable Departures Table Output                         | `IsDeparturesTableOutputEnabled`     | Boolean | Enables Departures Table compare type in the Compare selector and 1-Click.                                                                                              |

**Registry Location:** `Software\Policies\Draftable\Feature`

#### Technical Details

* Added new supportedOn definitions:
  * `SupportedOn_Desktop_25_6_1` (for Suppress table cell revisions)
  * `SupportedOn_Desktop_25_6_2`
  * `SupportedOn_Desktop_25_6_3` (for Enable Departures Table Output)
* Schema revision updated to `2508.0`

***

## Version 25.6.00

**No changes from 25.5.300**

The policy files remain unchanged from the previous version. Schema revision updated to `2506.0`.

***

## Version 25.5.300

**No changes from 25.5.200**

The policy files remain unchanged from the previous version. Schema revision updated to `2505.300`.

***

## Version 25.5.200

### DraftableDesktopLegal.admx

#### Added Policies

| Policy Name (Display) | Registry Value      | Type    | Description                                                                                                       |
| --------------------- | ------------------- | ------- | ----------------------------------------------------------------------------------------------------------------- |
| Enable OneDrive       | `IsOneDriveEnabled` | Boolean | Specifies whether the OneDrive integration will be enabled in the application. This integration is on by default. |

**Registry Location:** `Software\Policies\Draftable\Feature`

#### Technical Details

* Added new supportedOn definition: `SupportedOn_Desktop_25_5_2`
* Schema revision updated to `2505.200`

***

## Version 25.5.0

### DraftableDesktop.admx

#### Added Policies

| Policy Name (Display)                     | Registry Value               | Type | Description                                                                               |
| ----------------------------------------- | ---------------------------- | ---- | ----------------------------------------------------------------------------------------- |
| Compare Window Summary Information Policy | `CompareWindowSummaryPolicy` | Enum | In the Compare Window user can see short summary of what changed in the review comparison |

**Options:**

* Summary shown in the Compare Window (default)
* Summary shown collapsed state in the Compare Window
* No summary shown in the Compare Window

**Registry Location:** `Software\Policies\Draftable\Feature`

**Note:** This policy was first introduced in version 25.2.0 but included in this version's documentation.

### DraftableDesktopLegal.admx

#### Added Policies

| Policy Name (Display)                            | Registry Value                               | Type    | Description                                                                                      |
| ------------------------------------------------ | -------------------------------------------- | ------- | ------------------------------------------------------------------------------------------------ |
| iManage Enable upload output as new related file | `SaveImanageFileWithRelatedEnabled`          | Boolean | Specifies on behalf of user if it's possible to upload output as new related to the iManage.     |
| Hide warning before closing Bulk Compare window  | `NotShowWarningBeforeBulkCompareWindowClose` | Boolean | Suppresses the confirmation dialog that normally appears when you close the Bulk Compare window. |

**Registry Location:** `Software\Policies\Draftable\Feature`

#### Removed Policies

| Policy Name (Display)                           | Registry Value                 | Notes                                                  |
| ----------------------------------------------- | ------------------------------ | ------------------------------------------------------ |
| Disable Legacy Document Elements Warning Dialog | `NotShowLegacyDocumentWarning` | This policy is no longer available in 25.5.0 and later |

#### Modified Policies

| Policy Name (Display) | Change       | Old Value                             | New Value                              |
| --------------------- | ------------ | ------------------------------------- | -------------------------------------- |
| Custom Status Tags    | Registry Key | `Software\Policies\Draftable\Feature` | `Software\Policies\Draftable\Frontend` |

#### Technical Details

* Added new supportedOn definitions:
  * `SupportedOn_Desktop_25_3_0`
  * `SupportedOn_Desktop_25_4_0`
* Changed supportedOn naming convention from `SupportedOn_Feature_*` to `SupportedOn_Desktop_*` for DraftableDesktopLegal policies

***

## Version 25.3.100

### DraftableDesktopLegal.admx

#### Added Policies

| Policy Name (Display) | Registry Value     | Type            | Description                                                                                                                                        |
| --------------------- | ------------------ | --------------- | -------------------------------------------------------------------------------------------------------------------------------------------------- |
| Custom Status Tags    | `CustomStatusTags` | Text (max 4096) | You can override the default status tags available within the comparison viewer. This should be supplied as a JSON array of color and label pairs. |

**Registry Location:** `Software\Policies\Draftable\Feature` (later moved to `Frontend` in 25.5.0)

#### Technical Details

* Added new supportedOn definition: `SupportedOn_Feature_25_3_0`

***

## Version 25.2.0

### DraftableDesktop.admx

#### Added Policies

| Policy Name (Display)                     | Registry Value               | Type | Description                                      |
| ----------------------------------------- | ---------------------------- | ---- | ------------------------------------------------ |
| Compare Window Summary Information Policy | `CompareWindowSummaryPolicy` | Enum | Controls Compare Window Summary panel visibility |

**Options:**

* Summary shown in the Compare Window (default)
* Summary shown collapsed state in the Compare Window
* No summary shown in the Compare Window

**Registry Location:** `Software\Policies\Draftable\Feature`

### DraftableDesktopLegal.admx

#### Modified Policies

| Policy Name (Display)            | Change              | Old Value                                | New Value                                  |
| -------------------------------- | ------------------- | ---------------------------------------- | ------------------------------------------ |
| HTTP Listener Communication Port | Policy Display Name | iManage HTTP Listener Communication Port | HTTP Listener Communication Port           |
|                                  | Registry Key        | `Software\Policies\Draftable\Feature`    | `Software\Policies\Draftable\HttpListener` |
|                                  | Value Name          | `ImanageCommunicationPort`               | `CommunicationPort`                        |
| Enable local HTTP Listener       | Policy Display Name | Enable local iManage HTTP Listener       | Enable local HTTP Listener                 |
|                                  | Value Name          | `ImanageCommunicationEnabled`            | `CommunicationEnabled`                     |

**Rationale:** These communication policies were renamed from iManage-specific to generic names to support broader DMS communication scenarios (e.g., Outlook integration).

#### Technical Details

* Added new supportedOn definition: `SupportedOn_Desktop_25_2_0` / `SupportedOn_Feature_25_2_0`

***

## Version 25.1.100

**No changes from 25.1.0**

The policy files remain unchanged from the baseline version.

***

## Version 25.1.0 (Baseline)

This is the baseline version from which all changes are tracked.

### DraftableDesktop.admx Policies

| Policy Name (Display)                                                          | Registry Value                        | Type          | Registry Key                             |
| ------------------------------------------------------------------------------ | ------------------------------------- | ------------- | ---------------------------------------- |
| Configure product key                                                          | `ProductKey`                          | Text (max 29) | `Software\Policies\Draftable\Compare`    |
| Configure Word Application usage Policy                                        | `WordApplicationInstancePolicy`       | Enum          | `Software\Policies\Draftable\Compare`    |
| Free text font family                                                          | `FreeTextFontSetting`                 | Text (max 62) | `Software\Policies\Draftable\Feature`    |
| Configure custom error message                                                 | `CustomCompareErrorMessage`           | Text          | `Software\Policies\Draftable\Feature`    |
| Configure custom contact support email body                                    | `CustomEmailSupportMessage`           | Text          | `Software\Policies\Draftable\Feature`    |
| Configure custom email subject for exports                                     | `CustomEmailSubject`                  | Text          | `Software\Policies\Draftable\Feature`    |
| Users can share error logs                                                     | `CompareErrorWindowAllowsToEmailLogs` | Boolean       | `Software\Policies\Draftable\Feature`    |
| Set how files are handled after comparison                                     | `ClearFilesAfterCompareSetting`       | Boolean       | `Software\Policies\Draftable\Feature`    |
| Configure submission of exception reports                                      | `sendExceptionReports`                | Enum          | `Software\Policies\Draftable\Exceptions` |
| Send usage statistics                                                          | `SendStatistics`                      | Boolean       | `Software\Policies\Draftable\Compare`    |
| Accept Terms and Conditions on behalf of users                                 | `wereTermsAndConditionsAccepted`      | Boolean       | `Software\Policies\Draftable\Compare`    |
| Header and footer detection                                                    | `HeaderFooterEnabled`                 | Boolean       | `Software\Policies\Draftable\Feature`    |
| Setup automatic updates on behalf of users (non-MSI installer)                 | `AutomaticUpdatesEnabled`             | Boolean       | `Software\Policies\Draftable\Compare`    |
| Disable the Welcome Balloon Notification from appearing at application startup | `NotShowWelcomeBalloonNotification`   | Boolean       | `Software\Policies\Draftable\Feature`    |
| Show Bulk Compare Option                                                       | `BulkEnabled`                         | Boolean       | `Software\Policies\Draftable\Feature`    |
| Launch Draftable automatically when Windows starts                             | `StartOnStartupOption`                | Enum          | `Software\Policies\Draftable\Compare`    |
| DOCX Conversion Engine                                                         | `DocxConversionEngine`                | Enum          | `Software\Policies\Draftable\Compare`    |
| Enable to show 1-Click export options                                          | `OneClickExportOptionsEnabled`        | Boolean       | `Software\Policies\Draftable\Feature`    |
| Hide 1-Click tab for users                                                     | `HideOneClickTab`                     | Boolean       | `Software\Policies\Draftable\Feature`    |
| 1-Click definition                                                             | `AdminOneClickCompareSuggestion`      | Text          | `Software\Policies\Draftable\Feature`    |

### DraftableDesktopLegal.admx Policies

#### iManage Integration

| Policy Name (Display)                                     | Registry Value                                       | Type          | Registry Key                          |
| --------------------------------------------------------- | ---------------------------------------------------- | ------------- | ------------------------------------- |
| iManage On Premises Client Id                             | `ImanageOnPremisesClientId`                          | Text (max 62) | `Software\Policies\Draftable\Feature` |
| iManage On Premises Server Url                            | `ImanageOnPremisesServerUrl`                         | Text (max 62) | `Software\Policies\Draftable\Feature` |
| iManage HTTP Listener Communication Port                  | `ImanageCommunicationPort`                           | Text (max 62) | `Software\Policies\Draftable\Feature` |
| Enable local iManage HTTP Listener                        | `ImanageCommunicationEnabled`                        | Boolean       | `Software\Policies\Draftable\Feature` |
| iManage Enable upload Track Changes output as new version | `TrackChangesOutputUploadAsImanageNewVersionEnabled` | Boolean       | `Software\Policies\Draftable\Feature` |
| Enable iManage integration on behalf of users             | `DmsEnabled`                                         | Boolean       | `Software\Policies\Draftable\Feature` |
| iManage Persistent session                                | `ImanagePersistentSessionEnabled`                    | Boolean       | `Software\Policies\Draftable\Feature` |
| Enable iManage automatic log in                           | `ImanageAutoLogInEnabled`                            | Boolean       | `Software\Policies\Draftable\Feature` |

#### Office Add-ins

| Policy Name (Display)        | Registry Value            | Type    | Registry Key                          |
| ---------------------------- | ------------------------- | ------- | ------------------------------------- |
| Enable VSTO Add-In (Word)    | `WordVstoAddInEnabled`    | Boolean | `Software\Policies\Draftable\Feature` |
| Enable VSTO Add-In (Outlook) | `OutlookVstoAddInEnabled` | Boolean | `Software\Policies\Draftable\Feature` |

#### Redline Profiles

| Policy Name (Display)                 | Registry Value           | Type            | Registry Key                                  |
| ------------------------------------- | ------------------------ | --------------- | --------------------------------------------- |
| Redline Settings Base Profile         | `BaseRedlineProfile`     | Text (max 4096) | `Software\Policies\Draftable\RedlineProfiles` |
| Redline Settings Profile 1-9          | `AdminRedlineProfile1-9` | Text (max 4096) | `Software\Policies\Draftable\RedlineProfiles` |
| Redline Settings Default Profile Name | `DefaultProfileName`     | Text (max 100)  | `Software\Policies\Draftable\RedlineProfiles` |
| User Team Name                        | `UserTeamName`           | Text (max 100)  | `Software\Policies\Draftable\RedlineProfiles` |
| Admin Base Profiles Only              | `AdminBaseProfilesOnly`  | Boolean         | `Software\Policies\Draftable\RedlineProfiles` |

#### DMS Integrations

| Policy Name (Display)                                 | Registry Value               | Type    | Registry Key                          |
| ----------------------------------------------------- | ---------------------------- | ------- | ------------------------------------- |
| Enable NetDocuments integration                       | `IsNetDocsEnabled`           | Boolean | `Software\Policies\Draftable\Feature` |
| Enable Worldox integration                            | `IsWorldoxEnabled`           | Boolean | `Software\Policies\Draftable\Feature` |
| Enable Epona integration                              | `IsEponaEnabled`             | Boolean | `Software\Policies\Draftable\Feature` |
| Enable SharePoint integration                         | `SharePointEnabled`          | Boolean | `Software\Policies\Draftable\Feature` |
| Enable automatic selection of the two latest versions | `IsLoadLatestDmsPairEnabled` | Boolean | `Software\Policies\Draftable\Feature` |

#### Output Options

| Policy Name (Display)                 | Registry Value                     | Type    | Registry Key                          |
| ------------------------------------- | ---------------------------------- | ------- | ------------------------------------- |
| Enable Side-By-Side Output Comparison | `IsDraftableOutputEnabled`         | Boolean | `Software\Policies\Draftable\Feature` |
| Enable Redline PDF Output             | `IsRedlineOutputEnabled`           | Boolean | `Software\Policies\Draftable\Feature` |
| Enable Redline DOCX Output            | `IsRedlineDocxOutputEnabled`       | Boolean | `Software\Policies\Draftable\Feature` |
| Redline Pdf Output Enabled            | `RedlinePdfOutputEnabledSetting`   | Boolean | `Software\Policies\Draftable\Feature` |
| Enable Track Changes in Word Output   | `IsTrackChangesWordOutputEnabled`  | Boolean | `Software\Policies\Draftable\Feature` |
| Enable Changed Pages Output           | `IsChangedPagesOutputEnabled`      | Boolean | `Software\Policies\Draftable\Feature` |
| Enable Excel Redline Output           | `IsExcelRedlineOutputEnabled`      | Boolean | `Software\Policies\Draftable\Feature` |
| Enable PowerPoint Redline Output      | `IsPowerPointRedlineOutputEnabled` | Boolean | `Software\Policies\Draftable\Feature` |
| Enable Native Office Output           | `IsNativeOfficeOutputEnabled`      | Boolean | `Software\Policies\Draftable\Feature` |

#### Other Policies

| Policy Name (Display)                           | Registry Value                    | Type          | Registry Key                          |
| ----------------------------------------------- | --------------------------------- | ------------- | ------------------------------------- |
| Never share obfuscated documents                | `NeverShareObfuscatedDocuments`   | Boolean       | `Software\Policies\Draftable\Compare` |
| Enable custom contact details                   | `CustomErrorContactInfoSetting`   | Text (max 62) | `Software\Policies\Draftable\Feature` |
| Disable Legacy Document Elements Warning Dialog | `NotShowLegacyDocumentWarning`    | Boolean       | `Software\Policies\Draftable\Feature` |
| Compare Footnote Numbering                      | `CompareFootnoteNumberingEnabled` | Boolean       | `Software\Policies\Draftable\Feature` |

### DraftableInstaller.admx Policies

| Policy Name (Display)   | Registry Value          | Type    | Registry Key                            |
| ----------------------- | ----------------------- | ------- | --------------------------------------- |
| Create Desktop Shortcut | `CreateDesktopShortcut` | Boolean | `Software\Policies\Draftable\Installer` |

***

## Summary of Changes by Feature Area

### New Policies Added Over Time

| Version   | Policy Name (Display)                                       | Feature Area     |
| --------- | ----------------------------------------------------------- | ---------------- |
| 25.2.0    | Compare Window Summary Information Policy                   | UI               |
| 25.2.0    | Communication policies renamed to generic                   | DMS              |
| 25.3.100  | Custom Status Tags                                          | UI               |
| 25.5.0    | iManage Enable upload output as new related file            | iManage          |
| 25.5.0    | Hide warning before closing Bulk Compare window             | UI               |
| 25.5.200  | Enable OneDrive                                             | DMS              |
| 25.8.0    | Suppress table cell revisions for Track Changes output      | Excel Comparison |
| 25.8.0    | Enable Departures Table Output                              | Output           |
| 25.9.0    | PDF to DOCX Conversion Engine                               | Conversion       |
| 25.9.0    | Configure an organisation identifier                        | Telemetry        |
| 25.10.100 | Open comparisons in a new tab                               | UI               |
| 25.10.100 | Configure custom email body for exports                     | Email/Export     |
| 25.10.100 | iManage endpoints (CSV)                                     | iManage          |
| 26.1.00   | Enable SharePoint Heavy Usage Mode                          | DMS              |
| 26.1.00   | Enable Changes Report                                       | Output           |
| 26.1.00   | Enable Text Only Compare                                    | Output           |
| 26.1.00   | Preserve Word comments when converting to PDF               | Conversion       |
| 26.3.200  | Enable AI-Ready Redline Output                              | Output           |
| 26.6.0    | Use system browser to sign in to iManage                    | iManage          |
| 26.6.0    | Enable Settings pre-warm at startup                         | UI               |
| 26.6.0    | Output filename pattern                                     | Output           |
| 26.6.0    | Show comments in three-pane redline output                  | Output           |
| 26.6.0    | Summary page position                                       | Output           |
| 26.6.0    | Open Word in                                                | Output           |
| 26.6.0    | Action after a comparison completes                         | UI               |
| 26.6.200  | Skip the iManage system-browser sign-in confirmation prompt | iManage          |
| 26.6.200  | Hide minor SharePoint versions by default                   | DMS              |

### Removed Policies

| Version   | Policy Name (Display)                           | Reason                                                                              |
| --------- | ----------------------------------------------- | ----------------------------------------------------------------------------------- |
| 25.5.0    | Disable Legacy Document Elements Warning Dialog | Feature deprecated                                                                  |
| 25.10.100 | iManage On Premises Server Url                  | Replaced by "iManage endpoints (CSV)"                                               |
| 26.4.0    | Show Bulk Compare Option                        | Bulk Compare now always available                                                   |
| 26.6.200  | Enable SharePoint Heavy Usage Mode              | Removed from the GP template only; registry value still honoured by the application |

### Breaking Changes

| Version   | Change                                  | Migration Notes                                                                                                      |
| --------- | --------------------------------------- | -------------------------------------------------------------------------------------------------------------------- |
| 25.2.0    | Communication policy renamed            | Update registry path from `ImanageCommunicationPort` to `CommunicationPort` and key from `Feature` to `HttpListener` |
| 25.5.0    | Custom Status Tags registry key changed | Move from `Software\Policies\Draftable\Feature` to `Software\Policies\Draftable\Frontend`                            |
| 25.10.100 | iManage On Premises Server Url removed  | Migrate to "iManage endpoints (CSV)" using semicolon-separated HTTPS URLs                                            |

***

## Registry Path Reference

| Registry Key                                  | Purpose                        |
| --------------------------------------------- | ------------------------------ |
| `Software\Policies\Draftable\Compare`         | Core comparison settings       |
| `Software\Policies\Draftable\Feature`         | Feature toggles and settings   |
| `Software\Policies\Draftable\Frontend`        | UI-related settings            |
| `Software\Policies\Draftable\HttpListener`    | HTTP communication settings    |
| `Software\Policies\Draftable\RedlineProfiles` | Redline profile configurations |
| `Software\Policies\Draftable\Exceptions`      | Exception reporting settings   |
| `Software\Policies\Draftable\Installer`       | Installation settings          |
