Main Topics
Browse All TopicsHello,
i want to know the solution how to disable the use of Mass Storage devices such as pendrives in Windows2000 and WindowsXP Pro,apart from the solution"Registry".
Thanks in advance
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Hello,
here's a solution that does not affect the registry at all.
Open a DOS Shell and type
cd %systemroot%\inf
Change the permissions of usbstor.inf and usbstor.pnf using cacls.exe
cacls usbstor.inf /p SYSTEM:N
cacls usbstor.pnf /p SYSTEM:N
/p replaces current permissions and in this case, it removes all access. Instead of SYSTEM, any valid username or group name can be used. N specifies No Access.
The above solution, disables installation for drivers of USB devices. To undo do the following:
Start Windows in Safe Mode
Start / Run. Type %systemroot%\inf
Locate usbstor.inf.
Right click on it and click Properties / Security Tab
Remove SYSTEM [or whatever username of group name you applied to cacls at the previous step]
Click Advanced
Turn on Allow inheritable permissions
Click OK to save the change and OK again to close the Properties window.
Repeat for usbstor.pnf.
Hope that helped ;)
Business Accounts
Answer for Membership
by: fredshovelPosted on 2006-06-19 at 23:20:34ID: 16940059
Start/Control Panel/System/Device Manager/ - open Universal Serial bus controllers -- right click on each one and select 'disable'.