How to disable the Insert key in Windows 10

When you accidentally press Inserton the keyboard, it will switch to Overtype mode . This means that whatever you enter next will overwrite the text behind the cursor. Luckily, you can disable this annoying key in Windows 10.

Each key on the keyboard has a corresponding key-scanning code, telling Windows how to handle each key combination. Although you can turn off the key Insertby default, you can also ask Windows to replace it with an empty character in the Windows Registry.

Disable the Insert key with SharpKeys

SharpKeys is free software that you can use to edit a specific Registry entry. It uses a graphical interface to remap keys on the keyboard. This tool makes it easy to make necessary changes to the Registry without actually opening the Registry Editor.

To do this, download the most recent release of SharpKeys here:
http://fa.getpedia.net/data?q==AzM5cDOwcjNwgDM0QDNyczM2wHM3kDOzwXaz1mL5Mzc5V2awJXYoN3LwEzL1AzL5EDMy8SZslmZvEGdhR2L

After installing SharpKeys, open it from the Start menu, then click Add when it opens.

Scroll through the list to the left and click Special: Insert (E0_52) , press Turn Key Off (00_00) in the right list, then click OK to remap the key.

How to disable the Insert key in Windows 10 Picture 1 Scroll through the list to the left and click Special: Insert (E0_52)

The value in parentheses is the key scan code associated with it, so the key code Insertis 00_52. You want to disable it, so please replace this code with nonexistent 00_00 .

Next, click Write to Registry and SharpKeys will add the values ​​to the Windows Registry for you.

Click on OK.

How to disable the Insert key in Windows 10 Picture 2 Click on OK

For the changes to take effect, you must log out or restart the computer.

You can also use SharpKey to disable other annoying keys, like Caps Lock.

Disable the Insert key through Registry Editor

If you are comfortable making changes to the Windows Registry, you can also manually disable the key Insertin Registry Editor. You will make the same changes that SharpKeys has made above.

Registry Editor is a powerful tool. But if abused, it can make the system unstable or even stop working. However, this is a fairly simple trick. As long as you follow the instructions, there will be no problem.

If you've never worked with this tool before, you should learn a little about how to use Registry Editor before getting started. Remember to back up your Registry and computer before you make the following changes.

For added security, you can create a system restore point before continuing. This way, if something goes wrong, you can go back to the time before things went wrong.

When ready, open Registry Editor and navigate to the following key in the left sidebar:

HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlKeyboard Layout

Right-click on Keyboard Layout , choose New> Binary Value .

Although the name of the value can be arbitrary, you should choose something easy to remember (just in case you have to find it again and make any changes). For example, you can name it Insert Remap.

Double-click the value, and then set the value data to:

00 00 00 00 00 00 00 00 02 00 00 00 00 00 52 E0 00 00 00 00
How to disable the Insert key in Windows 10 Picture 3 Series of data value numbers

Order is very important here. It tells the operating system how to handle the mapping and what to do when you press the key.

  1. The first 16 zeros act as titles and will still be set to 0. You can ignore these numbers.
  2. The next hexadecimal number determines how many mappings in the value plus 1 - the last empty entry - followed by 6 zeros.
  3. The next 2 digits are the scan code to the key you want Windows to map the Insert key to. In this case, set it to 00 00.
  4. The following scan code is for the key Insert( 52 E0 ).
  5. Finally, the last eight zeros represent the empty and end entry.

As long as you follow the diagram above, you can map multiple keys with a single value. First, increase the number 02. Then, enter both the scan code for the remapped key and the default key before the empty entry (the last eight zeros).

How to disable the Insert key in Windows 10 Picture 4 You can map multiple keys with a single value

It may seem confusing at first, but once you understand which set of values ​​will do the task, everything will become easier.

5 ★ | 1 Vote

May be interested

  • Disable UAC in Windows 7Disable UAC in Windows 7
    as you know, uac is an available feature in windows that prevents unwanted changes on your computer, helping to protect your computer better. however sometimes the annoyance caused by it causes the user to be annoyed and just want to remove it.
  • How to disable Windows Registry on Windows 10How to disable Windows Registry on Windows 10
    the windows registry is one of the most important tools in windows 10. since it can profoundly change the way your operating system works, allowing every user on your pc to access it isn't a big deal. good opinion.
  • How to turn off Hyper-V on Windows 10, disable Hyper-VHow to turn off Hyper-V on Windows 10, disable Hyper-V
    hyper-v is a useful feature, but if you don't use it you can disable it to avoid security risks.
  • How to use the Insert key to insert copied text in Word?How to use the Insert key to insert copied text in Word?
    the insert key is also used as a shortcut to insert text to copy or cut text content at the current cursor position. if you don't know how to use the insert key to insert copied text in word, please refer to the following article of
  • How to disable the Caps Lock key in Windows 10How to disable the Caps Lock key in Windows 10
    windows doesn't offer any easy to find or use options to disable the caps lock key. however, by using free software like autohotkey or registry tricks, you can disable the caps lock key on windows 10.
  • How to disable GeForce overlay on WindowsHow to disable GeForce overlay on Windows
    overlay is a pretty popular feature these days. almost every game application, game launcher and graphics card software offers an overlay option. but not all gamers need to install the overlay that appears every time the game is launched.
  • How to Disable Windows 7 FirewallHow to Disable Windows 7 Firewall
    there are many different reasons why you might want to disable the built-in windows firewall, whether that is testing a program, installing alternative firewall software, or anything else. fortunately, it's pretty simple to disable it with...
  • Turn off Windows Defender on Windows 10Turn off Windows Defender on Windows 10
    how to completely disable windows defender on windows 10? there are several ways to turn off windows defender on windows 10, please see the detailed instructions below.
  • How to insert emoji in Word, insert emoticons into WordHow to insert emoji in Word, insert emoticons into Word
    by default we can insert icons into word with many different icon themes. and if you want to insert emoji in word, emoji, you need to use emoji panel in windows 10.
  • How to disable 1 or more any key on Windows 10 keyboard?How to disable 1 or more any key on Windows 10 keyboard?
    for some reason you want to disable (disable) one or more of any keys on the windows keyboard, but don't know how to do it. normally to disable some basic keys like windows logo, you can use group policy, but for other keys it cannot be disabled with group policy.