RE: How to disable USB drive
srikantn_at_online.microsoft.com
Date: 05/27/04
- Next message: John: "Can't open more than one IE window"
- Previous message: Robert: "group policy works for one user but not for another"
- In reply to: Robert: "How to disable USB drive"
- Messages sorted by: [ date ] [ thread ]
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.
- Next message: John: "Can't open more than one IE window"
- Previous message: Robert: "group policy works for one user but not for another"
- In reply to: Robert: "How to disable USB drive"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|