# Habilitar el "chime sound" en los nuevos Mac's

Chime sound, para quienes no lo sepan, hubo un tiempo que los Mac, hacian un sonido al encenderse, tambien hubo un tiempo que hasta tenian la manzana iluminada, pero eso es otro asunto.

Los ultimos Mac's, ya no tienen ese sonido de inicio que les daba esa personalidad, pero se puede habilitar.\
\
Para ello nos vamos a "Aplicaciones / Utilidades /" y abrimos "Terminal", escribimos en el la siguiente linea, nos pedira la password de nuestra usuario.

```shell
sudo nvram StartupMute=%00
```

![](/files/St1TLTtRXc1aTLBvjQzM)

Y reiniciamos el equipo. Ahora podremos volver a tener el mítico sonido de inicio.

{% embed url="<https://youtu.be/PLEupC2OWUU?t=18>" %}


---

# 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://blog.azagra.dev/macintosh/habilitar-el-chime-sound-en-los-nuevos-macs.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.
