How to check system level proxy configuration
Solution:
1. To check the system level proxy, please perform the below command on cmd:
netsh winhttp show proxy
This command will show you the system-level proxy details configured on that particular machine.
2. To remove the proxy please perform the below cmd:
netsh winhttp reset proxy