Copy Station - Enabling the Mouse Cursor

  • Updated

Problem: The mouse cursor is hidden when using the Copy Station software.

Note: This issue only affects Copy Station systems that are set up to use a standard monitor and not the touch screen monitor. 

Cause: By default, the Copy Station software is set to hide the cursor for use with the touch screen. 

Solution: Edit the configuration file for the Copy Station executable to display the cursor.

  1. Exit the Copy Station software.
  2. Navigate to: C:\Program Files(x86)\Rimage\Copy Station\Rimage.CopyStation.Client
  3. Open Rimage.CopyStation.Client.exe.config with Notepad.
  4. Locate the following lines in the code: 

                <setting name="HideScreenCursor" serializeAs="String">
                    <value>True</value>

  5. Change the value to False:

                <setting name="HideScreenCursor" serializeAs="String">
                    <value>False</value>

  6. Save the config file.
  7. Open the Copy Station software. The mouse should now be visible.