I've written an app that changes (or changes back) internet options on the machine so that it is possible to access our internal network through svpn connection from outside the network (if I'm getting it right - I don't know the details about the process itself, just the requirements). Application changes 4 things in the system:
- downloads hosts file from ftp server and replaces the original hosts file with a downloaded one
- sets "automatic configuration script" file for all the connections you can find in the "Connections" tab in "Internet Options" and for LAN
- adds few sites to "Trusted sites"
- changes the LAN authentication level
I was asked to prepare a similar app for Windows Mobile system that would offer the same behaviour. I know WM poorly and I suspect that some of these options may not even be configurable on WM. Are they?