# Setting up your computer

## Windows settings

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

1. It is important that your system configuration is set to **High performance**, **Ultimate performance** (if available) or **LightAct** custom performance (available on some LightAct servers).
2. Win key → Adjust the appearance and performance of Windows → Adjust for best performance
3. Win key → Gamemode → On
4. Gamemode → Graphics settings → Browse and select LightAct.exe → Options → High performance

## Nvidia

#### 1. Update Nvidia drivers

#### 2. Manage 3D settings

* CUDA - GPUs: Select Main GPU
* OpenGL GDI compatibility: Prefer performance
* OpenGL rendering GPU: Select Main GPU
* Power management mode: Prefer maximum performance
* Vertical sync: Use the 3D application setting

#### 3. Manage GPU Utilization

* Dedicate to graphics tasks (Select main GPU)
* Disable ECC

## Network sharing settings

1. Right click on Network in File explorer → Properties → Change advanced settings → Turn on network discovery, file and printer sharing, network discovery, file and printer sharing, use 128…, Turn off password protected sharing
2. Windows Settings → Network & Internet → Properties (of the connected NIC) → Select Private
3. Windows Defender Firewall with Advanced Security → Set for both Inbound rules / Outbound rules → Enable every = File and printer sharing, Network discovery

{% hint style="info" %}
If you're getting **Windows cannot access \Name; Error code: 0x80070035**, follow the steps below.
{% endhint %}

4. Open a command prompt (run as administrator), type each of the following commands and press Enter:

* reg add HKLM\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters /f /v RequireSecuritySignature /t REG\_DWORD /d 0
* reg add HKLM\SOFTWARE\Policies\Microsoft\Windows\LanmanWorkstation /f /v AllowInsecureGuestAuth /t REG\_DWORD /d 1
* reg add HKLM\SOFTWARE\WOW6432Node\Policies\Microsoft\Windows\LanmanWorkstation /f /v AllowInsecureGuestAuth /t REG\_DWORD /d 1

## LightNet projects folder setup

1. Create a LightNetProjects folder in D: (storage) drive
2. Go to Properties → Sharing → Share… → Share with Everyone (Read/Write) → Share
3. Open LightAct and go to Edit → Preferences → Network → Select LightNet Projects folder path


---

# 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.lightact.com/preparing-your-hardware-for-lightact/setting-up-your-computer.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.
