> For the complete documentation index, see [llms.txt](https://api.raftmodding.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://api.raftmodding.com/getting-started/installing-raft-mod-loader/configuring-your-antivirus/norton.md).

# Norton

First let's add the exception to the Norton Antivirus:

Open Norton then go to "Settings"-> "Scans and Risks" and scroll down to "Exclusions/Low risks":

<figure><img src="/files/44Sn8bj3kXP2MnmAd66l" alt=""><figcaption></figcaption></figure>

At "Items to Exclude from Scans", click on "Configure"->"Add Files":

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

Add an exception for the **RMLLauncher.exe** you downloaded:

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

As well as for the **HMLCore.exe** located in **C:\Users\YourUserName\AppData\Roaming\RaftModLoader .**

Then click on "Add Folders" to add an exception for the entire **RaftModLoader** folder located at **C:\Users\YourUserName\AppData\Roaming\RaftModLoader .**

This is what your exceptions should look like. Confirm by hitting "Apply" then "Ok":

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

Now add the exact same exceptions for "Items to Exclude from Auto-Protect, Script Control, Behavioral Protection and Download Intelligence Detection":

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

After you're done hit "Apply" and then "Ok":

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

If the Raft Mod Loader can't connect to the internet, you'll need to add an exception to your firewall too:

1. Go to **Settings** -> **Firewall** -> **Application Control**
2. Use the search function to find **`HML`**
3. Allow network access for **`HML`**

Finally restart the computer to apply the settings!

## Aaaand you're done !

**Simply restart our launcher and it should be working !** :thumbsup:


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://api.raftmodding.com/getting-started/installing-raft-mod-loader/configuring-your-antivirus/norton.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
