Danyiel92 Posted August 17, 2010 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
E1M1 Posted August 18, 2010 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
Danyiel92 Posted August 18, 2010 Author 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?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now