# How can I make NDI Tools launch automatically?

You can set NDI Tools to launch automatically using Windows Task Scheduler. Just follow the steps below

{% stepper %}
{% step %}

### Open **Windows Task Scheduler**.

<figure><img src="/files/TbIQRETYFJknyMXrnAgF" alt=""><figcaption></figcaption></figure>

{% endstep %}

{% step %}

### Click **Create Basic Task** from the right-hand menu.

<figure><img src="/files/0TO5bCPDVyEk96KJPVUF" alt=""><figcaption></figcaption></figure>

{% endstep %}

{% step %}

### Name the task (e.g., "Start NDI Tools") and provide a description if desired and click **Next**

<figure><img src="/files/DBrH6c6tQp74PtyU1XKx" alt=""><figcaption></figcaption></figure>

{% endstep %}

{% step %}

### Set the trigger to **When I log on** and click **Next**.

<figure><img src="/files/ekLauhxbM5gAYHYeOEa7" alt=""><figcaption></figcaption></figure>

{% endstep %}

{% step %}

### Choose **Start a program** as the action and click **Next**.

<figure><img src="/files/4ydnjpDgx4xOETCsYODO" alt=""><figcaption></figcaption></figure>

{% endstep %}

{% step %}

### Browse to the NDI Tools executable file and add it.

*(Optional) Add command-line arguments to minimize or suppress UI, if supported*

**Bridge**: C:\Program Files\NDI\NDI 6 Tools\Bridge\Application.NDI.Bridge.x64.exe

**Discovery Server**: C:\Program Files\NDI\NDI 6 Tools\Discovery\NDI Discovery Service.exe

**NDI Remote**: C:\Program Files\NDI\NDI 6 Tools\Remote\Application.NDI.Remote.x64.exe

**NDI Router**: C:\Program Files\NDI\NDI 6 Tools\Router\Application.NDI.Router.exe

**Screen Capture**: C:\Program Files\NDI\NDI 6 Tools\Screen Capture\Application.Network.ScanConverter2.x64.exe

**ScreenCapture HX**: C:\Program Files\NDI\NDI 6 Tools\Screen Capture\Application.Network.ScanConverterHX.x64.exe

**Studio Monitor**: C:\Program Files\NDI\NDI 6 Tools\Studio Monitor\Application.Network.StudioMonitor.x64.exe

**NDI Recorder**: C:\Program Files\NDI\NDI 6 Tools\Studio Monitor\Application.NDIRecording.x64.exe

**Test Patterns**: C:\Program Files\NDI\NDI 6 Tools\Test Patterns\Application.Network.TestPatterns.exe

**Webcam**: C:\Program Files\NDI\NDI 6 Tools\Webcam\Webcam.exe
{% endstep %}

{% step %}

### Click **Finish** to save the task.

{% endstep %}
{% endstepper %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ndi.video/all/faq/ndi-tools/how-can-i-make-ndi-tools-launch-automatically.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
