Windows IT Pro is the authoritative and independent resource for windows nt, windows 2000, windows 2003, windows xp. Features a collection of resources and magazines for windows IT professionals.
  
  
  Advanced Search 


November 2006

Secure Your USB Drives


RSS
Subscribe to Windows IT Pro | See More Security Articles Here | Reprints | Or get the Monthly Online Pass—only $5.95 a month!

Download the Code Here

Working at a bank, security is always on my mind. When it comes to security, it's best to try to identity potential problems and devise ways to prevent them. One potential problem I identified on our Windows XP PCs was their USB ports. I wanted to devise a way to keep employees from using the USB ports to carry away bank information on high-capacity USB drives.

To prevent this potential security nightmare, I turned to the registry and some code. Listing 1 contains the code that I added to the logon script for each of our PC users. The code uses regedit.exe with /s parameter (which makes the operation silent) to execute two .reg files: DisableUSBDrive.reg and EnableUSBDrive.reg.

The DisableUSBDrive.reg file, which Figure 1 shows, disables installed USB drives by setting the Start entry to a value of 4 (in hexadecimal format) in the HKEY_ LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\USBSTOR registry key. This .reg file, though, isn't the only file you need. When you install a USB storage device for the first time, Windows automatically sets the Start entry to a value to 3 (enabled). Thus, in this case, the USB device would remain enabled until the logon script runs again, which means that users would be able to use the USB storage device until they log off. To prevent this scenario, the code executes EnableUSBDrive.reg, which Figure 2 shows. This .reg file enables the USBSTOR registry key on any machine that doesn't have a USB device installed. That way, DisableUSBDrive .reg file can disable it, preventing any problems. With this solution, the USB storage devices are disabled on each PC. However, each PC's USB keyboard and mouse are left fully functional.
- Terry Martin

End of Article



Reader Comments

You must log on before posting a comment.

If you don't have a username & password, please register now.




Top Viewed ArticlesView all articles
Friday at PASS Europe 2006

Kevin talks about the closing day of the event and shares a funny Microsoft film. ...

PsExec

This freeware utility lets you execute processes on a remote system and redirect output to the local system. ...

Escape From Yesterworld

Kevin points you to the funniest SQL Server website ever! ...


Security Whitepapers The Impact of Messaging and Web Threats

Why SaaS is the Right Solution for Log Management

Protecting (You and) Your Data with Exchange Server 2007

Related Events How IE7 & The New Extended Validation SSL Certificates Impact Your Site

Top 10 Email Security Challenges and Solutions

Introduction to Identity Lifecycle Manager "2"

Check out our list of Free Email Newsletters!

Security eBooks Spam Fighting and Email Security for the 21st Century

Understanding and Leveraging Code Signing Technologies

A Guide to Windows Certification and Public Keys

Related Security Resources Become a VIP member of the Windows IT Pro community!
Get it all with the VIP CD and VIP access. A $500+ value for only $279!

Subscribe to Windows IT Pro!
Solve your toughest technical problems with our experts and access 10,000 + articles online. 30% off

Monthly Online Pass - Only $5.95!
Get instant access to 10,000+ articles from Windows IT Pro Magazine!

TechNet Virtual Labs
Evaluate and test Microsoft's newest products.


Windows IT Pro Home Register FAQ for Windows WinInfo News
Europe Edition About Us Contact Us/Customer Service Media Kit Affiliates / Licensing  
SQL Server Magazine Office & SharePoint Pro Windows Dev Pro IT Job Hound ITTV
IT Library Technology Resource Directory Connected Home Windows Excavator Windows SuperSite 
 
 Windows IT Pro is a Division of Penton Media Inc.
 Copyright © 2008 Penton Media, Inc., All rights reserved. Terms and Use | Privacy Statement | Reprints and Licensing