Post Reply 
Enabling/disabling proxomitron with a .reg file
Nov. 17, 2008, 06:38 PM
Post: #1
Enabling/disabling proxomitron with a .reg file
Maybe you had the situation you sent your proxomitron folder by email to a friend to have a try and now you have to explain him how to configure internet explorer...

These files are for making it easier, to reduce the fear of your beginning friends Boo hoo! hehehe

Content of Enable proxomitron.reg
Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"ProxyEnable"=dword:00000001
"ProxyServer"="http=localhost:8080"

Content of Disable proxomitron.reg
Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"ProxyEnable"=dword:00000000

This trick it's not possible for firefox because it doesn't stores the settings in registry.
Add Thank You Quote this message in a reply
Post Reply 


Forum Jump: