|
回复 #9 嵐風 的帖子
CTP2里面没有usbfilte
CTp3帮助文档里面有介绍
8/27/2012
USB Filter is a USB port and device base filter that you can use to allow trusted USB devices to connect to a system. USB Filter intercepts device connect requests and only allows USB devices with matching device product ID, device vendor ID, or device class ID set by administrator to be active and detectable.
USB Filter Configuration
You can configure USB Filter at design time or at run time. All configuration settings for USB Filter are stored in the registry. When enabled, USB Filter will automatically block all USB device access to all ports excluding the permission entries enter by the administrator.
USB Filter configuration can also be applied at a more detailed USB controller port level, where you can dedicate a specific USB port for designated devices and tasks.
Design Time Configuration
You can use Image Configuration Editor (ICE) or Image Builder Wizard (IBW) to add the USB Filter feature module to your Windows Embedded Standard 8 (Standard 8) image at design time.
Run-Time Configuration
To configure USB Filter at run time, you must use USB Filter WMI providers. You can use the USB Filter WMI providers directly in a PowerShell script or by using the WMI providers in a custom application.
For more information about how to configure USB Filter at run time, see USB Filter WMI Providers. |
|