Proxy on windows

Hi guys,
I have to set proxy in office but when I come home and work for some reason even after unsetting it… somehow the proxy is queried… I do not know where to look…
Im using windows and dont know where the knife.rb or even the chef configuration files are stored to check them for possible proxy settings…
Is there a way to like completely negate a proy while bootstrapping?

I’d bet that this is environment variable related. proxy settings in most ruby based tools on windows are governed by the HTTP_PROXY and HTTPS_PROXY variables. Its likely that you have set those in your shell or even set them as permanent variables on the machine which would affect any new shell opened.

Try unsetting those and see if that resolves your proxy woes.