平台 Windows,开启系统代理,打开 Google Earth Pro,正常使用。但是现在不喜欢开启系统代理,各软件需要用代理的时候自行配置。
可执行文件位置:
C:\Program Files\Google\Google Earth Pro\client\googleearth.exe
在 cmd 终端中怎样才能通过代理打开程序呢?
试过
set http_proxy=http://127.0.0.1:7890
set https_proxy=http://127.0.0.1:7890
set http_proxy=socks5://127.0.0.1:7890
set https_proxy=socks5://127.0.0.1:7890
然后在终端执行 C:\Program Files\Google\Google Earth Pro\client\googleearth.exe 打开了软件但是页面空白…… 无法通过代理访问到服务器。
关闭 google earth pro 进程树
taskkill -f -t -im googleearth.exe
似乎 Google Earth Pro 没有提供启动程序选项,比如通过下面的方式启动程序
.\googleearth.exe --socks5_proxy=socks5://127.0.0.1:7890
彦祖们,有招吗
