We need to disallow access to usb stick on win2k3, though allowing access for some specific user and admin team.

Is it possible ?

link|improve this question
1  
your question is better suited for serverfault.com – Daniel A. White Jan 31 '11 at 18:05
For the server admin answer, try www.serverfault.com. Here's a question that is similar over there: serverfault.com/questions/220110/… – Richard Morgan Jan 31 '11 at 18:06
feedback

migrated from stackoverflow.com Jan 31 '11 at 18:26

This question came from our site for professional and enthusiast programmers.

1 Answer

On Windows 2003 and XP, there is no "real" OS level fix.

However, you can create a script to disable the USB Mass storage driver, and potentially write protect some sections of the registry. I've used such a hack in the past and it worked, but I do not have the code available anymore. It was pretty "dirty" and not secure.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown