# Activación de Office Permanente

> NOTA:

Antes de empezar con el tutorial, debemos de tener el office instalado para que funcione (Sin activar).

## <mark style="color:purple;">PowerShell como Admin</mark>

Primero abrimos el `PowerShell` como administrador dandole click izquierdo en el mismo y `Ejecutar como administrador`, esto se nos abrira con los privilegios maximos para realizar lo siguiente.

### Ejecución de comando (Activación)

URL = [Microsoft Activation Scripts (MAS) | MAS](https://massgrave.dev/)

Ejecutamos el siguiente comando...

```powershell
irm https://get.activated.win | iex
```

Esto nos abrira otra termina en el que nos dara varias opciones a elegir, por lo que le daremos al numero `2`, esto nos abrira otra ventana de terminal con otro menu y en el segundo menu le damos al numero `1`

Una vez echo eso, se nos hara el proceso automaticamente y acabara con un mensaje poniendo que ya se activo el office de forma permanente en `verde` y con esto ya tendriamos el office activado.


---

# 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://dise0.gitbook.io/h4cker_b00k/articulos/activacion-de-office-permanente.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.
