RE: How to disable USB drive

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

srikantn_at_online.microsoft.com
Date: 05/27/04


Date: Thu, 27 May 2004 17:51:05 GMT

USB Drives can be disabled via the GPO. Please visit the link given below
that has a .ADM script that can be used to restrict USB Drives:

http://forums.susserver.com/index.php?showtopic=2067

Following is the .ADM script to disable the USB Drive:

CLASS MACHINE

CATEGORY !!categoryname

 POLICY !!policyname

  KEYNAME "SYSTEM\CurrentControlSet\Services\USBSTOR"

  EXPLAIN !!explaintext

    PART !!labeltext DROPDOWNLIST REQUIRED
 
      VALUENAME "Start"

      ITEMLIST
       NAME !!Disabled VALUE NUMERIC 3 DEFAULT
       NAME !!Enabled VALUE NUMERIC 4
      END ITEMLIST

    END PART

  END POLICY

END CATEGORY

[strings]
categoryname="Restrict Drives"
policyname="Disable the USB Drive"
explaintext="Disables the computers USB Drive completely"
labeltext="Disable USB Drive"
Enabled="Enabled"
Disabled="Disabled"

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



Relevant Pages

  • RE: Disabling USB mass storage
    ... in our organization that will successfully supress USB drives it should stop ... The GPO works with an Apple IPod ?? ... >>are not the intended recipient, any use, dissemination, forwarding, ... please delete the email and advise the sender of the delivery ...
    (Focus-Microsoft)
  • ADM files
    ... Trying to implement this ADM file to disable USB drives. ... When I load it through Group Policy - Administrative ... END CATEGORY;Restrict USB Drives ...
    (microsoft.public.win2000.group_policy)
  • Disable removable drives
    ... I'm trying to disable removable devices (USB Drives, ... clients via GPO. ... I found this adm template: http://support.microsoft.com/kb/555324. ... It works well for cdrw/dvdrw but not for USB drives... ...
    (microsoft.public.windows.server.active_directory)
  • RE: ADM files
    ... Below is my idea on how to restrict USB Drives using ADM files: ... CLASS MACHINE ... POLICY!!"Disable USB Drives" ...
    (microsoft.public.win2000.group_policy)