Internet Options TIPs - vietkim027/thm GitHub Wiki
Internet Options Tips
control.exe inetcpl.cpl,,4
: Direct Access to Internet Options (Connections TAB)
Direct add domain to Exceptions box:
set proxy proxy-server="http=myproxy;https=sproxy:88" bypass-list="*.contoso.com"
(Run this command under netsh winhttp context).
Full command:
netsh winhttp set proxy proxy-server="http=myproxy;https=sproxy:88" bypass-list="*.contoso.com"
Method 2:
Run CMD As Administrator then type these commands:
Reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v "ProxyEnable" /t REG_DWORD /d "1" /f
Reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v "ProxyServer" /t REG_SZ /d "http://viet.kim:80" /f
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /t REG_SZ /v ProxyOverride /d "abc.viet.kim;localhost" /f
More Update Tips Videos: https://youtube.com/@giapca @Copyright https://bloggeroffer.blogspot.com