Ethical Hacking Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package. | Computer Forensics Training at InfoSec Institute Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors. |

| Subject: | Re: Disabling USB mass storage |
|---|---|
| Date: | Thu, 3 Mar 2005 14:33:20 -0500 |
You can create an ADM template to do this.
Here is the code to restrict XP/SP2:
CLASS MACHINE
CATEGORY "USB Storage"
POLICY "Write Protect USB Storage" KEYNAME "SYSTEM\CurrentControlSet\Control\StorageDevicePolicies" VALUENAME "WriteProtect" VALUEON NUMERIC 1 VALUEOFF NUMERIC 0 END POLICY END CATEGORY
Save as a .ADM file, load it in, and go !
or
To prevent machines pre-XP/SP2...
(This will disable the storage device completely, i.e no read or write)
CLASS MACHINE
CATEGORY "USB Storage"
POLICY "Disable USB Storage" KEYNAME "SYSTEM\CurrentControlSet\Services\USBSTOR" VALUENAME "Start" VALUEON NUMERIC 4 VALUEOFF NUMERIC 3 END POLICY END CATEGORY
Hi list,
Does anyone knows a way to disable USB mass storage device in Win XP? I need to disable using devices such as USB flash drive, card readers, etc.
Regards
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: Exchange Problem, Susan Bradley, CPA aka Ebitz - SBS Rocks [MVP] |
|---|---|
| Next by Date: | RE: Changing system time for testing and development, adisegna |
| Previous by Thread: | Disabling USB mass storage, Martin a Marika TYDOROVCI |
| Next by Thread: | RE: Disabling USB mass storage, Moser, Scott |
| Indexes: | [Date] [Thread] [Top] [All Lists] |