> For the complete documentation index, see [llms.txt](https://docs.parallels.cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.parallels.cn/pdfm-19-ug-zh_cn/parallels-desktop-for-mac-19-users-guide/zai-mac-shang-shi-yong-windows/bao-hu-nin-de-shu-ju/wei-windows-jia-mi-yi-fang-zhi-qi-bei-wei-jing-shou-quan-di-shi-yong.md).

# 为 Windows 加密以防止其被未经授权地使用

如果您使用 Windows 应用程序存储任何重要数据，那么我们强烈建议您加密 Windows，以防止有人在未经授权的情况下使用您的数据。

### **加密 Windows**

要加密 Windows（必须处于关机状态），请执行以下操作：

1. 选择 Windows 并单击**操作** > **配置** > **安全性**。
2. 在**安全性**标签上，单击**开启**，设定一个密码，然后单击**确定**。

{% hint style="danger" %}
**警告：**&#x6B64;处设定的密码非常重要。请务必记录。没有此密码，您将无法启动 Windows。
{% endhint %}

### **更改您的密码**

要更改已加密 Windows 的密码（必须处于关机状态），请执行以下操作：

1. 选择 Windows 并单击**操作** > **配置** > **安全性**。
2. 在**安全性**标签上，单击**更改密码**，设定一个新密码，然后单击**确定**。

### **取消 Windows 加密**

要取消 Windows 加密（必须处于关机状态），请执行以下操作：

1. 选择 Windows 并单击**操作** > **配置** > **安全性**。
2. 在**安全性**标签上，单击**关闭**。


---

# 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://docs.parallels.cn/pdfm-19-ug-zh_cn/parallels-desktop-for-mac-19-users-guide/zai-mac-shang-shi-yong-windows/bao-hu-nin-de-shu-ju/wei-windows-jia-mi-yi-fang-zhi-qi-bei-wei-jing-shou-quan-di-shi-yong.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.
