Blocking USB in Group Policy
45 pts.
0
Q:
Blocking USB in Group Policy
hi, i would like to block some users from accessing usb, in group policy management, can you any one guide me plz, thanks in advance
ASKED: May 11 2009  11:12 AM GMT
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
0
10345 pts.
0
A:
 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0
  • AddThis Social Bookmark Button
Pressler2904 | May 12 2009 4:45PM GMT

We went through this in my current environment: there is no easy way to block access to USB ports… Some organizations go so far as to fill the USB ports with hot glue I understand. What has worked for us here is to set up a system image with the expected hardware and add a few alternate items (for example, USB Optical Mouse and USB Trackball; different types/brands of monitor). After the image is configured, we disable Plug and Play. No account with User level rights (ALL our user accounts, even the IT dept, have User level rights) can then change or alter the hardware configuration.

It’s pretty severe, I know, but for us it works and it’s the surest way to avoid a massive HIPAA leak…



__________________________________________________________________________________-


Have a look at this similar question/answer.

I didn't tried personally, but I was told that the user needed to be a local administrator so that it could work.

You can block USB connections through Group Policy, under computer configuration, local policies/security Options, devices. there you can restrict the users. create a separate user group and apply the GPO.
Last Answered: May 12 2009  4:48 PM GMT by ITKE   10345 pts.
Latest Contributors: AOne   30 pts., Carlosdl   29855 pts.
0
0
Discuss This Answer:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _



_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

Pressler2904   2165 pts.  |   May 12 2009  4:45PM GMT

We went through this in my current environment: there is no easy way to block access to USB ports… Some organizations go so far as to fill the USB ports with hot glue I understand. What has worked for us here is to set up a system image with the expected hardware and add a few alternate items (for example, USB Optical Mouse and USB Trackball; different types/brands of monitor). After the image is configured, we disable Plug and Play. No account with User level rights (ALL our user accounts, even the IT dept, have User level rights) can then change or alter the hardware configuration.

It’s pretty severe, I know, but for us it works and it’s the surest way to avoid a massive HIPAA leak…

 

Snsatyendra   15 pts.  |   May 12 2009  6:33PM GMT

We can use the system registry to disable the usb storage devices (note that other usb devices such as usb mouse,keyboard etc will remain enabled)

First navigate to “HKEY_LOCAL_MACHINESYSTEMCurrentControlSet ServicesUSBSTOR”
Then in right pane double click on “Start” and change the value to 4 (which is currently 3). This will disable all your USB storage devices. To enable them back change the “Start” value to 3 again.

I have used this technique in Vista and it works well till the users do not have admin rights.

In XP service pack 3 the key UsbStor does not exist by default. So you should manually create a key called USBSTOR in “HKEY_LOCAL_MACHINESYSTEMCurrentControlSet Services”. Then create a dword value with name “Start” and set its value to 4. This trick however did not worked on some of the machines which i tried.

 

Vishalvasu   95 pts.  |   May 13 2009  12:00PM GMT

In our organization we followed the instructions in this article and it works fine. Hope this helps you too.
 <a href="http://www.petri.co.il/disable_usb_disks_with_gpo.htm" title="http://www.petri.co.il/disable_usb_disks_with_gpo.htm" target="_blank">http://www.petri.co.il/disable_usb_disks…</a>

 
0