# Edge浏览器

以下是两种设置 SOCKS5 代理的方法：

#### 方法一：通过系统代理设置

1. 打开 **Windows 设置**，按下 **Windows + I**。
2. 进入 **网络和 Internet** > **代理**。
3. 在 **手动代理设置** 部分，开启 **使用代理服务器**。
4. 输入 **SOCKS5 代理服务器的 IP 地址** 和 **端口**。
5. 点击 **保存**，然后重新启动 Edge。

**示例：**

* **代理服务器**：`127.0.0.1`
* **端口**：`1080`

保存设置后，Edge 会通过指定的 SOCKS5 代理路由其网络流量，因为它会使用系统的代理设置。

#### 方法二：通过启动参数配置

你也可以通过命令行启动 Microsoft Edge，并指定 SOCKS5 代理。

1. 关闭 Edge 浏览器（如果已打开）。
2. 打开 **命令提示符** 或 **PowerShell**（以管理员身份）。
3. 进入 Edge 安装目录，通常位于：
   * `C:\Program Files (x86)\Microsoft\Edge\Application\`
4. 使用以下命令启动 Edge，并通过 `--proxy-server` 参数指定 SOCKS5 代理：

   ```bash
   start msedge.exe --proxy-server="socks5://<代理服务器>:<端口>"
   ```

   例如：

   ```bash
   start msedge.exe --proxy-server="socks5://127.0.0.1:1080"
   ```

这将启动 Microsoft Edge，并通过指定的 SOCKS5 代理进行连接。

**特别说明:Edge浏览器无法直接设置账密，所以上述步骤仅对**[**Cliproxy桌面程序**](/zh/socks5/pc.md)**提取和**[**静态IP白名单模式**](/zh/static/used.md)**有效，如果想使用**[**Cliproxy流量计划**](/zh/traffic.md)**则需要额外下载扩展程序进行配置**


---

# 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://help.cliproxy.com/zh/browser1/edge.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.
