Description of Issue:
When accessing SedonaOffice, the splash screen with version information the splash screen opens every time a user logs in.
Resolution:
The Splash screen should open once a day. The first time a user logs into Sedona Office the screen will open and display the latest release information.
When you open Sedona Office, the application reads a Windows registry entry to see when you last logged in.
The registry key is HKEY_CURRENT_USER\SOFTWARE\Sedona Development Company\UserSettings\Forms\Startup
The entry it is looking for is Last Login.
The splash screen will open if the date is less than the System date.
After you log in the value is updated to the current date and the splash screen will not open again on that date.
One issue that will cause the screen to keep opening on the same day is if the user does not have the right to write to the Windows registry.
You can make the users a local administrator on their machine or give them rights to registry entries.
You can also use group policies to allow access to the needed registry keys.
https://support.microsoft.com/en-us/topic/40ed412e-5a42-9f7d-d6b4-a1726a205919