启用Windows Server 2019/2022对HID-I2C触摸屏和蓝牙外设的支持

由于SKU定位限制,Windows Server 2022及以前的Windows Server版本可能难以支持包括基于HID-I2C的触摸屏和蓝牙外设在内的硬件。此时,需要手动处理驱动程序。

开始前,建议您先完成其它设备驱动程序的安装。同时,您可能需要准备一个Windows PE引导盘。

启用对HID I2C触摸屏的支持

文件下载:http://pc-dos.scp-eq.org/local--files/windows-server-2019-2022-hid-i2c-touchscreen-bluetooth/WinServer_HID_I2C.zip

安装流程:

  1. 以“禁用驱动程序签名强制”模式启动系统。您可以通过 [设置] > [更新和安全] > [恢复] > [高级启动] > [立即重新启动] 重启系统,并点击 [高级选项] > [启动设置] > [重启] 来进入高级启动选项。
  2. 进入桌面后,解压缩下载得到的文件,执行DPInst.exe
  3. 对于Windows Server 2022:
    1. 您可以直接正常重新启动系统,基于HIC-I2C的触摸屏等设备应该已经可以使用。
  4. 对于Windows Server 2019:
    1. 您应该能观察到设备管理器中的设备从“未知设备”变成带感叹号的图标。这是因为驱动程序签名和系统版本不一致。此时,您需要使用来自Windows 10版本17763(如Windows 10 Enterprise LTSC 2019)的文件替换相应文件。
    2. 请关机并从Windows PE引导盘引导系统。
    3. 进入Windows PE后,请进入解压缩得到的文件夹中,并从Replace_Server2019目录的各个子目录中,将扩展名为sys的文件复制到Windows Server 2019安装盘的Windows\System32\Drivers文件夹中,并替换同名文件。具体需要进行的替换包括:
      • Replace_Server2019\hidi2c.inf_amd64_891a4188cb4bf01b\hidi2c.sys -> Windows\System32\Drivers\hidi2c.sys
    4. 请重新启动到Windows Server 2019,基于HIC-I2C的触摸屏等设备应该已经可以使用。

启用对蓝牙外设的支持

文件下载:http://pc-dos.scp-eq.org/local--files/windows-server-2019-2022-hid-i2c-touchscreen-bluetooth/WinServer_Bluetooth_HID.zip

安装流程:

  1. 以“禁用驱动程序签名强制”模式启动系统。您可以通过 [设置] > [更新和安全] > [恢复] > [高级启动] > [立即重新启动] 重启系统,并点击 [高级选项] > [启动设置] > [重启] 来进入高级启动选项。
  2. 进入桌面后,解压缩下载得到的文件,右键单击每一个扩展名为inf的文件,并选择 [安装]。Windows可能提示无法验证发行者,此时请点击 [一律安装] 选项以继续安装。
  3. 对于Windows Server 2022:
    1. 您可以直接正常重新启动系统,基于HIC-I2C的触摸屏等设备应该已经可以使用。
  4. 对于Windows Server 2019:
    1. 您应该能观察到设备管理器中的设备从“未知设备”变成带感叹号的图标。这是因为驱动程序签名和系统版本不一致。此时,您需要使用来自Windows 10版本17763(如Windows 10 Enterprise LTSC 2019)的文件替换相应文件。
    2. 请关机并从Windows PE引导盘引导系统。
    3. 进入Windows PE后,请进入解压缩得到的文件夹中,并从Replace_Server2019目录的各个子目录中,将扩展名为sys的文件复制到Windows Server 2019安装盘的Windows\System32\Drivers文件夹中,并替换同名文件。具体需要进行的替换包括:
      • Replace_Server2019\bthpan.inf_amd64_df4d6a507db770e7\bthpan.sys -> Windows\System32\Drivers\bthpan.sys
      • Replace_Server2019\hidbth.inf_amd64_ed97096c5a1dbeb1\hidbth.sys -> Windows\System32\Drivers\hidbth.sys
      • Replace_Server2019\mdmbtmdm.inf_amd64_1dcd454692675bec\bthmodem.sys -> Windows\System32\Drivers\bthmodem.sys
    4. 请重新启动到Windows Server 2019,基于HIC-I2C的触摸屏等设备应该已经可以使用。

启用对蓝牙音频外设的支持

文件下载:http://pc-dos.scp-eq.org/local--files/windows-server-2019-2022-hid-i2c-touchscreen-bluetooth/Bluetooth_WS2022_v3.zip

未测试,请参考:https://bbs.pcbeta.com/viewthread-1930349-1-1.html

参考资料

https://bbs.pcbeta.com/viewthread-1945233-1-1.html

https://bbs.pcbeta.com/viewthread-1942811-1-1.html

https://bbs.pcbeta.com/viewthread-1892533-1-1.html

it
除非特别注明,本页内容采用以下授权方式: Creative Commons Attribution-ShareAlike 3.0 License