See my previous post, this adds the options within GPO and will restrict access to the drives specified. Edit the system.adm file in c:\windows\inf with wordpad find the line for "NAME !!ABOnly VALUE NUMERIC 3" add the line "NAME !!MOnly VALUE NUMERIC 8192" and the line "NAME !!MOnly VALUE NUMERIC 16384" There are two locations that these have to be added, the second is in the section just below it. Then add a line in the script section of the file, you can find it by searching for ABOnly again, should be the third hit in the search from the top of the file. "ABOnly="Restrict A and B drives only" add a line "OOnly="Restrict O drive only" and "MOnly="Restrict M drive only" You now have the option within gpedit.msc. User configuration > Administrative Templates > Windows Components > Windows Explorer > "Hide these specified drives in My Computer" (now they cannot see them) and "Prevent access to drives from My Computer (now they cannot access them)
"Uwe Sieber" wrote:
[Quoted Text] > > This hides the drives from the explorer's and > standard open/save dialog's drive list. > It prevents nothing. > If the user enters the drive into the Windows > Explorer's address bar or the open/save dialog's > file name text box then he can easily access > the hidden drives. > > Removing the drive's drive letter should be good > enough to prevent access by average users. > > > Uwe > > > > Meinolf Weber [MVP-DS] wrote: > > Hello eporz, > > > > See here: > > http://support.microsoft.com/kb/231289> > > > Best regards > > > > Meinolf Weber > > Disclaimer: This posting is provided "AS IS" with no warranties, and > > confers no rights. > > ** Please do NOT email, only reply to Newsgroups > > ** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm> > > >> Hi, > >> is it possible create a adm to create a policy that prevent access to > >> drives > >> M: and O: ? > >> Thanks > >> If yes, how ? > >> > > > > >
|