Bluetooth keyboard K850 lacks responsiveness Win11 Pro 24H2

ROTA ROTA 0 Reputation points
2025-08-07T05:34:02.3033333+00:00

I have a MiniPC BESSTAR U820 with i5-8279U CPU and Win11 Pro 24H2.
The Logictech K850 Keyboard is connected to Intel Wireless Bluetooth 20.100.10.11.
The keyboard has a significant lag for the first keystroke of a sequence.

I set "svchost.exe" to high priority using the task scheduler at system startup as
proposed in https://learn.microsoft.com/en-us/answers/questions/3866346/bluetooth-devices-in-windows-11-lack-responsivenes?source=docs

Open Task Scheduler > Create Task.
Set trigger at system startup as admin
Under "Actions", use this as the action:
cmd /c wmic process where name="svchost.exe" call setpriority 128
(128 is "High" priority)

Is there a more specific way to set priority for process bthserv?
Does it make sense to set bthserv to RealTime priority?

Windows development | Windows Performance Toolkit
0 comments No comments
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.