windows show proxy settings
# 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
Here is what the above code is Doing:
1. netsh winhttp reset proxy – resets proxy to default
2. netsh winhttp show proxy – shows proxy of current user
3. netsh winhttp import proxy source =ie – copy proxy of current user to WinHttp