Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

GPO Question

Status
Not open for further replies.

basball

Technical User
Dec 18, 2002
192
US
When I add the *.adm file, it loads fine, but no values are listed when I click on Disable USB - basically not dropdown list appears :(

CLASS MACHINE

CATEGORY "CUSTOM Policy Settings"
CATEGORY "Restrict Drives"
POLICY "Disable USB"
KEYNAME "SYSTEM\CurrentControlSet\Services\USBSTOR"
EXPLAIN "Disables the computers USB ports by disabling the usbstor.sys driver"
PART "Disable USB Ports" DROPDOWNLIST
VALUENAME "START"
ITEMLIST
NAME "ENABLE" VALUE NUMERIC 3
NAME "DISABLE" VALUE NUMERIC 4
END ITEMLIST
NOSORT
END PART
END POLICY
END CATEGORY
END CATEGORY
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top