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

# Seam Bridge Setup for Windows

> Step-by-step instructions for installing, launching, and configuring Seam Bridge on Windows.

### System Requirements

* **Supported versions:**
  * Windows 10/11 AMD64/ARM64
* **Minimum hardware:**
  * 1 GB RAM
  * \~150 MB disk space
  * x64 architecture
* **Network:** LAN connection required

***

## Run Seam Bridge

### Launch the app and allow required permissions

1. Open the downloaded executable file.
2. If you are using a Windows computer running Microsoft Defender, you may need to allow Windows to run the Seam Bridge app.
   1. In the **Windows protected your PC** dialog, click **More info**.
   2. Click **Run anyway**.
3. If you are using a Windows computer, you may need to allow public networks to access the Seam Bridge app.
   1. In the **Do you want to allow public and private networks to access this app?** dialog, click **Show more**.
   2. Make sure that the **Public networks** and **Private networks** checkboxes are selected.
   3. Click **Allow**.
4. The Seam Bridge app will launch.

***

### Complete Seam Bridge setup

1. Accept the **Terms of Service.**

2. Enter a name for the site that you are connecting using Seam Bridge—for example, `My Site`—and then click **Start pairing**.

   <img src="https://mintcdn.com/seam/cEb0qDa-sehX_yKT/images/Screenshot-2025-11-13-at-11.07.19-AM.png?fit=max&auto=format&n=cEb0qDa-sehX_yKT&q=85&s=494328f9dea64f12d8a8ccded83a0c04" alt="Seam Bridge Welcome screen" style={{width: "420px", height: "auto"}} width="1302" height="814" data-path="images/Screenshot-2025-11-13-at-11.07.19-AM.png" />

3. Seam Bridge displays a **Pairing code.** Use this code when connecting Seam Bridge to your workspace. Return to this window whenever a new pairing code is requested.

   <img src="https://mintcdn.com/seam/3MkQAe40a-b0KYcA/images/bridge.png?fit=max&auto=format&n=3MkQAe40a-b0KYcA&q=85&s=bc466ec78fefd8d97f7cc9896eae3aa5" alt="Seam Bridge pairing code screen" style={{width: "420px", height: "auto"}} width="835" height="808" data-path="images/bridge.png" />

***

### Set up Seam Bridge to Reboot on Restart

Use Task Scheduler to auto-start your app and restart it if it fails.

#### **Open Task Scheduler**

1. Press **Win** key and type **Task Scheduler**.
2. Open **Task Scheduler**.

#### **Create a new task**

1. In the right-hand **Actions** pane, select **Create Task…** (not *Create Basic Task*).

   <img src="https://mintcdn.com/seam/cEb0qDa-sehX_yKT/images/Task-Scheduler-Create-Task....png?fit=max&auto=format&n=cEb0qDa-sehX_yKT&q=85&s=af5674aabc2702736cef54beab1a3310" alt="Task Scheduler - Create Task option" style={{width: "550px", height: "auto"}} width="1574" height="1128" data-path="images/Task-Scheduler-Create-Task....png" />

2. In the **General** tab:

   * Name: e.g. `Seam Bridge - Keep Running`.
   * (Recommended) Check **Run when user is logged on.**
   * (If needed) Check **Run with highest privileges**.
   * Pick the right OS under **Configure for** (e.g. Windows 10/11).

   <img src="https://mintcdn.com/seam/cEb0qDa-sehX_yKT/images/Screenshot-2025-11-13-at-3.43.54-PM.png?fit=max&auto=format&n=cEb0qDa-sehX_yKT&q=85&s=deea7e2dfecd082fa473c9bf976ac024" alt="Task Properties - General tab" style={{width: "450px", height: "auto"}} width="1264" height="960" data-path="images/Screenshot-2025-11-13-at-3.43.54-PM.png" />

