Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
I have isolated my Bluetooth keyboard and mouse and it is not them
Remove-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\Keyboard Layout" -Name "Scancode Map" -Force
reg delete "HKLM\SYSTEM\CurrentControlSet\Control\Keyboard Layout" /v "Scancode Map" /f
Welcome
Isolated them how?
Try disconnecting them and open the onscreen keyboard, does it still happen? If so can you see which key is lit up when it does happen?
Also, have you remaped any keys?
If you have, run one of these:
Remove Key Remaps (Scancode Mappings)
PowerShell:
Code:Remove-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\Keyboard Layout" -Name "Scancode Map" -Force
Or
Command Prompt:
Code:reg delete "HKLM\SYSTEM\CurrentControlSet\Control\Keyboard Layout" /v "Scancode Map" /f
Is it possible that the onboard keyboard could be running in the background? The problem does sound like a stuck key.Some key is stuck on the onboard keyboard.
I isolated the wireless keyboard and mouse by turning them off. The issue continued.
I have never remapped any keys.
It still happens with the on board keyboard in play. Not showing any lit key.
Thanks for your help.
sfc /scannow
DISM /Online /Cleanup-Image /RestoreHealth
www.elevenforum.com
www.elevenforum.com
www.elevenforum.com
How did you resolve the problem?Thank you for all the advice. The issue is resolved.