windows powershell 设置代理 2021-01-04 / 0评 设置代理 netsh winhttp set proxy "127.0.0.1:1080" 恢复默认 netsh winhttp reset proxy 注意要在管理员模式运行,不然提示权限不足。