# Launcher Doesn't Automatically Launch

* This issue occurs when the Netmarble Launcher cannot be added to the apps that run automatically when starting the computer.
* You can manually change the Windows settings to automatically run Netmarble Launcher when starting up the computer.
* Please refer to the following details for a solution.

#### \[Solution]&#x20;

1. Go to the Taskbar > Search for "Task Scheduler" and run it (it may have different name depending on the version of Windows).
2. On the right side of Task Scheduler, click \[Create Task].
3. When the "Create New Task" window opens, go to the General tab > Set the name to "Netmarble Launcher."
4. On the General tab, check "Run with highest privileges" under Security Options.
5. Go to the Triggers tab > Click on \[New] button to create a new trigger > Set the Begin the task as "At log on" and click \[OK].
6. Go to the Actions tab > Click \[New] to create a new action, then click \[Browse].
7. When the folder opens, enter "C:\Program Files\Netmarble\Netmarble Launcher" in the address bar (if you didn't install the launcher in the default location, enter the path where the launcher is installed).
8. Once the path inside the folder is open, select the "Netmarble Launcher" application and click \[OK].

※ How to confirm if the task is working: Click on "Selected item" on the right > Click \[Run] button to check if Netmarble Launcher runs.

※ If it does not run, please check if the file path is set correctly or if your account has administrator permissions.

#### \[How to Grant Administrator Permissions]

1. Press "Windows key + R" to open the Run window.
2. In the opened window, type "netplwiz" and click \[OK].
3. Select the account logged into the current window, then click \[Properties].
4. Go to the "Group Membership" > Check "Administrator" and click \[Apply].


---

# 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://launcher-docs.netmarble.com/faq-en/launcher-launch/5.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.
