> For the complete documentation index, see [llms.txt](https://books.spartan-cybersec.com/cpad/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://books.spartan-cybersec.com/cpad/post-explotacion-en-windows/fundamentos-de-escalacion-de-privilegios-en-windows/que-son-bajos-privilegios-en-windows.md).

# ¿Que son bajos privilegios en windows?

Cuando se ejecuta CMD sin privilegios elevados, se limitan las acciones que el usuario puede realizar para proteger la integridad y seguridad del sistema. Estas restricciones están diseñadas para prevenir cambios accidentales o maliciosos que puedan dañar el sistema operativo o comprometer la seguridad. Por ejemplo, un usuario con privilegios estándar podría tener restricciones para modificar archivos del sistema, cambiar configuraciones de red importantes, instalar cierto software que requiera acceso a componentes críticos del sistema, o ejecutar scripts que afecten a otros usuarios del sistema.

Por otro lado, si tenemos un CMD sin altos privilegios vamos a obtener un error de permisos cuando intentemos realizar operaciones avanzadas.

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

Una alternativa para validar si tenemos permisos de administrador desde nuestra CMD, es intentando acceder a la siguiente ruta:

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

En la evidencia previa, podemos apreciar un error de permisos debido a que esta CMD no tiene los privilegios de administrador.

Si intentamos realizar la operación previa sobre un CMD con altos privilegios, vamos a obtener el siguiente resultado:

<figure><img src="/files/7pUziGsGhty4TIyY5BQM" alt=""><figcaption></figcaption></figure>


---

# 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://books.spartan-cybersec.com/cpad/post-explotacion-en-windows/fundamentos-de-escalacion-de-privilegios-en-windows/que-son-bajos-privilegios-en-windows.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.
