Resources for IT Professionals > 포럼 홈 > Group Policy > Disable USB drives for specific users
질문하기질문하기
 

답변됨Disable USB drives for specific users

  • 2009년 7월 1일 수요일 오전 10:00emytjls 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     

    Hi
    I need to prevent a small group of students from using USB drives but allow them for everybody else. Clients are XP pro on Server 2003 domain. http://support.microsoft.com/default.aspx/kb/555324 explains how to disable USB drives but this only seems to work if I apply the policy to the OU containing my computers. This doesn't work for me as I have different students using the same computers, but only want the use of USB drives to be disabled when certain students logon.
    Any ideas?

    Thanks

    Jason

답변

  • 2009년 7월 2일 목요일 오후 2:30Nitesh Bhardwaj 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     답변됨
    Hi

    We can certainly Disable USB usage on all computers or for a group of people

    1) we need to create a GPO for this or add in existing GPO to target machines. Following registry key HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\UsbStor
    Needs to be added to file system control in GPO & give Deny to all. This will disable this registry entry on all machines which will recieve this settings.
    This registry stores the driver info for USB device, if this location is disabled usb driver will not load for any external USB device.

    2) we can use GPO filtering for deploying this policy only on a group of users wherever they login in domain. To perform this Add these users in security filtering of GPO & assign Apply gpo right, do Not assign to authenticated users if u want to specify for some users.

    I have tested & deployed this solution in production environments.

    Thanks

모든 응답

  • 2009년 7월 1일 수요일 오전 10:07Meinolf Weber [MVP-DS]MVP사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     
    Hello,

    use this way and configure access for a specific domain user group with the needed accounts:
    http://support.microsoft.com/kb/823732
    Best regards Meinolf Weber Disclaimer: This posting is provided "AS IS" with no warranties, and confers no rights.
  • 2009년 7월 1일 수요일 오전 10:26emytjls 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     
    Thanks for the prompt response.
    I did come across this article. The first part "If a USB storage device is not already installed on the computer" would be of some help but a lot of the students have previously connected the devices. The trouble is the second part "If a USB storage device is already installed on the computer" involves changing a registry key in HKEY_LOCAL_MACHINE which will then prevent any subsequent user that logs on from using a USB drive.

    Thanks

    Jason
  • 2009년 7월 2일 목요일 오전 7:21Mervyn ZhangMSFT, 중재자사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     
    Hi Jason,

    As far as I know, we could not prevent a computer group policy from applying when certain user/group logs on or computer configuration applys only to certain users.

    Computer-related Group Policy (or computer configuration) is applied when the operating system initializes and during the periodic refresh cycle. In general, computer policy takes precedence over conflicting user policy. Thus, it is not possible to configure a computer configuration, such as the Hardware policy, to apply to specific users.

    Thanks.

    This posting is provided "AS IS" with no warranties, and confers no rights.
  • 2009년 7월 2일 목요일 오후 2:30Nitesh Bhardwaj 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     답변됨
    Hi

    We can certainly Disable USB usage on all computers or for a group of people

    1) we need to create a GPO for this or add in existing GPO to target machines. Following registry key HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\UsbStor
    Needs to be added to file system control in GPO & give Deny to all. This will disable this registry entry on all machines which will recieve this settings.
    This registry stores the driver info for USB device, if this location is disabled usb driver will not load for any external USB device.

    2) we can use GPO filtering for deploying this policy only on a group of users wherever they login in domain. To perform this Add these users in security filtering of GPO & assign Apply gpo right, do Not assign to authenticated users if u want to specify for some users.

    I have tested & deployed this solution in production environments.

    Thanks
  • 2009년 7월 8일 수요일 오전 2:06Mervyn ZhangMSFT, 중재자사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     
    Hi Jason,

    Could you please confirm whether Nitesh’s suggestion resolves your problem.

    Thanks.

    This posting is provided "AS IS" with no warranties, and confers no rights.