Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Prevent downloads

Status
Not open for further replies.

GWINTO

IS-IT--Management
Joined
Nov 26, 2001
Messages
188
Location
GB
We have a win2K server that acts as an internet gateway using NAT, is there a way to configure this server to prevent LAN users from downloading files from the internet, we have a number of down level clients so GP via AD is not appropriate. If not through windows is there a freeware product available.



Microsoft recommend 2 solutions, its always the 3rd one that works
 
There is a key in the registry that disables/enables you to download from the internet.It does the same as modifying internet options for that value.
Once you import that value into the registry on all the users by using a script,nothing else is needed.It works like a charm.
UNfortunately I have that information at home (im at work now), but you can find the registry key in the microsoft support site (IS related to the Internet Zones settigns), all you have to do is imoprting into the workstations registry that modification by using a script or batch file.
If i have the chance i will post the information for you ASAP. A+, MCP, CCNA
marbinpr@hotmail.com

Keep fighting for your knowledge!

 
i think the key is
Hkey_localmachine\Software\MIcrosoft\Windows\Currentversion\Internet Settings\Zones
THeere you wil find 5 zones, i dont remember now in wich one you have to do the modification, but you can find it on the site (MIcrosoft support).
The value 1803 (i think is this one, almost for sure), has to be modified, but i dont remember on wich zone (i guess is 3 or 4).
Ok good luck!!
A+, MCP, CCNA
marbinpr@hotmail.com

Keep fighting for your knowledge!

 
this is the site
Instead of LOCAL_MACHINE use the CURRENT_USER
and the ZOne to be modified is 3, the key 1803 must be set to value 3 to disbale downloads.
Just make a script to load this value into the registry of every workstation you want to apply this by using the regedit command.
A+, MCP, CCNA
marbinpr@hotmail.com

Keep fighting for your knowledge!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top