hi everyone, i cant scroll down on windows setting, its like i press tab but i aint, i check my keebs and its fine
View: https://youtu.be/42ElQqCRs8U
already tested, that why i ask here cause dont know the problem, it seem like it pressed but i check it dontCan you open your web browser? If so, use KeyboardTester and try and hit each key on your keyboard. What you've shown with that video is akin to the up arrow being depressed or even Page Up.
What version(not edition) of Windows 10 are you working with?
see if this helps
right click start button
choose powershell (admin)
copy/paste this command into window:
Repair-WindowsImage -Online -RestoreHealth
and press enter
Then type SFC /scannow
and press enter
Restart PC if SFC fixes any files as some fixes require a restart to be implemented
First command repairs the files SFC uses to clean files, and SFC fixes system files
SFC = System File Checker. First command runs DISM - https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/what-is-dism?view=windows-11