Werbung: SecurityConsole.de verwaltet Ihre Computer mit Security Essentails aus der Cloud!
30 Tage kostenfrei testen und 20% Rabatt für Ihre Bestellung mit Promocode: WBF2685582
(Promocode gültig bis 31.12.2011)

Group:  English: General » microsoft.public.windows.group_policy
Thread: Prevent access to drives from my computer M: and O:

HTVi
TV Discussion Newsgroups

Prevent access to drives from my computer M: and O:
"eporz" <prova[ at ]example.com> 12/18/2008 7:53:55 PM
Hi,
is it possible create a adm to create a policy that prevent access to drives
M: and O: ?
Thanks

If yes, how ?

RE: Prevent access to drives from my computer M: and O:
PassPlay 12/18/2008 8:24:01 PM
Are these local drives?

"eporz" wrote:

[Quoted Text]
> Hi,
> is it possible create a adm to create a policy that prevent access to drives
> M: and O: ?
> Thanks
>
> If yes, how ?
>
RE: Prevent access to drives from my computer M: and O:
PassPlay 12/18/2008 8:41:01 PM
Regardless, local or otherwise,
Edit the system.adm file (copy it to another location firs).
search for "abonly" there should be three entries.
Add an entry in each location specifing "OMONLY" save the adm file

"eporz" wrote:

[Quoted Text]
> Hi,
> is it possible create a adm to create a policy that prevent access to drives
> M: and O: ?
> Thanks
>
> If yes, how ?
>
RE: Prevent access to drives from my computer M: and O:
PassPlay 12/18/2008 9:07:01 PM
FYI: M = 8192 & O = 16384

"PassPlay" wrote:

[Quoted Text]
> Regardless, local or otherwise,
> Edit the system.adm file (copy it to another location firs).
> search for "abonly" there should be three entries.
> Add an entry in each location specifing "OMONLY" save the adm file
>
> "eporz" wrote:
>
> > Hi,
> > is it possible create a adm to create a policy that prevent access to drives
> > M: and O: ?
> > Thanks
> >
> > If yes, how ?
> >
Re: Prevent access to drives from my computer M: and O:
Meinolf Weber [MVP-DS] <meiweb(nospam)[ at ]gmx.de> 12/18/2008 9:18:03 PM
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


[Quoted Text]
> Hi,
> is it possible create a adm to create a policy that prevent access to
> drives
> M: and O: ?
> Thanks
> If yes, how ?
>

Re: Prevent access to drives from my computer M: and O:
Uwe Sieber <mail[ at ]uwe-sieber.de> 12/19/2008 8:13:46 AM

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:
[Quoted Text]
> 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 ?
>>
>
>
Re: Prevent access to drives from my computer M: and O:
PassPlay 12/19/2008 7:21:02 PM
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 ?
> >>
> >
> >
>
Re: Prevent access to drives from my computer M: and O:
"eporz" <prova[ at ]example.com> 12/20/2008 7:54:30 PM
Thanks PassPlay.
I'll try.

p.s.
M: is a local disk and O: is a CD Drive.


"PassPlay" <PassPlay[ at ]discussions.microsoft.com> ha scritto nel messaggio
news:0C5A5B6E-A86C-4E6E-878D-6F9834D8650C[ at ]microsoft.com...
[Quoted Text]
> FYI: M = 8192 & O = 16384
>
> "PassPlay" wrote:
>
>> Regardless, local or otherwise,
>> Edit the system.adm file (copy it to another location firs).
>> search for "abonly" there should be three entries.
>> Add an entry in each location specifing "OMONLY" save the adm file
>>
>> "eporz" wrote:
>>
>> > Hi,
>> > is it possible create a adm to create a policy that prevent access to
>> > drives
>> > M: and O: ?
>> > Thanks
>> >
>> > If yes, how ?
>> >

Home | Search | Terms | Imprint Contact
Newsgroups Reader - provided by WiredBox.Net
Suche nach Orten, Städten, Postleitzahlen, Vorwahlen, Kfz-Kennzeichen