Month: <span>August 2016</span>

1 min read

Check Proxy settings from Powershell

To check the proxy settings like ProxyOveride or if it is enabled or not: Get-ItemProperty -Path "Registry::HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" To disable proxy from…