Notebook shift changes to paste, sticky key setting is turned off

大家讲道理
Release: 2017-05-28 10:08:32
Original
4187 people have browsed it

I used a wet rag to wipe the laptop's built-in keyboard, and then some of the keys failed.

I thought it would be used in the dormitory anyway, so I took the opportunity to find an excuse to buy a mechanical keyboard, bang bang bang...

It was fine at first, but then I found that pressing shift will paste. Baidu said it is a sticky key, but it is clearly not turned on in the settings

## I changed to an external keyboard and found the same problem, so the problem with the external keyboard was ruled out.

I was thinking of a way to disable the keyboard that comes with the laptop. I searched on Baidu and found a way to modify the keyboard

driverto the wrong driver. After trying it, I restarted and got a blue screen (the system was Win10 cannot be used), I almost thought I had to reinstall the system.

Later I found the

safe modeentering method of win10 and restored the modified driver.

Although it is said that it can be used, I still don’t want to give in. Later I found a way to disable the laptop’s built-in keyboard in win10: from Chenxu

First, right-click the start menu, command prompt (administrator) )

Enter the following command and press Enter:


sc config i8042prt start= disabled
Copy after login


Then restart Computer

If you want to restore it


sc config i8042prt start= auto
Copy after login


##

The above is the detailed content of Notebook shift changes to paste, sticky key setting is turned off. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!