PC Review


Reply
Thread Tools Rate Thread

Allowing Specific Drive Instead of Restrict

 
 
M P
Guest
Posts: n/a
 
      21st Apr 2006
Hi!

I am looking for a way where I can allow specific drive on my desktop users
using Group Policy. For example, my desktop users have standard drives, A
(fdd), C(System Partition), D(Dedicated for Data), and E(CD Rom). Currently
I am using "Hide these specific drives in My Computer" and "Prevent access
to drives from MC" GP to do it. I just control access to C: drive. But now,
I want to reverse the policy. I wanted to specify specific drive that is
allowed (Drive D: and E: only) and others are hidden and cannot be accessed.
Is this possible in Group Policy? Btw, I am using Windows 2000 AD with
Windows 2000 and XP Prof workstations. Hope you might help.

MP


 
Reply With Quote
 
 
 
 
Mark Heitbrink [MVP]
Guest
Posts: n/a
 
      21st Apr 2006
Hi,

M P schrieb:
> [...] I wanted to specify specific drive that is allowed (Drive D:
> and E: only) and others are hidden and cannot be accessed.
> Is this possible in Group Policy? Btw, I am using Windows 2000 AD with
> Windows 2000 and XP Prof workstations. Hope you might help.


Yes. Edit the ADM and count "all" minus D+E

http://www.gruppenrichtlinien.de/How...ausblenden.htm

Scroll down ... theres a sample to hide:
A:, C:, F:, G: and M: and the other is "all" but H:

Edit the system.adm, nodrives and noviewondrives follow the same syntax.
Itīs a 26 Bit mask, and an simple addition of the driveletter.
A=1, B=2, C=4, D=8 and so on.

Mark
--
Mark Heitbrink - MVP Windows Server
Homepage: www.gruppenrichtlinien.de
extend GPO: www.desktopstandard.com
PM: Vorname@Homepage, Versende-Adresse wird nicht abgerufen.
 
Reply With Quote
 
M P
Guest
Posts: n/a
 
      21st Apr 2006
I can't understand the text. Do you have an english version?
"Mark Heitbrink [MVP]" <spam-(E-Mail Removed)> wrote in message
news:%23o%(E-Mail Removed)...
> Hi,
>
> M P schrieb:
>> [...] I wanted to specify specific drive that is allowed (Drive D:
>> and E: only) and others are hidden and cannot be accessed.
>> Is this possible in Group Policy? Btw, I am using Windows 2000 AD with
>> Windows 2000 and XP Prof workstations. Hope you might help.

>
> Yes. Edit the ADM and count "all" minus D+E
>
> http://www.gruppenrichtlinien.de/How...ausblenden.htm
>
> Scroll down ... theres a sample to hide:
> A:, C:, F:, G: and M: and the other is "all" but H:
>
> Edit the system.adm, nodrives and noviewondrives follow the same syntax.
> Itīs a 26 Bit mask, and an simple addition of the driveletter.
> A=1, B=2, C=4, D=8 and so on.
>
> Mark
> --
> Mark Heitbrink - MVP Windows Server
> Homepage: www.gruppenrichtlinien.de
> extend GPO: www.desktopstandard.com
> PM: Vorname@Homepage, Versende-Adresse wird nicht abgerufen.



 
Reply With Quote
 
probtem@msn.com
Guest
Posts: n/a
 
      21st Apr 2006
you my give usb a chance and give external drives a trie you can take
it with you"
M P wrote:
> I can't understand the text. Do you have an english version?
> "Mark Heitbrink [MVP]" <spam-(E-Mail Removed)> wrote in message
> news:%23o%(E-Mail Removed)...
> > Hi,
> >
> > M P schrieb:
> >> [...] I wanted to specify specific drive that is allowed (Drive D:
> >> and E: only) and others are hidden and cannot be accessed.
> >> Is this possible in Group Policy? Btw, I am using Windows 2000 AD with
> >> Windows 2000 and XP Prof workstations. Hope you might help.

> >
> > Yes. Edit the ADM and count "all" minus D+E
> >
> > http://www.gruppenrichtlinien.de/How...ausblenden.htm
> >
> > Scroll down ... theres a sample to hide:
> > A:, C:, F:, G: and M: and the other is "all" but H:
> >
> > Edit the system.adm, nodrives and noviewondrives follow the same syntax.
> > Itīs a 26 Bit mask, and an simple addition of the driveletter.
> > A=1, B=2, C=4, D=8 and so on.
> >
> > Mark
> > --
> > Mark Heitbrink - MVP Windows Server
> > Homepage: www.gruppenrichtlinien.de
> > extend GPO: www.desktopstandard.com
> > PM: Vorname@Homepage, Versende-Adresse wird nicht abgerufen.


 
Reply With Quote
 
probtem@msn.com
Guest
Posts: n/a
 
      21st Apr 2006
you my give usb a chance and give external drives a trie you can take
it with you"
M P wrote:
> I can't understand the text. Do you have an english version?
> "Mark Heitbrink [MVP]" <spam-(E-Mail Removed)> wrote in message
> news:%23o%(E-Mail Removed)...
> > Hi,
> >
> > M P schrieb:
> >> [...] I wanted to specify specific drive that is allowed (Drive D:
> >> and E: only) and others are hidden and cannot be accessed.
> >> Is this possible in Group Policy? Btw, I am using Windows 2000 AD with
> >> Windows 2000 and XP Prof workstations. Hope you might help.

> >
> > Yes. Edit the ADM and count "all" minus D+E
> >
> > http://www.gruppenrichtlinien.de/How...ausblenden.htm
> >
> > Scroll down ... theres a sample to hide:
> > A:, C:, F:, G: and M: and the other is "all" but H:
> >
> > Edit the system.adm, nodrives and noviewondrives follow the same syntax.
> > Itīs a 26 Bit mask, and an simple addition of the driveletter.
> > A=1, B=2, C=4, D=8 and so on.
> >
> > Mark
> > --
> > Mark Heitbrink - MVP Windows Server
> > Homepage: www.gruppenrichtlinien.de
> > extend GPO: www.desktopstandard.com
> > PM: Vorname@Homepage, Versende-Adresse wird nicht abgerufen.


 
Reply With Quote
 
Mark Heitbrink [MVP]
Guest
Posts: n/a
 
      21st Apr 2006
M P schrieb:
> I can't understand the text. Do you have an english version?


You donīt need the text, itīs just mathematics ;-)

If you want only D + E then its All (67108863) minus (D=(8) + E=(16))
-> 67108863 - 8 - 16 = 67108839

After that extend the ITEMLISTS on nodrives and noviewondrives
-> NAME "All but D: and E:" VALUE NUMERIC 67108839

Mark
--
Mark Heitbrink - MVP Windows Server
Homepage: www.gruppenrichtlinien.de
extend GPO: www.desktopstandard.com
PM: Vorname@Homepage, Versende-Adresse wird nicht abgerufen.
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Not allowing to continu unless a specific cell has specific answer =?Utf-8?B?bWFkdWJvaXM5?= Microsoft Excel Misc 3 25th Oct 2007 12:45 AM
Allowing User permissions on specific Days??? =?Utf-8?B?bGV3anQ=?= Microsoft Outlook Discussion 0 12th Jul 2007 08:48 AM
Allowing Specific Drive Instead of Restrict M P Microsoft Windows 2000 5 21st Apr 2006 04:06 PM
Allowing data in specific forms =?Utf-8?B?THVrZQ==?= Microsoft Excel Misc 15 14th Oct 2005 11:40 AM
Re: restrict specific websites? David Candy Windows XP Customization 1 27th Apr 2004 04:04 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:07 AM.