Friday, August 1, 2014

How to set up Folder Guard to stop downloading from the Internet

Hi Guys
            
 
So Start

So you don’t want users to download programs from the Internet? Yet, you don’t want to block the Internet access completely and you want to allow the users to be able to browse web sites and use email, etc.? Folder Guard has a tool for that.
To achieve that, you need to prevent users from saving new executable files to the computer. At the same time, you want the users to be able to use the existing executable files, already installed by the administrator. They also should be able to keep working with other files as usual, with no restrictions. How could you achieve that with Folder Guard?
Easy! Folder Guard lets you create the file access filters. You could create a filter that would apply to any executable file or a script, but skip other files. You would assign the read-only attribute to such a filter, and that would stop any attempt to create a new executable file (and thus prevent downloading them!), while allow the use of the existing programs.
Let’s do that. Run Folder Guard and choose View – Filters command from the menu to switch to the filters view. Then select the Filter – New command to start creating a new filter. Click on the [...] button next to the Apply to files box to specify which files this filter should apply to. The names of the executable files have the extension .exe, so you need to specify the mask *.exe to make the filter apply to any such file. You don’t want the users to download the DLL files either, so add the mask *.dll to the list, too. In fact, add a few other masks to make the filter apply to the files commonly used to run scripts, as well (because you probably don’t want the users to run arbitrary scripts!). Here is the text of the Apply to files box that youcan use as a starting point for the list:
*.bat;*.cmd;*.com;*.dll;*.download;*.exe;*.hta;*.msi;*.paf;*.rar;*.scr;*.vb*;*.ws;*.wsf;
Of course, your case could require modifications to the list: for example, maybe your users are supposed to be able to modify the BAT scripts? If so, remove their mask from the list.
What about the *.download files, you might ask? Some web browsers (such as Google Chrome) use such files for the temporary storage while downloading the files, so we’ve included them in the list, too.
Leave the rest of the properties of our new filter empty: the empty Apply to boxes have the same effect at Apply to all. That is, the filter would apply to all folders, and to any program accessing the file. The empty Except boxes have the same effect as Except none, meaning that no file, folder, or program would be excluded from this filter:
Press OK to close the properties window. If it’s a new filter you’ve just created, you will be prompted to enter a name for the filter. Give it a meaningful name such as Stop downloading to remind yourself later on why you’ve created the filter:
After the filter has been created, move it to the top of the list (using the Move Up command on the Filter menu) and assign the Read-only attribute to it (by, for example, clicking on the Read-only button in the toolbar). A small “binoculars” icon should appear in front of the filter:
(You may have other filters in the list, you can leave them as they are: if they have no icons in front of them, they will have no effect).
At this point Folder Guard is ready to start protecting your computer. Enable the protection and test it by trying to download a few programs from various web sites. (If you a looking for a few files to test, you are welcome to use the download page of our web site.)
If you try to download an executable file with Internet Explorer while the filter is in effect, the following error message is displayed:
Other web browsers could give similar messages, or they could just sit there forever expecting the download to start. The end result is, the users cannot download programs anymore while they still can use the existing programs!
What if at some point you do need to download or install a new program, or remove an exiting one? Well, just pause the protection of Folder Guard, perform the task, then resume the protection back (no Windows restart required).
One side effect of the protection we’ve just set up is that the filter will not only prevent downloading the programs, but it will also prevent installing or copying programs from/to the CD or removable drives. It may be a good thing, or not, depending on your specific requirements. If you want the users to be able to run programs from the removable drives while the Stop downloading filter is in effect, you need to create another filter that would specifically allow full access to the executable files located on the removable drives.

                                       DOWNLOAD

No comments:

Post a Comment