# Installing NVIDIA Drivers on Windows 10

### Identifying Your NVIDIA Graphics Card

#### Step 1: Open Device Manager

1. Press `Windows + X` on your keyboard.
2. From the menu, select **Device Manager**.

#### Step 2: Locate the Display Adapters Section

1. Find and expand the **Display adapters** section.
2. You'll see your GPUs listed here. Note the exact name.

### Installing the Driver

**Step 1: Download the Driver**

* [ADA 6000](https://us.download.nvidia.com/Windows/Quadro_Certified/528.02/528.02-quadro-rtx-desktop-notebook-win10-win11-64bit-international-dch-whql.exe)
* [RTX 4090](https://us.download.nvidia.com/Windows/556.12/556.12-notebook-win10-win11-64bit-international-dch-whql.exe)
* [RTX 3080](https://us.download.nvidia.com/Windows/556.12/556.12-desktop-win10-win11-64bit-international-dch-whql.exe)

#### Step 2: Run the Installer

1. Once the download is complete, locate the file in your downloads folder.
2. Double-click the file to run the installer.

#### Step 3: Follow the Installation Wizard

1. Follow the on-screen instructions in the installation wizard.
2. When prompted, choose **Express Installation** for a quick setup.
3. Wait for the installation to complete. This may take a few minutes.

#### Step 4: Restart Your Computer

1. After the installation is complete, restart your computer to apply the changes.


---

# 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.tensordock.com/virtual-machines/installing-nvidia-drivers-on-windows-10.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.
