Windows pokazują ustawienia proxy

# run cmd as administrator to open a command prompt
netsh winhttp reset proxy                   # resets proxy to default
netsh winhttp show proxy                    # shows proxy of current user
netsh winhttp import proxy source =ie       # copy proxy of current user to WinHttp
VasteMonde