The Un-Official Proxomitron Forum

Full Version: Enabling/disabling proxomitron with a .reg file
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
Reference URL's