Background Service Overview


Most of the Upload Client functionality is provided by a Windows service, software that runs in the background and is started automatically when the computer is turned on. This is what allows the detection and transfer of new files to continue even when the User Interface is closed and the user is logged off.

Details

The background service is named "Pathcore Upload Background" and can be managed using the standard Windows service administration tools (Control Panel > System and Security > Administrative Tools > Services).

The service runs as the "Local System" account by default.

To manually install the "Pathcore Upload Background" service
  1. Click on the Start button at the bottom left of the screen

  2. In the search bar, enter the following:

    %ProgramFiles%\Pathcore Upload Client\upload_background_service.exe /i
  3. Run the command as Administrator

To stop the "Pathcore Upload Background" service
If the service is stopped or uninstalled, files will not be transferred to PathcoreFlow.
  1. Click on the Start button at the bottom left of the screen

  2. Click on Settings

  3. In the search bar enter "Control Panel" and click on the result that matches

  4. Click on System and Security

  5. Click on Administrative Tools

  6. Open Services

  7. Locate the "Pathcore Upload Background" service and right-click on it to bring up the context menu

  8. Click Stop

To manually uninstall the "Pathcore Upload Background" service
If the service is stopped or uninstalled, files will not be transferred to PathcoreFlow.
  1. Stop the "Pathcore Upload Background" service

  2. Click on the Start button at the bottom left of the screen

  3. In the search bar, enter the following:

    %ProgramFiles%\Pathcore Upload Client\upload_background_service.exe /u
  4. Run the command as Administrator