windows键被禁用_如何在Windows 10上禁用插入键

在Windows 10中,您可以使用免费软件SharpKeys或直接编辑注册表来禁用烦人的插入键。SharpKeys提供了一个图形界面来重映射键盘键,而手动编辑注册表则需要在指定位置创建一个新的二进制值并设置相应的键扫描代码。此外,还提供了一个一键式注册表黑客下载选项,以更方便地完成禁用过程。
摘要由CSDN通过智能技术生成
windows键被禁用

windows键被禁用

An Insert key popped off a keyboard.
Brady Gavin
布雷迪·加文

When you inadvertently press Insert on your keyboard, it toggles to Overtype mode. This means anything you type next will overwrite the text that follows the cursor. Fortunately, you can disable this annoying key in Windows 10.

当您无意中按下键盘上的插入时,它将切换到改写模式。 这意味着您接下来键入的任何内容都将覆盖光标后面的文本。 幸运的是,您可以在Windows 10中禁用此烦人的键。

Every key on your keyboard has a corresponding key scan code that tells Windows how to handle each keystroke. While you can’t turn off the Insert key by default, you can tell Windows to replace it with a null character in the Windows Registry.

键盘上的每个键都有一个对应的键扫描代码 ,该代码告诉Windows如何处理每个击键。 虽然默认情况下无法关闭Insert键,但是您可以告诉Windows在Windows注册表中将其替换为空字符。

使用SharpKeys禁用插入键 (Disable the Insert Key with SharpKeys)

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

SharpKeys是免费软件,可用于为您编辑特定的注册表项。 它使用图形界面来重新映射键盘上的键。 使用此工具可以轻松地对注册表进行必要的更改,而无需实际打开注册表编辑器。

To do this, fire up a browser, head over to the SharpKeys GitHub page, and download the most recent release.

为此,启动浏览器,转到SharpKeys GitHub页面 ,然后下载最新版本。

After you install SharpKeys, open it from the Start menu, and then click “Add” when it opens.

安装SharpKeys后,从“开始”菜单中将其打开,然后在打开时单击“添加”。

Click "Add."

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

滚动浏览左侧列表,然后单击“特殊:插入(E0_52)”,单击右侧列表中的“关闭密钥(00_00)”,然后单击“确定”以重新映射密钥。

Click "Special: Insert (E0_52)," click "Turn Key Off (00_00)," and then click "OK."

The value in the parentheses is the key scan code associated with it, so the Insert key’s code is “00_52.” We want to disable it, so we replace the code with the nonexistent “00_00.”

括号中的值是与其关联的键扫描代码,因此Insert键的代码为“ 00_52”。 我们要禁用它,因此我们将代码替换为不存在的“ 00_00”。

Next, click “Write to Registry,” and SharpKeys adds the values to the Windows Registry for you.

接下来,单击“写入注册表”,然后SharpKeys会为您将值添加到Windows注册表中。

Click "Write to Registry."

Click “OK.”

点击“确定”。

Click "OK."

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

为了使更改生效,您必须注销或重新启动计算机。

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

您还可以使用SharpKeys禁用其他烦人的按键,例如Caps Lock

通过注册表编辑器禁用插入键 (Disable the Insert Key via Registry Editor)

If you’re comfortable making changes to the Windows Registry, you can also disable the Insert key manually in the Registry Editor. You’ll be making the same change that SharpKeys performs in the background.

如果您愿意对Windows注册表进行更改,也可以在注册表编辑器中手动禁用Insert键。 您将进行与SharpKeys在后台执行的相同的更改。

The Registry Editor is a powerful tool, though. If it’s misused, it can render your system unstable or even inoperable. However, this is a pretty simple hack. As long as you follow the instructions, you shouldn’t have any problems.

注册表编辑器是一个功能强大的工具。 如果使用不当,可能会使您的系统不稳定甚至无法运行。 但是,这是一个非常简单的技巧。 只要您按照说明进行操作,就不会有任何问题。

If you’ve never worked with the Registry Editor before, you might want to read up on it a bit before you get started. Definitely back up the Registry and your computer before you make the following changes.

如果您以前从未使用过注册表编辑器,则可能需要在开始之前对其进行一些阅读 。 在进行以下更改之前, 务必备份注册表计算机

For extra safety, you might want to create a System Restore point before you continue. This way, if something goes wrong, you can just roll back to a time before things went haywire.

