> For the complete documentation index, see [llms.txt](https://help.13goodgood.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.13goodgood.com/chang-jian-wen-ti/ru-he-shan-chu-xi-tong-dai-li.md).

# 💻如何删除系统代理

删除电脑代理服务器可以通过以下几种方法实现：

## **在Windows11/10系统中删除代理服务器**

### 方法一：

步骤一：打开“Internet选项”窗口

* 在Windows操作系统中，点击桌面右下角的网络图标，选择“打开网络和Internet设置”；
* 在弹出的窗口中，点击“Internet选项”。

步骤二：取消代理服务器设置

* 在“Internet选项”窗口中，点击“连接”选项卡；
* 在“局域网设置”部分的下方，点击“LAN设置”；
* 在弹出的窗口中，取消选中“为LAN使用代理服务器”的复选框；
* 点击“确定”按钮保存设置。

### 方法二：

1. 打开控制面板：首先，点击开始菜单，然后在搜索栏中键入“控制面板”，然后点击打开。
2. 找到网络和Internet选项：在控制面板中，点击“网络和Internet”选项，然后点击“Internet选项”。
3. 打开Internet属性：在“Internet选项”窗口中，点击“连接”选项卡，然后点击“局域网设置”按钮。
4. 取消勾选代理服务器：在“局域网设置”窗口中，取消勾选“使用代理服务器”选项。然后点击确定，关闭窗口。
5. 清除代理服务器设置：在“Internet属性”窗口中，点击“高级”选项卡，然后点击“重置”按钮。然后根据提示点击“是”来确认重置操作。
6.

## **在Mac系统中删除代理服务器**

步骤一：打开“系统偏好设置”窗口

* 在Mac操作系统中，点击屏幕左上角的苹果图标，选择“系统偏好设置”。

步骤二：取消代理服务器设置

* 在“系统偏好设置”窗口中，点击“网络”；
* 在左侧的网络连接列表中，选择当前正在使用的网络连接，如Wi-Fi或以太网；
* 点击右下角的“高级”按钮；
* 在弹出的窗口中，切换到“代理”选项卡；
* 取消勾选“网页代理（HTTP）”和“安全网页代理（HTTPS）”；
* 点击“确定”按钮保存设置。

## **在Linux系统中删除代理服务器**

步骤一：打开终端

* 在Linux系统中，按下Ctrl+Alt+T组合键，或者在"应用程序"菜单中找到"终端"程序。

步骤二：编辑网络配置文件

* 在终端中，输入以下命令编辑网络配置文件：

  ```
  sudo nano /etc/environment
  ```

步骤三：删除代理服务器设置

* 在打开的编辑器中，删除以“http\_proxy”和“https\_proxy”开头的行；
* 按下Ctrl+X组合键，然后按下Y键保存文件。

步骤四：重启网络服务

* 在终端中，输入以下命令重启网络服务：

  ```
  sudo systemctl restart network-manager
  ```

以上是删除电脑代理服务器的几种常用方法。根据不同的操作系统，选择相应的方法进行操作，并根据具体情况进行相应的参数配置。


---

# 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:

```
GET https://help.13goodgood.com/chang-jian-wen-ti/ru-he-shan-chu-xi-tong-dai-li.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.
