# Computer Settings

## Computer Settings <a href="#hs_cos_wrapper_kb-article-module-3" id="hs_cos_wrapper_kb-article-module-3"></a>

### Registry Settings

While we don't usually encourage making changes to your computer's registry, there is one setting that may improve stability with Unreal Engine. Since Unreal uses lots of GPU resources, there are times the computer will think the card has been "ejected" or "crashed".

&#x20;

If a GPU crash is thrown, you will be met with the following error dialog:

![](https://support.carbonforunreal.com/hubfs/Knowledge%20Base%20Import/cdn-assets.carbon.showkbcarbon-pluginsettings-and-tipsue-gpu-crash-message.png)

&#x20;

To prevent this issue, please add the following registry entry using these steps:

1. **Open Registry Editor:**
   * Press `Win + R`, type `regedit`, and press `Enter`.
2. **Navigate to GraphicsDrivers:**
   * Go to `Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\GraphicsDrivers`.
3. **Add a New DWORD Value:**
   * Right-click on the right pane, select `New` > `DWORD (32-bit) Value`.
4. **Name the Value:**
   * Enter `TdrDelay` as the value name.
5. **Set the Value Data:**
   * Double-click the new `TdrDelay` entry, enter `60` as the value data, ensure that Base is set to `Decimal`, and click `OK`.
6. **Close Registry Editor:**
   * Exit the Registry Editor to save changes.

![](https://support.carbonforunreal.com/hubfs/Knowledge%20Base%20Import/cdn-assets.carbon.showkbcarbon-pluginsettings-and-tipsreg-edit-graphics-drivers.png)![](https://support.carbonforunreal.com/hubfs/Knowledge%20Base%20Import/cdn-assets.carbon.showkbcarbon-pluginsettings-and-tipstdr-delay.png)

### Firewall Bypass

When working with Carbon for Unreal, you may be required to allow a specific internet adapter through the firewall.

#### Windows Defender Firewall

To make it easier to identify your network adapters during this process, you should rename them. Go to **Control Panel > Network and Sharing Center > Change Adapter Settings**, then right-click on the adapter and select "Rename."

<figure><img src="https://3897713096-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUCTjJUdhlJTLGAbJwsYT%2Fuploads%2FNbD0ygSNMI7FJQq01AGV%2Fimage.png?alt=media&#x26;token=66d30cd0-7c01-4fd6-bcb1-3685a418df56" alt=""><figcaption></figcaption></figure>

From the Windows Defender Firewall menu in the Control Panel, click **"Advanced Settings"** on the far left.<br>

<figure><img src="https://support.carbonforunreal.com/hubfs/Knowledge%20Base%20Import/cdn-assets.carbon.showkbcarbon-pluginsettings-and-tipsfirewall-home.png" alt=""><figcaption></figcaption></figure>

In the "Windows Defender Firewall with Advanced Security" window that opens, click **"Properties"** under the Actions panel on the right.

<figure><img src="https://support.carbonforunreal.com/hubfs/Knowledge%20Base%20Import/cdn-assets.carbon.showkbcarbon-pluginsettings-and-tipsfirewall-properties.png" alt=""><figcaption></figcaption></figure>

Under each of the three profiles (Domain Profile, Private Profile, and Public Profile) at the top, click the **"Customize"** button next to "Protected network connections."

<figure><img src="https://support.carbonforunreal.com/hubfs/Knowledge%20Base%20Import/cdn-assets.carbon.showkbcarbon-pluginsettings-and-tipsfirewall-customize.png" alt=""><figcaption></figcaption></figure>

Finally, **disable the network adapter(s)** that you want to allow full access through the firewall.

<figure><img src="https://support.carbonforunreal.com/hubfs/Knowledge%20Base%20Import/cdn-assets.carbon.showkbcarbon-pluginsettings-and-tipsfirewall-protected-connections.png" alt=""><figcaption></figcaption></figure>


---

# 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://knowledge.carbon.show/carbon-for-unreal/settings-and-tips/computer-settings.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.
