> ## Documentation Index
> Fetch the complete documentation index at: https://docs.speckle.systems/llms.txt
> Use this file to discover all available pages before exploring further.

# Desktop Services

> Manual installation instructions for Speckle Desktop Services via ZIP

<Warning>
  **This guide is for IT administrators only.** If you are a regular user, see our [standard
  installation guide](/connectors/installation) instead.
</Warning>

Desktop Services is a lightweight background service that handles several functionality for Connectors.

Not all connectors require the desktop service. Check the installation instructions for specific connectors to know if it is needed.

For the connectors that require it, the Desktop Service should be running at all times. We recommend setting it to launch at startup so it's always available.

<Warning>
  Updating from an older version?: Make sure Desktop Services isn't running before you install.
  After installation, restart the service.
</Warning>

## Install for a single user

1. Extract the downloaded ZIP file
2. Copy all contents from the extracted folder to `%AppData%\Speckle\Desktop Services\`
   * Create the directory structure if it doesn't exist
3. Create a shortcut to `Speckle.Desktop.Services.exe`
4. Move the shortcut to `%AppData%\Microsoft\Windows\Start Menu\Programs\Startup\`
   * This makes Desktop Services run automatically when you sign in to Windows

## Install for all users

Follow the same steps as the single user install, but use these locations instead:

* **Program files**: `%ProgramFiles%\Speckle\Desktop Services\`
* **Startup folder**: `%ProgramData%\Microsoft\Windows\Start Menu\Programs\StartUp\`

## Uninstall Desktop Services

1. Stop Desktop Services if it's running
2. Delete the `Desktop Services` folder from the location where you installed it
3. Remove the startup shortcut from the Startup folder

To completely remove all Speckle products from your system, you may also need to delete the `%AppData%\Speckle\` folder.

<Card title="Back to Manual Installation Overview" icon="arrow-left" href="/connectors/manual-installation/introduction">
  Return to connector selection
</Card>
