> For the complete documentation index, see [llms.txt](https://eaclouddoc.eauditor.eu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://eaclouddoc.eauditor.eu/funkcje/infrastruktura-it/komputery/karta-komputera/oprogramowanie.md).

# Oprogramowanie

Zakładka **Oprogramowanie** przedstawia informacje o oprogramowaniu zarejestrowanym w systemie Windows na wybranym komputerze.

{% hint style="info" %}
Widok powstaje na podstawie danych odczytanych z rejestru systemowego. Nie każdy program znajdujący się na dysku musi być widoczny na tej liście.
{% endhint %}

### Rejestr oprogramowania

Dla wykrytych pozycji mogą być prezentowane następujące informacje:

| Informacja                   | Znaczenie                                                                                   |
| ---------------------------- | ------------------------------------------------------------------------------------------- |
| **Program (nazwa)**          | Wyświetla nazwę oprogramowania wykrytego na komputerze.                                     |
| **Wersja**                   | Wskazuje zainstalowaną wersję danego programu.                                              |
| **Producent**                | Informuje o producencie lub wydawcy oprogramowania.                                         |
| **Data instalacji**          | Przedstawia datę zainstalowania programu na komputerze.                                     |
| **Register key**             | Pokazuje klucz rejestru systemu Windows, na podstawie którego wykryto oprogramowanie.       |
| **Detected vulnerabilities** | Informuje o wykrytych podatnościach bezpieczeństwa dotyczących danej wersji programu.       |
| **Program user**             | Wskazuje użytkownika systemu Windows, dla którego program został zainstalowany lub wykryty. |

<figure><img src="/files/8EZfRyK6n30Ucvnl8Fi5" alt="lista oprogramowania" width="375"><figcaption></figcaption></figure>

Dostępne funkcje mogą obejmować:

* przeglądanie wpisów,
* wyszukiwanie i filtrowanie listy,
* wyświetlanie szczegółów wpisu,
* usuwanie wybranych wpisów z rejestru.

{% hint style="danger" %}
Usunięcie wpisu z rejestru nie jest równoznaczne z odinstalowaniem programu. Może jedynie usunąć informację o nim z listy i utrudnić późniejsze odinstalowanie. Tej operacji należy używać wyłącznie po sprawdzeniu jej skutków.

![](/files/CkdYETSGi74YlI5RnYGx)
{% endhint %}

### Najczęstsze pytania

<details>

<summary><strong>Dlaczego programu nie ma na liście?</strong></summary>

Program może nie tworzyć standardowego wpisu w rejestrze, działać jako aplikacja przenośna albo nie zostać jeszcze wykryty podczas skanowania.

</details>

<details>

<summary><strong>Czy usunięcie wpisu odinstaluje program?</strong></summary>

Nie. Usunięcie wpisu z rejestru nie usuwa plików programu i nie wykonuje standardowej procedury dezinstalacji.

</details>

<details>

<summary><strong>Dlaczego wyświetlana wersja lub data instalacji jest nieprawidłowa?</strong></summary>

eAuditor Cloud prezentuje dane zapisane przez instalator programu w rejestrze systemu Windows. Ich poprawność zależy od sposobu przygotowania aplikacji przez producenta.

</details>


---

# 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://eaclouddoc.eauditor.eu/funkcje/infrastruktura-it/komputery/karta-komputera/oprogramowanie.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.
