Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Using regedit.exe select the following key: HKEY_LOCAL_MACHINE\SOFTWARE\Tricerat\Simplify Printing\ScrewDrivers Server v6

  2. Create a REG_DWORD value of either “ClientVersionWarn” or “ClientVersionDeny”

    The value should be set to ‘1' to trigger on v4 clients or '2’ to trigger on anything before v6.1. A value of 0 is off.

  3. You may optionally create a STRING REG_SZ value called “ClientVersionWarnMessage“ that will override the default text that is displayed to the end user if they connect with an old client.

  4. If you are using client denials you can set the date at which denials will start (end users will receive a warning prior to that date). Unless you set a date denials will start immediately. The date is set with a STRING REG_SZ value called “ClientVersionDenyDate” and is of the format MM/DD/YYYY.

  5. Additionally with denials you can override the text of the end user message with a custom message using the “ClientVersionDenyMessage” STRING REG_SZ value. If you embed the string “[DATE]” in the custom message it will be replaced with the value of “ClientVersionDenyDate” if set or “IMMEDIATELY” if no date has been set.

...