阻止未经授权的USB DEVICE

问题描述:

系统如何区分公司(授权)提供的USB设备和另一台未经授权的USB设备?
所有在Windows上运行的系统以及在Windows 2008上运行的服务器.请提出任何建议?

How does the system distinguish between a usb device provided by the company (authorized) and another one which is not authorized?
All systems running on windows and server on windows 2008.Please suggest any technique? help?

使用类似这样的内容:
公共密钥密码 [ Windows驱动程序工具包(WDK) [ ^ ]

问候
Espen Harlinn
Use something like this:
Public-key cryptography[^]

Save the public key to a file on the usb device.

This will not prevent users from reading information from any usb deveice they plug into the machine. If that''s your goal you have to reach for the Windows Driver Kit (WDK)[^]

Regards
Espen Harlinn