为了提高安全性,您可能需要先创建系统还原点,然后再继续。 这样,如果出现问题,您可以回滚到发生麻烦之前的时间。

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

准备就绪后, 打开注册表编辑器并导航到左侧栏中的以下键:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout
The "Keyboard Layout" option in "Registry Editor."

Right-click “Keyboard Layout,” select “New,” and then click “Binary Value.”

右键单击“键盘布局”,选择“新建”,然后单击“二进制值”。

Right-click "Keyboard Layout."

Although the name of the value is arbitrary, you should choose something memorable in case you have to find it again and make any changes. For example, you could name it “Insert Remap.”

尽管值的名称是任意的,但您应该选择一个令人难忘的内容,以防您不得不再次找到它并进行任何更改。 例如,您可以将其命名为“插入重映射”。

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

双击值,然后将值数据设置为以下内容:

00 00 00 00 00 00 00 00 02 00 00 00 00 00 52 E0 00 00 00 00
Type the value: 00 00 00 00 00 00 00 00 02 00 00 00 00 00 52 E0 00 00 00 00.

The order is important here. It tells the OS how to handle the remap and what to do when you press the key.

这里的顺序很重要。 它告诉OS如何处理重映射以及按键时要做什么。

The first 16 zeroes act as the header and will remain set to all zeroes. You can ignore these.

前16个零用作标头,并将设置为全零。 您可以忽略这些。

The first 16 zeroes in the header.

The next hexadecimal number specifies how many remaps are in the value plus one—the null entry at the end—followed by six more zeroes.

下一个十六进制数字指定值中有多少个重映射,再加上一个(末尾为空),再加上六个零。

This is the number of remaps (plus one), followed by 6 zeroes.

The next two digits are the scan code to the key to which we want Windows to remap the Insert key. In this case, we set it to do nothing (00 00).

接下来的两位数是我们希望Windows重新映射插入键的键的扫描代码。 在这种情况下,我们将其设置为不执行任何操作(00 00)。

The scan code to the key we're remapping Insert to: "00 00."

After that, the following scan code is the Insert key (52 E0).

之后,以下扫描代码为插入键(52 E0)。

The scan code of the Inert key "52 E0."

Finally, the last eight zeroes signify the null entry and the end.

最后,最后八个零表示空条目和结尾。

The null entry "00 00 00 00."

As long as you follow the scheme above, you can map multiple keys with a single value. First, increment the “02.” Then, type both the scan code for the remapped key and the default key before the null entry (the final eight zeroes).

只要遵循上述方案,就可以将多个键映射为一个值。 首先,增加“ 02”。 然后,在空条目(最后八个零)之前键入重新映射的键的扫描代码和默认键。

The "Edit Binary Value" dialog box with more remaps added.

It might seem daunting at first, but once you understand which set of values do what, it gets easier.

乍一看似乎令人生畏,但是一旦您了解了哪些值可以做什么,就变得容易了。

下载我们的一键式注册表黑客 (Download Our One-Click Registry Hack)

If you’d rather not edit the Windows Registry, you can download our Disable Insert Key registry hack. Just open the ZIP file, double-click “DisableInsertKey.reg,” and then click “Yes” when prompted to add the information to your registry.

如果您不想编辑Windows注册表,则可以下载我们的禁用插入键注册表hack 。 只需打开ZIP文件,双击“ DisableInsertKey.reg”,然后在提示将信息添加到注册表中时单击“是”。

Opening the REG file to Disable the Insert key.

These REG files add the same registry settings we covered above. If you’d like to see what this (or any other) REG file will do before you run it, right-click the file, and then select “Edit” to open it in Notepad.

这些REG文件添加了我们上面介绍的相同的注册表设置。 如果您想在运行它之前查看此(或任何其他)REG文件的作用,请右键单击该文件,然后选择“编辑”以在记事本中打开它。

That’s all there is to it! We’ve also put together a guide to help you make your own Registry hacks, if you’re interested.

这里的所有都是它的! 如果您有兴趣,我们还会整理一份指南,以帮助您进行自己的Registry hack



If you can’t make changes to the registry on your current Windows system, you can also just pry the Insert key off your keyboard. This will be easier to do on some keyboards than others. However, you probably shouldn’t try this low-tech method on a laptop keyboard.

