PS2 键盘在 Windows 10 上工作吗

unk*_*SPY 8 windows keyboard ps2 windows-10

有人告诉我 PS2 键盘与 Windows 10 不兼容。

这是真的。我的印象是它们应该可以正常工作?

小智 20

如果它不适用于简单的即插即用,请执行以下操作:

  1. 打开注册。
  2. 导航到:HKEY_LOCAL_MACHINE > SYSTEM > CurrentControlSet > Services > i8042prt
  3. 将“开始”的默认值设置为 1。
  4. 重新启动您的机器。

  • 为我工作。该值设置为 3。 (3认同)
  • 它也对我有用。同样在我的例子中,该值设置为 3。一旦我短时间使用 USB 键盘,PS/2 键盘就停止工作 (2认同)

Use*_*ser 14

添加到客人的答案:

在 regedit 下Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\i8042prtStart键应该从3改为1

有关设置含义的更多详细信息(来自http://sourcedaddy.com/windows-7/values-for-the-start-registry-entry.html):

Value  StartType      Description
0      Boot           Specifies a driver that is loaded (but not started)
                      by the boot loader. If no errors occur, the driver is
                      started during kernel initialization prior to any
                      non-boot drivers being loaded.

1      System         Specifies a driver that loads and starts during kernel
                      initialization after drivers with a Start value of 0 
                      have been started.

2      Auto Load      Specifies a driver or service that is initialized at 
                      system startup by Session Manager (Smss.exe) or the 
                      Services Controller (Services.exe).

3      Load on Demand Specifies a driver or service that the Service Control
                      Manager (SCM) will start only on demand. These drivers have
                      to be started manually by calling a Win32 SCM application
                      programming interface (API), such as the Services snap-in.

4      Disable        Specifies a disabled (not started) driver or service.

5      Delayed Start  Specifies that less-critical services will start shortly after
                      startup to allow the operating system to be responsive to
                      the user sooner. This start type was first introduced
                      in Windows Vista.
Run Code Online (Sandbox Code Playgroud)

我有一个 ps/2 触摸板,它在 Windows 10 中没有响应。将此键更改为 1 并重新启动后,触摸板现在可以工作了。


Bur*_*rgi 6

据微软称,Windows 10 仍然接受 PS/2 输入。但是,驱动程序可能存在问题,此论坛讨论解释了故障排除过程。

以下是Microsoft 工程师在该线程中的直接引述,详细介绍了各种故障排除方法:

方法一。

插入设备并运行硬件故障排除程序。完成后,重新启动计算机并检查状态。

按着这些次序:

  • 按键盘上的“Windows + W”键。
  • 在搜索框中键入故障排除,然后按 Enter。
  • 单击硬件和声音并运行硬件和设备疑难解答。
  • 按照屏幕上的说明进行操作。完成后,重新启动计算机并检查状态。

方法二。

您可以从设备管理器手动更新 PS2 鼠标驱动程序并检查这是否有帮助。

  1. 按(Windows 键 + X)并单击“设备管理器”。

  2. 展开“鼠标”或“鼠标和其他指点设备”。

  3. 右键单击驱动程序并选择“更新驱动程序软件”。完成后,重新启动计算机并检查问题是否仍然存在。

此外,您还可以在 Windows 更新中查找可选更新,以查看是否有与此设备相关的任何其他更新并根据需要进行安装。

方法三。

如果驱动程序更新没有帮助,那么我建议您完全卸载 USB 驱动程序并重新安装以检查是否有帮助。

按着这些次序。

  • 按“Windows键+ X”,然后单击“设备管理器”。

  • 在设备列表中,您应该会看到“鼠标”或“鼠标和其他指点设备”。

  • 右键单击设备驱动程序,然后选择“卸载”。

  • 在卸载对话框中,确保选择从系统中删除驱动程序包的选项。这会导致之前安装的驱动程序包被删除。

  • 在设备管理器的操作菜单中,选择“扫描硬件更改”选项。这将强制计算机识别任何硬件更改。安装驱动程序后,关闭所有窗口并重新启动计算机。

我没有 PS/2 键盘来为您测试这些。

  • 对我来说,方法 1 中的“Windows 键 + W”会调出 WINDOWS INK WORKSPACE。 (2认同)