# Umbrella疑难杂项

## 1. 99%的问题都是和你的网络以及节点有关系，请尝试更改节点或者服务器

请尝试在启动器中更改服务器。

您可以在授权窗口中进行此操作，如以下截图所示：

<figure><img src="/files/BgzsUJPj2wD5MPKUuY3h" alt=""><figcaption></figcaption></figure>

## 2.作弊成功注入后没有反应（不弹出菜单）

请清除Steam上的所有启动选项。我们的启动器有自定义游戏启动选项 — "自定义游戏启动选项"。请在此处输入 -dx11 并尝试运行作弊。

<figure><img src="/files/DdwWIB8aJCn3g3sBY3EX" alt=""><figcaption></figcaption></figure>

## 3.注入器显示错误

解决方法：从此链接安装DirectX库 - <https://www.microsoft.com/ru-ru/download/details.aspx?id=35>

<figure><img src="/files/SzmsLsoTkr4w3bYG5jbi" alt=""><figcaption></figcaption></figure>

## 4.修复 \[ERROR] COULD NOT COLLECT HWID

<figure><img src="/files/ceKgiMHW6Jy5S48qI8PH" alt=""><figcaption></figcaption></figure>

### 方法1：检查并启用WMI服务 <a href="#fang-fa-1-jian-cha-bing-qi-yong-wmi-fu-wu" id="fang-fa-1-jian-cha-bing-qi-yong-wmi-fu-wu"></a>

1. 按下键盘上的`Windows键 + R`组合键。
2. 在弹出的"运行"窗口中，输入`services.msc`，然后按回车键。
3. 在打开的"服务"窗口中，向下滚动找到"Windows Management Instrumentation"服务。
4. 右键点击该服务，选择"属性"。
5. 在"启动类型"下拉菜单中，选择"自动"。
6. 如果服务没有运行，点击"启动"按钮。
7. 点击"应用"，然后点击"确定"。
8. 重启计算机，看看问题是否解决。

### 方法2：清理WMI存储库 <a href="#fang-fa-2-qing-li-wmi-cun-chu-ku" id="fang-fa-2-qing-li-wmi-cun-chu-ku"></a>

如果方法1没有解决问题，请尝试以下步骤：

1. 按下`Windows键 + E`打开文件资源管理器。
2. 在地址栏中输入`%SYSTEMROOT%\System32\wbem\Repository`，按回车键。
   * 如果找不到这个文件夹，请尝试`%SYSTEMROOT%\wbem\Repository`。
3. 选中文件夹中的所有内容（按`Ctrl + A`）。
4. 右键点击，选择"删除"。
   * 注意：某些文件可能无法删除，这是正常的。
5. 完成后，重启计算机。

### 方法3：使用系统文件检查器 <a href="#fang-fa-3-shi-yong-xi-tong-wen-jian-jian-cha-qi" id="fang-fa-3-shi-yong-xi-tong-wen-jian-jian-cha-qi"></a>

如果前两种方法都没有效果，请尝试使用系统文件检查器：

1. 按下`Windows键 + X`，选择"命令提示符（管理员）"或"Windows PowerShell（管理员）"。
2. 在打开的窗口中，输入以下命令并按回车：

   ```
   sfc /scannow
   ```
3. 等待扫描完成，这可能需要一些时间。
4. 扫描完成后，重启计算机。

### 方法4：使用WMI修复工具 <a href="#fang-fa-4-shi-yong-wmi-xiu-fu-gong-ju" id="fang-fa-4-shi-yong-wmi-xiu-fu-gong-ju"></a>

如果以上方法都无效，您可以尝试使用专门的WMI修复工具：

1. 打开您的网络浏览器。
2. 访问以下网址：<https://www.majorgeeks.com/files/details/tweaking_com_repair_wmi.html>
3. 在页面上找到并点击下载链接。
4. 下载完成后，找到下载的文件并双击运行。
5. 按照程序的指示进行操作。<br>


---

# 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://docs.tcmenu.cc/deadlock/umbrella-jiao-cheng/umbrella-yi-nan-za-xiang.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.
