Re: Stop download
From: Arek Iskra [MVP] (NoSpam_arek_at_arekiskra.com)
Date: 09/20/04
- Next message: jaimin: "Re: Controlling IE Browsing"
- Previous message: Dmitry Korolyov [MVP]: "Re: How to active the GPO?"
- In reply to: Jw: "Stop download"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 20 Sep 2004 19:03:09 +0800
You can do this in IE directly, or via registry.
>From IE:
1) choose Tools -> Options and go to Security tab.
2) Click on Custom Level... and scroll down to Downloads section.
3) Under File Download change the option to Disable.
Registry:
Create .reg file that contains the following:
REGEDIT4
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Internet
Settings\Zones\3]
"1803"=dword:00000003
The above requires restart to take effect. It will prevent ALL users on that
computer from downloading the file though. If you need to apply it only to
certain users, then the string should look like:
[HKEY_USERS\<SID>\Software\Microsoft\Windows\CurrentVersion\Internet
Settings\Zones\3]
"1803"=dword:00000003
where <SID> is appropriate Security Identifier for particular user.
-- Arek Iskra MVP for Windows Server - Software Distribution "Jw" <jwhk3@hotmail.com> wrote in message news:eA%23P$j8mEHA.644@tk2msftngp13.phx.gbl... > hi, > > how to disallow the users to download the files (e.g. exe,msi or zip) from > internet ??? > > server is windows 2003 standard > clients range from windows 95 to xp professional > > any information or hinst is very appreicated. > > thanks > > jimmy > > >
- Next message: jaimin: "Re: Controlling IE Browsing"
- Previous message: Dmitry Korolyov [MVP]: "Re: How to active the GPO?"
- In reply to: Jw: "Stop download"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|