如果您无法在当前Windows系统上更改注册表,也可以从键盘上撬出Insert键。 在某些键盘上,这样做比在其他键盘上更容易。 但是,您可能不应该在笔记本电脑键盘上尝试这种低技术含量的方法。

翻译自: https://www.howtogeek.com/666698/how-to-disable-the-insert-key-in-windows-10/

windows键被禁用

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
### 回答1: 如果您的Windows 10操作系统中的Windows没有反应,可能是由于以下几个原因: 1. 盘问题:首先,请确认您的盘是否正常工作。可以尝试重新插拔盘,或者尝试使用其他盘。如果其他盘可以正常使用Windows,那么可能是您的盘出现了故障,您可以考虑更换一个新的盘。 2. 操作系统设置问题:有时候,Windows可能会被禁用或者设置了其他功能。您可以按下Win + R组合,然后输入“regedit”进入注册表编辑器。接下来,找到HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced路径,并检查名为“DisabledHotkeys”的值是否存在,如果存在,请将其删除。然后,重新启动计算机,看看Windows是否恢复正常。 3. 第三方软件冲突:如果您已经安装了一些修改或增强Windows功能的第三方软件,例如盘映射软件、系统增强工具等,可能会导致Windows无法正常工作。您可以尝试禁用或卸载这些软件,然后重新启动计算机,看看问题是否解决。 4. 操作系统更新:如果上述方法都无法解决问题,可能是由于操作系统的某些错误或者缺陷导致的。您可以尝试更新操作系统,安装最新的Windows 10更新补丁,或者联系微软客服寻求帮助。 总结起来,解决Windows没有反应的问题可以从盘检查、操作系统设置、第三方软件冲突以及操作系统更新等方面入手。希望以上方法对您有所帮助。如果问题仍然存在,建议您咨询专业的计算机维修人员或者联系厂商技术支持。 ### 回答2: 如果您的Windows 10Windows没有反应,可能是由于以下几个原因造成的。 首先,检查一下您的盘是否正常工作。您可以尝试将插入到其他计算机上,或者使用不同的盘与您的计算机配对,看看问题是否仍然存在。如果其他盘也无法使用Windows,那么问题可能出在操作系统或者驱动程序上。 其次,确保您的操作系统处于最新的更新状态。微软定期发布Windows 10的更新补丁,这些补丁可以修复许多常见的问题。您可以打开Windows设置,点击“更新和安全”选项,然后点击“Windows更新”来检查是否有可用的更新。如果有,安装这些更新并重新启动系统,看看问题是否解决。 还有可能是由于某些第三方应用程序或软件冲突导致的。您可以尝试在安全模式下启动计算机,这样可以禁用所有第三方软件和驱动程序,只运行Windows自带的基本功能。如果在安全模式下Windows可以正常使用,那么问题很可能是由某个第三方程序引起的,您可以逐一重新启动这些程序来确定是哪个程序导致的问题。 最后,如果以上方法都无效,您可以尝试重新映射Windows。您可以使用一些第三方工具或者盘驱动程序来更改按映射,使Windows重新生效。 总之,如果您的Windows 10Windows没反应,可以逐一排查以上原因,并尝试相应的解决方法来解决问题。如果问题依然存在,建议咨询专业的计算机技术人员进行进一步的故障排查和修复。 ### 回答3: 在Win10中,Windows通常在按下后会弹出“开始菜单”,但如果你的Windows没有反应,可能是由于以下几个原因引起的。 首先,你可以尝试检查盘连接是否良好。如果盘连接松动或者盘本身出现故障,那么Windows可能无法正常工作。你可以尝试重新插拔一下盘连接线,或者尝试用其他盘验证一下。 其次,可能是驱动程序问题。Win10系统通常会自动安装盘驱动程序,但有时可能出现问题。你可以尝试更新盘驱动程序,方法是打开设备管理器,找到盘选项,右点击盘设备,选择“更新驱动程序”。 另外,可能是系统设置问题。Win10的“设置”选项中,有一些设置项可以影响到Windows的功能,比如“启用桌面模式”、“禁用Win”等。你可以尝试打开设置,搜索相关选项进行调整。 最后,也有可能是系统故障导致的问题。你可以尝试重新启动电脑,有时候重新启动可以解决一些系统性的问题。 如果以上方法都无效,建议你联系电脑维修专业人士或咨询相关技术支持,以获取更详细的解决方案。
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值