Nov. 17, 2008, 06:38 PM
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
hehehe
Content of Enable proxomitron.reg
Content of Disable proxomitron.reg
This trick it's not possible for firefox because it doesn't stores the settings in registry.
These files are for making it easier, to reduce the fear of your beginning friends
heheheContent 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:00000000This trick it's not possible for firefox because it doesn't stores the settings in registry.