Danyiel92 0 Posted August 17, 2010 (edited) RegWrite("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings", "ProxyServer", "REG_SZ", $line) RegWrite("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings", "MigrateProxy", "REG_DWORD", "00000001") RegWrite("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings", "ProxyEnable", "REG_DWORD", "00000001") RegWrite("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings", "ProxyHttp1.1", "REG_DWORD", "00000000") The proxy only works when i open internet explorer manually. But when i try to open through _IEcreate the proxy dosent work. Edited August 17, 2010 by Danyiel92 Share this post Link to post Share on other sites
E1M1 8 Posted August 18, 2010 (edited) you could also nagivate your IE to proxy. Edit: Or you can try changing your hosts file at C:\Windows\System32\drivers\etc Sorry if my post didn't help you. Edited August 18, 2010 by E1M1 edited Share this post Link to post Share on other sites
Danyiel92 0 Posted August 18, 2010 you could also nagivate your IE to proxy.Edit: Or you can try changing your hosts file at C:\Windows\System32\drivers\etcSorry if my post didn't help you.For example? Share this post Link to post Share on other sites