> 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/eacloud-docs-en/features/it-infrastructure/computers/computer-card/software.md).

# Software

Tab **Software** presents information about software registered in Windows on the selected computer.

{% hint style="info" %}
The view is generated based on data read from the system registry. Not every program present on the disk must be visible in this list.
{% endhint %}

### Software registry

The following information may be presented for detected entries:

| Information                  | Meaning                                                                          |
| ---------------------------- | -------------------------------------------------------------------------------- |
| **Program (name)**           | Displays the name of the software detected on the computer.                      |
| **Version**                  | Indicates the installed version of the program.                                  |
| **Manufacturer**             | Provides information about the software manufacturer or publisher.               |
| **Installation date**        | Shows the date the program was installed on the computer.                        |
| **Register key**             | Shows the Windows registry key used to detect the software.                      |
| **Detected vulnerabilities** | Indicates detected security vulnerabilities affecting the given program version. |
| **Program user**             | Indicates the Windows user for whom the program was installed or detected.       |

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

Available functions may include:

* browsing entries,
* searching and filtering the list,
* displaying entry details,
* deleting selected entries from the registry.

{% hint style="danger" %}
Removing an entry from the registry is not the same as uninstalling the program. It can only remove its information from the list and make later uninstallation more difficult. This operation should be used only after verifying its consequences.

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

### Frequently Asked Questions

<details>

<summary><strong>Why is the program not on the list?</strong></summary>

The program may not create a standard registry entry, may run as a portable application, or may not have been detected yet during scanning.

</details>

<details>

<summary><strong>Will deleting the entry uninstall the program?</strong></summary>

No. Removing the registry entry does not delete the program files and does not perform the standard uninstallation procedure.

</details>

<details>

<summary><strong>Why is the displayed version or installation date incorrect?</strong></summary>

eAuditor Cloud presents data saved by the program installer in the Windows registry. Their accuracy depends on how the application was prepared by the manufacturer.

</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/eacloud-docs-en/features/it-infrastructure/computers/computer-card/software.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.
