# OEMInformation einrichten

* Drücke `Windows` + `R` und gebe folgendes ein:

```bash
regedit
```

* Nachdem `regedit` (Registrierungseditor) geöffnet ist, navigiere in diesem Path:

```bash
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\OEMInformation
```

![Registrierungseditor](/files/2VLHR41nLvJLfEmgWSE4)

* Du hast nun Folgende Möglichkeiten einzutragen:

1. Logo
2. Manufacturer
3. Model
4. SupportHours
5. SupportPhone
6. SupportURL

{% hint style="warning" %}
Wichtig ist hierbei, dass ihr beim Erstellen der Datei die String Value erstellt und die Datei genau so heißt wie oben die Möglichkeiten. Im Bereich Value (Wert) kann man beliebige Wörter eintragen.
{% endhint %}

![datei erstellen](/files/lkCRTWFe7RP5vOmDl7ni) ![datei erstellt](/files/FUU14zPOrH3ri67iy6xF)

* Die Informationen kann man aufrufen, indem man wie wie gefolgt navigiert.

```bash
Systemsteuerung -> System und Sicherheit -> System
```

![anzeigen](/files/HEdabGKCw6bcB382AxEO)

* Im Abbild wurde hinzufügend `SupportURL` & `SupportPhone` eingetragen.


---

# 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.ugurlu.de/windows/oeminformation.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.
