Jump to content

Recommended Posts

Posted (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 by Danyiel92
Posted (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 by E1M1

edited

Posted

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.

For example?

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...