Jump to content

Clearing IE Cash and/or Cookies?


Gui
 Share

Recommended Posts

Aye guys, just wondering if theres a short little script to do this. I found others, but they didn't work for me. It would be cool if it was like this small script to setting a proxy.

e.g

$IP = ;Proxy;
RegWrite("HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings", "ProxyEnable", "REG_DWORD", "1" )
RegWrite("HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings", "ProxyServer", "REG_SZ", $IP)
RegWrite("HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings", "ProxyOverride", "REG_SZ", "1.*.*.*;*.proxy2.net;<local>")

It would be very helpful, thanks. ;)!

GUI.

Link to comment
Share on other sites

  • 4 weeks later...

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
 Share

  • Recently Browsing   0 members

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