Registry settings

Registry settings modify the functions of AutoStore.

Global settings

Batch settings

To enable isolated page counting, add the key HKLM\SYSTEM\CurrentControlSet\services\autostore\parameters\IsolatedPageCounting.

If the key does not exist, page counting takes place in the batch process. It might cause performance or reliability issues in special cases. If the key exists, page counting takes place in a separate process, that prevents the impact of page counting on the batch itself.

License update timeout settings

To set the license update timeout in seconds, create a DWORD called LicUpdateTimeout at HKLM\SYSTEM\CurrentControlSet\Services\autostore\Parameters.

The minimum value is from 30 seconds. When the value is below 30, it is automatically set to 30 seconds. When the key does not exist, it uses the default 90 seconds timeout.

RRT time zone settings

To set the component RRTs time from UTC to Local time, create a registry key called LocalTime at SYSTEM\CurrentControlSet\Services\autostore\Parameters.

When the key does not exist, the RRTs use the default UTC time format. For more details, see Using RRTs.

TLS connection settings

OS default TLS protocol (applies to all .NET-based components)

Create a new SystemDefaultTLSVersions DWORD with value ’1’ under HKLM\Software\(Wow6432Node)\Microsoft\.NETFramework\v4.0.30319.

When the key is missing or 0, the OS default TLS protocol is disabled.

Override the OS and application defaults

To use specific TLS protocols, set the desired values under HKLM\SYSTEM\CurrentControlSet\Services\autostore\Parameters\TLS.

For example:

  • One value only, case sensitive: Tls12

  • Multiple values, comma separated and case sensitive: Tls11,Tls12,Tls13

Component specific settings

Sharepoint

Enable or disable subsite enumeration

Set the DWORD registry: HKLM\SYSTEM\CurrentControlSet\Services\autostore\Parameters\SHAREPOINT_ENUMERATE_SUBSITE

Value:

  • 1: enable

  • 0: disable

When the SHAREPOINT_ENUMERATE_SUBSITE key does not exist, the default value is 1.

Turn on legacy connection modes

Set this DWORD registry:

  • Security Token Services: HKLM\SYSTEM\CurrentControlSet\Services\autostore\Parameters\SHAREPOINT_COOKIE_SERVICES

    Value:

    • 1: Security Token Services is listed

    • 0: Security Token Services is not available

    When the key SHAREPOINT_COOKIE_SERVICES does not exist, the default value is 0.

  • AutoStore Add-on Services: HKLM\SYSTEM\CurrentControlSet\Services\autostore\Parameters\SHAREPOINT_ADD_ON_SERVICES

    Value:

    • 1: AutoStore Add-on Services is listed

    • 0: AutoStore Add-on Services is not available

    When the key SHAREPOINT_ADD_ON_SERVICES does not exist, the default value is 0.

Changing the default row limit

Create a DWORD at HKLM\SYSTEM\CurrentControlSet\Services\autostore\Parameters\SHAREPOINT_SITE_ROWLIMIT.

When the key does not exist, the default value is 500 rows.

Modify the default WebTemplate property filter

The filter can be changed by the registry STRING value at HKLM\SYSTEM\CurrentControlSet\Services\autostore\Parameters\SHAREPOINT_WEBTEMPLATE_FILTER.

Site templates listed in the key will be retrieved during site browsing.

If the key does not exist, the default value is GROUP;SITEPAGEPUBLISHING.

OPOCR

Enable or disable the OCR service logging

To enable or disable the OCR service logging, use the DWORD HKLM\SYSTEM\CurrentControlSet\Services\autostore\Parameters\DisableOCRServiceContainerLog with the following values:

  • 0: enable logging

  • 1: disable logging

The log file is placed next to the AutoStore log.

WebCapture settings

Turn on the alternate group membership check

This setting is located in the Web.config file, not in the registry.

Modify the [AutoStore install directory]/ASWCCapture/Web.config file from appSettings /> to appSettings> add key="AlternateGroupsMethod" value="true" /> /appSettings>.