Re: restricting web access
An easy way that comes to mind, which most basic computer users wouldn't be able to figure out, is just have your program change proxy settings for whatever browser is installed (IE, FireFox, etc.). Changing it to something invalid will prevent internet browsing. But that could be a poor choice.
Another, you can modify the Windows HOSTS file (Google it). This might work.
Those are the most simple solutions that come to mind. There are more advanced options like DLL injection to block socket connections, but that would require a little C++ and I don't think it is allowed here.
Re: restricting web access
yes sir, i choose the poor choice, i changed the proxy. but i am probing for approaches like tweaks in windows hmm.... any ideas
Re: restricting web access
The problem with changing proxy settings is that even if the user doesn't figure it out, it only disables web browsers. Programs that can access the internet still would be able to do so. There was a thread like this a couple weeks ago that had a reasonable solution. Lemme see if I can find it again. :)
Re: restricting web access
I couldn't find the other thread. This one showed promise for the disconnect. It doesn't say how to reconnect again, but hopefully it steers you in the right direction.