Das Oktoberupdate für Windows 10 auf die Version 17763.1 führte bei einigen HP Geräten zu einem Bluescreen in Verbindung mit dem Tastaturtreiber.
Mittlerweile gibt es bereits ein Update von Microsoft über Windows Update dafür.
Download HP Keyboard Filter Driver für Windows 10 1803 und 1809 x86
Uninstall the update using Command Prompt
For 32-bit versions of Windows:
dism /Image:C\ /Remove-Driver /Driver: C:\Windows\System32\DriverStore\FileRepository\hpqkbfiltr.inf_x86_f1527018cecbb8c2\HpqKbFiltr.inf
For 64-bit versions of Windows:
dism /Image:C:\ /Remove-Driver /Driver:c:\Windows\System32\driverstore\FileRepository\hpqkbfiltr.inf_amd64_714aca0508a80e9a\HpqKbFiltr.inf
Note: If Windows is not stored on the C: drive, replace the C: in the above commands with the appropriate drive letter.
or
cd c:\windows\system32\drivers
ren c:\Windows\System32\drivers\HpqKbFiltr.sys HpqKbFiltr.sys_old
Note: If Windows is not stored on the C: drive, replace the C: in the above commands with the appropriate drive letter.