Epic Registry Values: Difference between revisions

From Scriptel Wiki
Jump to navigation Jump to search
No edit summary
(Added PreventRegions)
 
(One intermediate revision by the same user not shown)
Line 27: Line 27:
* Default 'Yes' (1)
* Default 'Yes' (1)
* When set to zero, legacy signatures will not be checked against their signature hash. This is not the Document Hash, which still needs to be correct in order to decrypt the signature.
* When set to zero, legacy signatures will not be checked against their signature hash. This is not the Document Hash, which still needs to be correct in order to decrypt the signature.
==Legacy Values==
===PreventScreenLock===
* DWORD
* Default 'No' (0)
* Requires version 3.2.47 or greater (Deprecated as of 3.2.87)
* Determines if the graffiti lock screen will be used or not.


=Signature Pad Display Values=
=Signature Pad Display Values=
Line 47: Line 39:
* Default 'Yes' (1)
* Default 'Yes' (1)
* When enabled, draws navigation buttons on the screen.
* When enabled, draws navigation buttons on the screen.
== PreventRegions ==
* DWORD
* Default 'No' (0)
* When enabled, no calls to region handling are made. Uses standard OK and CANCEL button regions. Applies in version later than 3.4.62
==Legacy Values==
===PreventScreenLock===
* DWORD
* Default 'No' (0)
* Requires version 3.2.47 or greater (Deprecated as of 3.2.87)
* Determines if the graffiti lock screen will be used or not.

Latest revision as of 16:36, 6 September 2023

This article covers the registry values that are available for use with ScripTouch for Epic Hyperspace and Hyperdrive. All keys unless otherwise stated require ScripTouch for Epic Hyperspace version 3.2.89 or greater to use or any version of Hyperdrive.

All registry values discussed in this article will require you to either navigate to or create the following registry key:

  • Windows 32-bit: HKLM\Software\Scriptel Corporation\Epic
  • Windows 64-bit: HKLM\Software\WOW6432Node\Scriptel Corporation\Epic

Screen Lock Values

ScreenLockPrevent

  • DWORD
  • Default 'No' (0)
  • Determines if the graffiti lock screen will be used or not.
  • Value overrides PreventScreenLock if present.

ScreenLockToggleBacklight

  • DWORD
  • Default 'Yes' (1)
  • Toggles the backlight between on and off when the screen lock is in use.

ScreenLockMessage

  • REG_SZ
  • Default "Please wait for signature prompt."
  • Single line of text (~40-50 characters recommended limit) organization can use to customize lock screen message.

CheckSignatureHash

  • DWORD
  • Default 'Yes' (1)
  • When set to zero, legacy signatures will not be checked against their signature hash. This is not the Document Hash, which still needs to be correct in order to decrypt the signature.

Signature Pad Display Values

EnableSigPadLine

  • DWORD
  • Default 'No' (0)
  • When enabled, draws a signature line on the screen.

EnableSigPadButtons

  • DWORD
  • Default 'Yes' (1)
  • When enabled, draws navigation buttons on the screen.

PreventRegions

  • DWORD
  • Default 'No' (0)
  • When enabled, no calls to region handling are made. Uses standard OK and CANCEL button regions. Applies in version later than 3.4.62

Legacy Values

PreventScreenLock

  • DWORD
  • Default 'No' (0)
  • Requires version 3.2.47 or greater (Deprecated as of 3.2.87)
  • Determines if the graffiti lock screen will be used or not.