I am trying to add a script or reg setting that will block the writing to a
usb device and it's not quite working.
Ideally I don't want any users to be able to copy any files to a usb drive
or copy a file from usb to the local hard drive.
The mouse and printer uses the usb ports so they can't be disabled. I tried
a reg setting that blocks writing to usb devices, but doesn't do anything.
"hklm\system\currentcontrolset" dword writeprotect to 1.
I can still copy and move files to the usb drive. I haven't seen any
difference.
Is there a script that may accomplish the same task if not more?