Restrict Access to Removable Media (CD, Floppy)

  • Thread starter Thread starter Dave Morrow
  • Start date Start date
D

Dave Morrow

Hi all. I found the following registry key which seems to allow one to
restrict access to removable media

System Key: [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
NT\CurrentVersion\Winlogon]
Value Name: AllocateDASD
Data Type: REG_SZ (String Value)
a.. 0 - Administrators only
a.. 1 - Administrators and power users
a.. 2 - Administrators and the interactive user

Instead of manually changing the registry, is there a GPO for this? I
cannot seem to find one.
 
Dave said:
Hi all. I found the following registry key which seems to allow
one to restrict access to removable media

System Key: [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
NT\CurrentVersion\Winlogon]
Value Name: AllocateDASD
Data Type: REG_SZ (String Value)
a.. 0 - Administrators only
a.. 1 - Administrators and power users
a.. 2 - Administrators and the interactive user

Instead of manually changing the registry, is there a GPO for this?
I cannot seem to find one.
Hi

I don't think a GPO exists for this. You can push out the registry
value through Group Policy using a Custom Administrative Template:


HOW TO: Create Custom Administrative Templates in Windows 2000
http://support.microsoft.com/?kbid=323639

225087 Writing Custom ADM Files for System Policy Editor
http://support.microsoft.com/?kbid=225087

Implementing Registry-Based Group Policy - white paper
http://www.microsoft.com/WINDOWS2000/techinfo/howitworks/management/rbppaper.asp


http://groups.google.com/[email protected]
 
Thanks Torgeir, I will look into using custom ADM to do this and possibly
other things.


Torgeir Bakken (MVP) said:
Dave said:
Hi all. I found the following registry key which seems to allow
one to restrict access to removable media

System Key: [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
NT\CurrentVersion\Winlogon]
Value Name: AllocateDASD
Data Type: REG_SZ (String Value)
a.. 0 - Administrators only
a.. 1 - Administrators and power users
a.. 2 - Administrators and the interactive user

Instead of manually changing the registry, is there a GPO for this?
I cannot seem to find one.
Hi

I don't think a GPO exists for this. You can push out the registry
value through Group Policy using a Custom Administrative Template:


HOW TO: Create Custom Administrative Templates in Windows 2000
http://support.microsoft.com/?kbid=323639

225087 Writing Custom ADM Files for System Policy Editor
http://support.microsoft.com/?kbid=225087

Implementing Registry-Based Group Policy - white paper
http://www.microsoft.com/WINDOWS2000/techinfo/howitworks/management/rbppaper.asp


http://groups.google.com/[email protected]


--
torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway
Administration scripting examples and an ONLINE version of
the 1328 page Scripting Guide:
http://www.microsoft.com/technet/scriptcenter/default.mspx
 
Back
Top