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.
Windows 10
To stop the "Pathcore Upload Background" service (Windows 10)
Click on the ⊞ Start button at the bottom left of the screen
Click on Settings
In the search bar type "Control Panel" and click on the result that matches
Click on System and Security
Click on Administrative Tools
Open Services
Locate the "Pathcore Upload Background" service and right-click on it to bring up the context menu
Click Stop
To manually install the "Pathcore Upload Background" service (Windows 10)
Open a Command Prompt as an administrator:
Click on the ⊞ Start button at the bottom left of the screen
Enter "command prompt" into the search bar
Click on Run as administrator in the right-hand panel
Click on the Yes button in the User Account Control warning that pops up.
Enter the following command into the Command Prompt:
"%ProgramFiles%\Pathcore Upload Client\upload_background_service.exe" /iClose the Command Prompt window
To manually uninstall the "Pathcore Upload Background" service (Windows 10)
Stop the "Pathcore Upload Background" service
Open a Command Prompt as an administrator:
Click on the ⊞ Start button at the bottom left of the screen
Enter "command prompt" into the search bar
Click on Run as administrator in the right-hand panel
Click on the Yes button in the User Account Control warning that pops up.
Enter the following command into the Command Prompt:
"%ProgramFiles%\Pathcore Upload Client\upload_background_service.exe" /uClose the Command Prompt window
Windows 11
To stop the "Pathcore Upload Background" service (Windows 11)
Click on the ⊞ Start button in the taskbar at the bottom of the screen
Click on the Apps > button at the top right of the popup
Click on Windows Tools
Open Services
Locate the "Pathcore Upload Background" service and right-click on it to bring up the context menu
Click Stop
To manually install the "Pathcore Upload Background" service (Windows 11)
Open a Command Prompt as an administrator:
Click on the ⊞ Start button in the taskbar at the bottom of the screen
Click on the Apps > button at the top right of the popup
Click on Windows Tools
Right-click on Command Prompt to bring up the context menu
Click on Run as administrator
Click on the Yes button in the User Account Control warning that pops up.
Enter the following command into the Command Prompt:
"%ProgramFiles%\Pathcore Upload Client\upload_background_service.exe" /iClose the Command Prompt window
To manually uninstall the "Pathcore Upload Background" service (Windows 11)
Stop the "Pathcore Upload Background" service
Open a Command Prompt as an administrator:
Click on the ⊞ Start button in the taskbar at the bottom of the screen
Click on the Apps > button at the top right of the popup
Click on Windows Tools
Right-click on Command Prompt to bring up the context menu
Click on Run as administrator
Click on the Yes button in the User Account Control warning that pops up.
Enter the following command into the Command Prompt:
"%ProgramFiles%\Pathcore Upload Client\upload_background_service.exe" /uClose the Command Prompt window