Here are the steps you’ve tried to disable sticky keys on your Windows computer:
- Open the Ease of Access Center and go to “Make your keyboard easier to use.”
- Click on “Set up Sticky Keys” and uncheck “Turn On Sticky Keys” and “Turn on Sticky Keys when SHIFT is pressed five times.”
- Open the Registry Editor and navigate to the following key:
HKEY_CURRENT_USER\Control Panel\Accessibility\StickyKeys
. On the right side, double click on theFlags
value and set it to506
. - Navigate to the following key:
HKEY_CURRENT_USER\Control Panel\Accessibility\Keyboard Response
. Find theFlags
value on the right side and set it to122
. - Navigate to the following key:
HKEY_CURRENT_USER\Control Panel\Accessibility\ToggleKeys
. On the right side, double click on theFlags
value and set it to58
. - Close the Registry Editor and restart your computer.
- Go to the
Windows
folder and find theSystem32
folder. RenameSethc.exe
.
Despite trying all these steps, you’re still experiencing sticky keys when you long press the shift key.
3 Answers
Introduction
Sticky keys is a feature in Windows that helps users with physical disabilities to press multiple keys at once. However, it can be frustrating for users who accidentally enable it and do not know how to disable it. In this blog post, we will discuss how to remove/disable sticky keys in Windows 10.
Using Ease of Access Center
The first method to disable sticky keys is by using the Ease of Access Center. Here are the steps:
- Press the Windows key + U to open the Ease of Access Center.
- Click on “Make your keyboard easier to use.”
- Scroll down to the “Make it easier to type” section and click on “Set up Sticky Keys.”
- Uncheck “Turn on Sticky Keys” and “Turn on Sticky Keys when SHIFT is pressed five times.”
- Click on “Apply” and then “OK.”
After following these steps, sticky keys should be disabled on your Windows 10 computer.
Using Registry Editor
If the first method did not work, you can try disabling sticky keys using the Registry Editor. Here are the steps:
- Press the Windows key + R to open the Run dialog box.
- Type “regedit” and press Enter.
- Navigate to the following key:
HKEY_CURRENT_USERControl PanelAccessibilityStickyKeys
. - On the right side, double click on the “Flags” value and set it to “506.”
- Navigate to the following key:
HKEY_CURRENT_USERControl PanelAccessibilityKeyboard Response
. - Find the “Flags” value on the right side and set it to “122.”
- Navigate to the following key:
HKEY_CURRENT_USERControl PanelAccessibilityToggleKeys
. - On the right side, double click on the “Flags” value and set it to “58.”
- Close the Registry Editor and restart your computer.
After restarting your computer, sticky keys should be disabled.
Renaming Sethc.exe
If the above methods did not work, you can try renaming the Sethc.exe file. Here are the steps:
- Go to the “Windows” folder and find the “System32” folder. You can do this by pressing the Windows key + E to open File Explorer and navigating to “C:WindowsSystem32.”
- Find the Sethc.exe file and rename it to something else, like Sethc_old.exe.
- Find the cmd.exe file and rename it to Sethc.exe.
- Press the Windows key + U to open the Ease of Access Center.
- Click on “Make your keyboard easier to use.”
- Scroll down to the “Make it easier to type” section and click on “Set up Sticky Keys.”
- Uncheck “Turn on Sticky Keys” and “Turn on Sticky Keys when SHIFT is pressed five times.”
- Click on “Apply” and then “OK.”
After following these steps, sticky keys should be disabled on your Windows 10 computer.
Using Group Policy Editor
Another method to disable sticky keys is by using the Group Policy Editor. Here are the steps:
- Press the Windows key + R to open the Run dialog box.
- Type “gpedit.msc” and press Enter.
- Navigate to the following path:
User ConfigurationAdministrative TemplatesWindows ComponentsAccessibility
. - Double-click on “Apply all settings to the logon desktop” and select “Enabled.”
- Click on “Apply” and then “OK.”
- Press the Windows key + U to open the Ease of Access Center.
- Click on “Make your keyboard easier to use.”
- Scroll down to the “Make it easier to type” section and click on “Set up Sticky Keys.”
- Uncheck “Turn on Sticky Keys” and “Turn on Sticky Keys when SHIFT is pressed five times.”
- Click on “Apply” and then “OK.”
After following these steps, sticky keys should be disabled on your Windows 10 computer.
Using Command Prompt
The last method to disable sticky keys is by using the Command Prompt. Here are the steps:
- Press the Windows key + X and select “Command Prompt (Admin).”
- Type the following command and press Enter:
reg add "HKCUControl PanelAccessibilityStickyKeys" /v "Flags" /t REG_SZ /d "506" /f
. - Type the following command and press Enter:
reg add "HKCUControl PanelAccessibilityKeyboard Response" /v "Flags" /t REG_SZ /d "122" /f
. - Type the following command and press Enter:
reg add "HKCUControl PanelAccessibilityToggleKeys" /v "Flags" /t REG_SZ /d "58" /f
. - Close the Command Prompt and restart your computer.
- Press the Windows key + U to open the Ease of Access Center.
- Click on “Make your keyboard easier to use.”
- Scroll down to the “Make it easier to type” section and click on “Set up Sticky Keys.”
- Uncheck “Turn on Sticky Keys” and “Turn on Sticky Keys when SHIFT is pressed five times.”
- Click on “Apply” and then “OK.”
After following these steps, sticky keys should be disabled on your Windows 10 computer.
Conclusion
Sticky keys is a useful feature for some users, but it can be annoying for others. In this blog post, we discussed six methods to remove/disable sticky keys in Windows 10. If one method did not work for you, try the other methods until you find the one that works.
It sounds like you’ve already tried several methods to disable sticky keys on your Windows 10 computer, but you’re still experiencing the issue. Here are a few other things you can try:
- Check if there are any updates available for your operating system. Sometimes, issues like this can be resolved by installing the latest updates.
- Check if there are any updates available for your keyboard drivers. You can do this by going to Device Manager and expanding the Keyboard section. Right-click on your keyboard and select “Update driver.”
- Check if the issue is caused by a third-party program. You can try starting your computer in Safe Mode and see if the issue persists. If the issue does not occur in Safe Mode, it could be caused by a third-party program. You can try uninstalling recently installed programs or updating them to see if that resolves the issue.
- If none of the above steps work, you may need to reset your Windows 10 operating system. Keep in mind that this will erase all data and programs on your computer, so make sure you have a backup of your important files before proceeding.
I hope this helps! Let me know if you have any other questions.
If the sticky keys are still enabled after following the steps above, you can try using the SFC
and DISM
commands to troubleshoot the issue. Here’s what you need to do:
- Open
cmd.exe
as an administrator. - Run the following command:
SFC /SCANNOW
. Wait for the process to complete. - Run the following command:
dism.exe /online /cleanup-image /restorehealth
. Wait for the process to complete. - Restart your computer and test to see if the sticky keys issue has been resolved.
Note: The SFC
(System File Checker) command scans for and restores missing or corrupted system files, while the DISM
(Deployment Image Servicing and Management) command is used to repair and prepare Windows images, including the Windows Recovery Environment, Windows Setup, and Windows PE.