Disabling all write (cd burning) permissions for a specific group of users on all CD/DVD drives mounted in Windows XP Pro SP3

0

I want all users within 'Restricted' user group (Windows XP Professional SP3) to be able to read from CDs/DVDs they insert. I don't want these users to be able to burn any CDs/DVDs using CDRW/DVDRW drive available.

Apparently it's not enough to disable the burning option in system policies. Users may still get a portable version of some CD/DVD burning software and work around that protection.

I've been able to find the following settings on Windows XP Pro SP3 related to CD burning:

  1. Right Click on the CD/DVD drive -> Properties -> Recording -> 'Enable CD recording' option.

  2. HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\CD Burning\Drives

  3. HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoCDBurning

  4. HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoCDBurning

I don't think any of these options would suffice.

Any hints will be well appreciated.

Edit:

Machines I need to apply these restrictions to, should not allow for any data to be moved outside of the institution. All machines have their USB ports disabled already, they are attached from an outside world (no internet access, only secured intranet). All printers are monitored separately and no recording devices are allowed in the area.

The only security hole in the described policy is mentioned CD/DVD burning, as any user could just burn any sensitive data using a portable cd burning application and that is what I'm trying to find a solution for.

Note, that it's not like I could just disable the CDROM drive completely using BIOS settings or simply remove the hardware from all these machines because there are other users with higher privileges who should be able to use all the features of CD/DVD drives.

jaccus

Posted 2012-12-01T16:49:10.163

Reputation: 111

1

This seems like more of a administration question than a programming question, so it might be a better fit over at http://serverfault.com.

– Sam Mussmann – 2012-12-01T16:51:28.710

This is off topic here. I'd say it should be on serverfault – David Heffernan – 2012-12-01T16:51:34.693

Answers

1

Here is the answer: Providing User Permissions for Media Burning Devices:

  • gpedit.msc --> Computer Configuration | Windows Settings | Security Settings | Local Policies | Security Options
  • Set "Devices: Restrict CD-ROM access to locally logged-on user only" to Enabled
  • Set "Devices: Allowed to format and eject removable media" to Administrators and Power Users.
  • Then, in Computer Manager give Power Users membership to those users that you trust to burn data to CD / DVD.

Scott Ferrell

Posted 2012-12-01T16:49:10.163

Reputation: 11