how to disable the build up keyboard permanently

RAJIBUL BISWAS 0 Reputation points
2024-10-27T18:09:02.2466667+00:00

Some keys are pressing by it's own. Want to disable the keyboard permanently. And already tried device manager methods,it's not solved the problem

Windows for business Windows Client for IT Pros User experience Other
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Mohammad Sartaj Khan 150 Reputation points
    2024-10-28T06:51:59.5233333+00:00

    Hi Biswas,

    I am here to help you out,

    Please do the following steps.

    1. Press the Windows and X buttons at the same time •

    Click on Device Manager

    Find Keyboards on the list of devices

    Click on the arrow to expand the tab

    Right-click on your keyboard

    Click Uninstall or Disable Device

    Click uninstall •

    Restart your laptop

    Note-- Only disable this time don't unistall.

    Please confirm the same here.

    0 comments No comments

  2. Anonymous
    2024-10-29T01:06:18.11+00:00

    Hi Rajibul, 

    Thanks for your post. Generally speaking, the device manager might take effect. If you want to disable your laptop keyboard permanently, you can also try to use the Command Prompt. We'll use the sc command-line utility to configure the service and set its start parameter to disabled. 

    To disable the laptop keyboard permanently: 

    Press the Win key and type cmd in the Windows search bar. 

    Right-click on Command Prompt and select Run as Administrator. Click Yes when the UAC prompt appears. 

    In the Command Prompt window, type the following command and press Enter. For example, 

    sc config i8042prt start= disabled 

    When the success message appears, close the Command Prompt, and restart your PC. After the restart, your laptop keyboard will stop registering any inputs. 

    Note that, for this to work, you will need to uninstall your keyboard from Device Manager as shown above and restart your PC. 

    If you change your mind and want to re-enable the keyboard, you can use the following command in an elevated Command Prompt. For example, 

    sc config i8042prt startauto 

    Once you see the success message, restart your PC to apply the changes. 


    If the Answer is helpful, please click "Accept Answer" and upvote it.  

    0 comments No comments

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.