# Save & Exit 保存与退出

本节介绍 BIOS 中保存与退出相关的设置选项，包括保存更改、放弃更改、恢复默认值等操作。

保存与退出菜单提供了多种操作选项，用户可以根据需要选择保存或放弃更改，并决定是退出设置界面还是重启系统。下图展示了保存与退出菜单的界面示例。

![Save & Exit 保存与退出菜单](/files/YWc0pV60DocIC3O6sw0T)

下表列出了保存与退出菜单中的各项功能及其英文和中文对照说明。

| 英文                                            | 中文翻译               |
| --------------------------------------------- | ------------------ |
| Save Changes and Exit                         | 保存更改并退出系统设置        |
| Exit system setup after saving the changes.   | 保存更改后退出系统设置        |
| Discard Changes and Exit                      | 放弃更改并退出系统设置        |
| Exit system setup without saving any changes. | 在未保存任何更改的情况下退出系统设置 |
| Save Changes and Reset                        | 保存更改并重启系统          |
| Reset the system after saving the changes.    | 保存更改后重启系统          |
| Discard Changes and Reset                     | 放弃更改并重启系统          |
| Reset the system without saving any changes.  | 在未保存任何更改的情况下重启系统   |
| Save Changes                                  | 保存当前所有设置的更改        |
| Discard Changes                               | 放弃当前所有设置的更改        |
| Restore Defaults                              | 恢复或加载所有设置项的默认值     |
| Save as User Defaults                         | 将当前设置的更改保存为用户默认值   |
| Restore User Defaults                         | 将用户默认值恢复到所有设置项     |
| List of EFI boot managers available           | 可用的 EFI 启动管理器列表    |
| Boot override to selected boot manager        | 启动时覆盖为选定的启动管理器     |


---

# 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://book.bsdcn.org/bios/save-exit-bao-cun-yu-tui-chu.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.