3. **Set up trigger to launch at start up**

   * Go to the **Triggers** tab and click **New….**
   * Set **Begin the task** to **At startup**.
   * Make sure **Enabled** is checked, then click **OK**.

   <img src="https://mintcdn.com/seam/cEb0qDa-sehX_yKT/images/Screenshot-2025-11-13-at-8.32.45-AM.png?fit=max&auto=format&n=cEb0qDa-sehX_yKT&q=85&s=6e8959a779fd7d3b9e85babd26b2fb76" alt="Task Properties - Triggers tab, At startup trigger" style={{width: "450px", height: "auto"}} width="1182" height="1034" data-path="images/Screenshot-2025-11-13-at-8.32.45-AM.png" />

4. **Add another trigger to relaunch Seam Bridge if it closes**

   1. In the **Triggers** tab, select **New…**
   2. Set **Begin the task** to **On a schedule**
   3. Under **Settings**, select:
      * Daily
      * Recur every: 1 day
   4. Under **Advanced settings**, enable:
      * **Repeat task every:** 5 minutes
      * **For a duration of:** 1 day
      * Ensure **Enabled** is checked
   5. Select **OK** to save the trigger.

   <img src="https://mintcdn.com/seam/cEb0qDa-sehX_yKT/images/Screenshot-2025-11-13-at-3.19.04-PM.png?fit=max&auto=format&n=cEb0qDa-sehX_yKT&q=85&s=82e527c312853480f85092c68d01fa5f" alt="Task Properties - Triggers tab, scheduled trigger" style={{width: "450px", height: "auto"}} width="1186" height="1028" data-path="images/Screenshot-2025-11-13-at-3.19.04-PM.png" />

5. **Configure launching the Seam Bridge app**

   * Go to the **Actions** tab and click **New….**
   * Set **Action** to **Start a program**.
   * In **Program/script**, select your app's .exe or script:
     * Example: `C:\Users\user\Downloads\SeamBridge.exe`
   * Click **OK**.

   <img src="https://mintcdn.com/seam/cEb0qDa-sehX_yKT/images/Screenshot-2025-11-13-at-9.02.46-AM.png?fit=max&auto=format&n=cEb0qDa-sehX_yKT&q=85&s=6b80d877cc934b5dfd1007b8eed1917b" alt="Task Properties - Actions tab" style={{width: "450px", height: "auto"}} width="912" height="998" data-path="images/Screenshot-2025-11-13-at-9.02.46-AM.png" />

6. **Configure settings for relaunching**

   1. Go to the **Settings** tab.
   2. Enable:
      * **Allow task to be run on demand**.
      * **If the task fails, restart every:** `1 minute`, for a duration of: `Indefinitely` or a reasonable number of attempts (> 100).
   3. Uncheck **Stop the task if it runs longer than:**.
   4. Check **If the running task does not end when requested, force it to stop**.

   <img src="https://mintcdn.com/seam/cEb0qDa-sehX_yKT/images/Screenshot-2025-11-13-at-9.37.06-AM.png?fit=max&auto=format&n=cEb0qDa-sehX_yKT&q=85&s=d46dad62b0b14572f992a26bb742f16b" alt="Task Properties - Settings tab" style={{width: "450px", height: "auto"}} width="1264" height="960" data-path="images/Screenshot-2025-11-13-at-9.37.06-AM.png" />

7. **Prevent power settings from stopping the task**

   * Go to the **Conditions** tab.
   * If this is a plugged-in machine (kiosk/server style):
     * Uncheck **Start the task only if the computer is on AC power**.
     * Uncheck **Stop if the computer switches to battery power**.

   <img src="https://mintcdn.com/seam/cEb0qDa-sehX_yKT/images/Screenshot-2025-11-13-at-9.46.57-AM.png?fit=max&auto=format&n=cEb0qDa-sehX_yKT&q=85&s=c3a1e861c463d273c966a35b308921c3" alt="Task Properties - Conditions tab" style={{width: "450px", height: "auto"}} width="1266" height="958" data-path="images/Screenshot-2025-11-13-at-9.46.57-AM.png" />

#### **Save and test**

1. Click **OK** to save the task.
2. If prompted, enter the user's password so Windows can run it in the background.
3. In Task Scheduler, right-click your new task and select **Run**.
4. Confirm the app starts as expected.
5. Restart the computer and verify the app launches automatically.

***
