Command to find the proxy server of the system (Windows)
Windows Command to find the proxy server of the system:
reg query "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings" | find /i "proxyserver"
Comments
Post a Comment