RYU81 Posted February 11, 2009 Share Posted February 11, 2009 (edited) is there way to make my winxp show any flad usb insert show access is denied like this: Edited February 11, 2009 by RYU81 Link to comment Share on other sites More sharing options...
iamtheky Posted February 11, 2009 Share Posted February 11, 2009 Maybe not exactly the same, but this is how i disallow them. 3 files the .reg the .adm and the batch to run them and deny the users group the right to the usbstor files. usbstore.reg---------------------------------------------------------------------------------Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\USBSTOR]"Start"=dword:00000004----------------------------------------------------------------------------------usbstore.adm----------------------------------------------------------------------------------CLASS MACHINECATEGORY USB STORAGE POLICY USB STORAGE DEVICES KEYNAME "SYSTEM\CurrentControlSet\Services\USBSTOR" EXPLAIN This policy allows the disabling of USB storage devices PART "Startup Type" DROPDOWNLIST REQUIRED VALUENAME "Start" ITEMLIST NAME "Disabled" VALUE NUMERIC 4 END ITEMLIST END PART END POLICYEND CATEGORY-----------------------------------------------------------------------------------usbblock.bat------------------------------------------------------------------------------------@echo offEcho.Echo Fixing Universal Serial BusEcho..\usbstore.regEcho. Echo Applying PolicyEcho.copy usbstore.adm c:\windows\sytem32\group policy\Echo.Echo Applying SecurityEcho.CACLS C:\windows\inf\usbstor.inf /D "users"CACLS C:\windows\inf\usbstor.pnf /D "users"----------------------------------------------------------------------------------------------------- Link to comment Share on other sites More sharing options...
RYU81 Posted February 11, 2009 Author Share Posted February 11, 2009 (edited) ok if that to make it but how allow it?if see pc is already disable. Edited February 11, 2009 by RYU81 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now