今天, xqq在QQ群中发了一条消息。
经过Google后, 发现原来是无线键盘制造商直接使用了微软提供的样例配置文件:
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<DeviceInfo xmlns="http://schemas.microsoft.com/windows/DeviceMetadata/DeviceInfo/2007/11/">
<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)


发表评论