# Windows Powershell 终端代理

## 1. 下载   [proxychains-windows](https://github.com/shunf4/proxychains-windows/releases)  
![image.png](https://cdn.hashnode.com/res/hashnode/image/upload/v1639031885050/bQLuAAO4HQ.png)
## 2. 解压放在任意文件夹中 
#### proxychains.exe 改名为 proxy.exe
![image.png](https://cdn.hashnode.com/res/hashnode/image/upload/v1639032001510/_TBeRGVpZ.png)
## 3. 在系统环境变量中增加PATH
![image.png](https://cdn.hashnode.com/res/hashnode/image/upload/v1639032049405/OuajPqDUn.png)
## 4. 新增配置文件  
#### 在用户根目录增加 `.proxychains`文件夹，并将下载的proxychains-windows文件中的`proxychains.conf` 拖拽进内
![image.png](https://cdn.hashnode.com/res/hashnode/image/upload/v1639032278927/TN-5gEa9w.png)
## 5. 配置 `proxychains.conf`
#### 在`proxychains.conf`文件底部配置如下：
```
[ProxyList]
socks5 127.0.0.1 1080 # 本地代理端口
``` 
## 6. 测试
![image.png](https://cdn.hashnode.com/res/hashnode/image/upload/v1639032951373/zzTp9Jtgf.png)


