今天, xqq在QQ群中发了一条消息。
经过Google后, 发现原来是无线键盘制造商直接使用了微软提供的样例配置文件:
1 2 3 4 5 6 7 8 9 10 | <? xml version = "1.0" encoding = "utf-8" standalone = "yes" ?> < DeviceCategoryList > < DeviceCategory >Other</ DeviceCategory > </ DeviceCategoryList > < ModelName >Toaster</ ModelName > < DeviceDescription1 >Device Metadata Package Sample for WDK Toaster</ DeviceDescription1 > < Manufacturer >Fabrikam, Inc.</ Manufacturer > < DeviceIconFile >Toaster.ico</ DeviceIconFile > <!-- 注意这里 --> </ DeviceInfo > |
(http://superuser.com/questions/792607/why-does-windows-think-that-my-wireless-keyboard-is-a-toaster)
发表评论