> ## Documentation Index
> Fetch the complete documentation index at: https://docs.proofcore.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Code 1064

如果您收到错误 **Operation Failed With Code: 1064**,这表示您的系统当前已启用 **Secure Boot**。此功能会阻止加载器进行注入。

## 解决方法

要解决此问题,您必须严格地在 BIOS 设置中禁用 **Secure Boot**。

<Steps>
  <Step title="进入 BIOS">
    重启您的电脑。在开机时反复按下 BIOS 键(通常是 `DEL`、`F2`、`F10` 或 `ESC`),直到出现 BIOS 菜单。
  </Step>

  <Step title="找到 Secure Boot">
    导航到 **Boot**、**Security** 或 **Authentication** 选项卡。
    *(具体位置因主板厂商而异:ASUS、MSI、Gigabyte 等。)*
  </Step>

  <Step title="禁用该设置">
    找到标记为 **Secure Boot** 的选项,并将其设置为 **Disabled**。

    <Note>
      **提示:** 如果该选项呈灰色不可用,您可能需要临时设置一个 "Supervisor Password",或将 "OS Type" 从 *Windows UEFI* 更改为 *Other OS*。
    </Note>
  </Step>

  <Step title="保存并退出">
    按下 `F10` 保存更改并退出。您的电脑将重启进入 Windows。
  </Step>
</Steps>
