Forbid access to DVD/CD/USB for some users
- by alex2k8
I need to forbid all users except administrators to write into DVD/CD/USB drives on Windows XP.
Googled around and there is a way to disable devices completely:
Cdrom:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\cdrom\Start (from 1 to 4)
Usb:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\USBSTOR (from 3 to 4)
but I need to disable them only for particular users.