Link to home
Start Free TrialLog in
Avatar of Jonathan Suber
Jonathan SuberFlag for United States of America

asked on

How can I lock out USB drives on my workstations?

What is the best way to stop my users from inserting flash drives into my workstations?  Can I set up a rule that will block flash drives using active directory?

Thanks,

Jon
Avatar of Steven Harris
Steven Harris
Flag of United States of America image

If USB Software is already installed:

set HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\UsbStor to hexi value of 4

Then deny permissions to the following files:

%SystemRoot%\Inf\Usbstor.pnf
%SystemRoot%\Inf\Usbstor.inf
ASKER CERTIFIED SOLUTION
Avatar of Rob Cambra
Rob Cambra

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Jonathan Suber

ASKER

Solution works great!
Avatar of Rob Cambra
Rob Cambra

That's great news!