Can anyone help me or anyone experience implementing policy using VB.
for example I want to restrict user from downloading in the net.
All they can do is total browsing only...
Images cannot be download. etc.
Printable View
Can anyone help me or anyone experience implementing policy using VB.
for example I want to restrict user from downloading in the net.
All they can do is total browsing only...
Images cannot be download. etc.
Firstly, why would you want to do this? Secondly, everything including images, pages scripts and stylesheets are downloaded from the net when you browse the web; so restricting downloading is a bit pointless.
Acually we have the same idea about that, ^^ we work under a high security policy when it comes to Internet Explorer, that is why my boss want to deploy a Computer Unit that the main purpose is for us to browse other website like an ordinary cafe with out restrictions. so my boss want us to create or to research on how to avoid downloading once we visit the site, as in all.. (e.g. when you right+click an image, the Save as function should be disabled. something like that.) if you have an idea please inform me... I will really appreciate it,. Thanks
Your thread title references VB 2008. Are you looking to implement this through programming code?
Disabling thins like Save As is can be achieved using the group policy editor. To place broader restrictions on browsing such as limiting the time / maximum download size and user names and passwords, I would suggest you set up a proxy and have all traffic pass through that.Quote:
Originally Posted by bizzy_e23