Home / Instructions / How to make numlock auto-enable. Enable/disable NumLock on boot. Numeric block and NumLock key

How to make numlock auto-enable. Enable/disable NumLock on boot. Numeric block and NumLock key

Most modern keyboards today come with a dedicated numeric keypad. Numpad. Their location is much more convenient than using the top row of numbers, so even laptop manufacturers, at the expense of device sizes, add a numeric keypad to the standard unit. Often, users who are deprived of this unit even buy it as a separate module and connect it to a computer via a USB interface.
In this article, we will consider how to set the number keys to turn on automatically when the computer starts.

Numeric block and NumLock key

The operation of the digital block on the computer is activated by the key Num Lock, which is usually located above the digital module. On some models of keyboards and laptops, this function is additionally equipped with an indicator, which, when the Num Lock function is active, is illuminated by a diode.

Automatic activation of NumLock when you turn on the computer depends on two things. Firstly, this feature must be enabled in BIOS motherboard your PC. Secondly, the NumLock activity depends on the OS distribution build system you use when installing. Exactly setting whether the numeric keypad is enabled on the system we will consider below.

However, even if the system installed on your computer, Num Lock is disabled by default, its automatic launch can be configured independently.

Setting NumLock to turn on automatically

We open Windows Registry Editor:

  • Run the utility Run going to Start - All programs - Standard(in Windows 10 utility Run is in the directory Service), or by pressing the keys on the keyboard Start(on some keyboards it is marked as Win) and R
  • In the window that opens, type in the regedit command

    and press the key Enter

HKEY_USERS\.DEFAULT\Control Panel\Keyyboard

Here we are interested in the parameter InitialKeyboardIndicators . We need to change given value by double-clicking on it with the mouse.
If parameter InitialKeyboardIndicators the desired path is not there, then you just need to add it to the left side of the registry editor window, selecting it when creating String parameter

It is also worth noting that sometimes, for certain reasons, a setting in a branch .DEFAULT may not work. In this case, all manipulations on the parameter InitialKeyboardIndicators should be carried out in a branch:

HKEY_CURRENT_USER\Control Panel\Keyboard

The value assigned will depend on which operating system is installed on our computer.

Automatically enable NumLock in Windows XP

Parameter value InitialKeyboardIndicators in Windows XP it is set according to our desire in accordance with the diagram below:

0 - NumLock disabled at system startup;
2 - NumLock enabled at system startup;
3 - NumLock and CapsLock enabled at system startup;
6 - NumLock and ScrollLock enabled at system startup;
7 - NumLock, CapsLock and ScrollLock enabled at system startup.

For the convenience of making changes to the registry, you can use the reg file attached to the article (how to create such files was described in the publication) or a batch file (more about editing the registry from command line in publication)

Auto-enable NumLock in Windows XP:

  • reg file:
  • bat file:

Automatically enable NumLock in Windows 7 (applies to Windows Vista)

For automatic activation of NumLock when you turn on a computer with Windows 7, the value of the parameter InitialKeyboardIndicators needs to be changed to 2147483650 .
Accordingly, if we need to Numpad was inactive when the computer was turned on, we assign the value to the above parameter 2147483658 .

Auto enable NumLock in Windows 7 (Vista):

  • reg file:
  • bat file:

Auto enable NumLock in Windows 10 (applies to Windows 8/8.1)

After installing Windows 10 on your computer, NumLock may also be disabled by default. The same will be observed if you upgraded your system to Windows 10 from previous versions, as described in the article:

To at Windows startup 10 automatically turned on the NumLock function, we need to assign the parameter InitialKeyboardIndicators meaning 80000002 .

Auto enable NumLock in Windows 10 (8/8.1):

  • reg file:
  • bat file:

After the settings have been made, close the registry editor window and restart the computer. Function Num Lock will be active immediately after login.

Enabling NumLock with a script in autoload

If for some reason the method with editing the Windows registry did not work or it does not suit you, then you can resort to an alternative option to enable NumLock at system startup.
It's about using Windows vbs scripts. And since the scripting language is common to all operating systems Windows families, this method can be used on any version of the OS, be it Windows XP, Windows 7, Windows 10 or any other product release from Microsoft.

The bottom line is that with the help of scripts vbs can simulate pressing in the system of one or another keypad button. It turns out that if, after turning on the computer, to simulate pressing the NumLock key, then the operation of the digital block will be immediately activated. You just need to set up automatic key simulation.

Set WshShell = CreateObject("WScript.Shell") WshShell.SendKeys "(NUMLOCK)"

This text must be inserted into any text editor(for example, standard Windows Notepad) and save the resulting file with an arbitrary name and extension *.vbs , you should get something like numlock.vbs .
For convenience, you can download a ready-made script in the archive attached to the article:

If we unzip the file numlock.vbs and run it, we will see how the state of the NumLock switch changes.

That is, if you run the script with NumLock turned off, it will turn on. And vice versa: if the digital block was active when the script was launched, it will turn off. Now all that remains is to make given file launched when the computer is turned on

The easiest option set the script to run automatically- place it in your user's Startup folder, which is located in the following path:

C:\Users\UserName\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup

In the Russian version of the system, the folders will have the following names

C:\Users\UserName\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup

The AppData directory is hidden. Therefore, to detect it, you need to turn on the display hidden files and folders in a file manager (for example, in the standard Windows Explorer).

More details about this method and other ways to add a script to Windows startup have already been discussed in the article.

After adding the script to the system startup, one of the ways you can restart the computer and enjoy the convenience of this small but very useful improvement.

Good afternoon, comrades. Let's talk again about the refinement of modern operating systems in order to increase the comfort of their use. Starting with Win8, I began to actively implement a system of accounting Microsoft records, in its infancy licked from AppleID systems and Google accounts, in order to synchronize settings between different devices working on the same account. And in Windows 8.1, I really liked how it worked. There, even the location of program icons in the Start menu was synchronized, and after installing the program, the shortcut immediately fell into place. In Windows 10, it's a little worse, but I'm used to it and won't refuse. But all this has one minus - it is the need to log in with a password each time the system boots. There is a way to turn off this password request completely, but Windows 10 itself offers to set a four-digit pin code for an accelerated login (by the way, this feature is also available in Windows 8.1 and 8). And somehow it happened that after all my reinstallations of the system (I constantly write instructions from my computer), I became too lazy to turn off the password, taught myself to enter a pin code and very rarely turn off the computer. But there is one cant, with these pin codes ... It turns out that at system startup, before the user selection window, the system does not turn on any of the system locks. But, as we managed to find out from foreign colleagues, this can be corrected, which we will do now.

So, start the registry editor, press Win + R, enter regedit and click OK.

Opening a branch

HKEY_CURRENT_USER\Control Panel\Keyboard

Open the InitialKeyboardIndicators parameter, change its value to 2 and click OK to save.

Next, go to the HKEY_USERS section, this section contains the default directory and several (usually 4-6) directories with names starting with S- (except for the one that ends with _Classes). In each of the branches of this section there is a Control Panel\Keyboard branch, for example in default:

So, in each Keyboard directory, we need to set the InitialKeyboardIndicators parameter to 2.

After all the values ​​​​in the registry are corrected, we restart the computer and wait for the download until the login window appears. After that, press the Num Lock button once, to turn it on and without entering a pincode, turn off the computer (just turn it off, do not restart) through the menu in the lower right corner of the user selection window. Everything, now you can do it. result recent actions"Fast Startup" will remember the setting that Num Lock must be enabled and will apply it for all subsequent launches.

Look like that's it. I hope this article was useful to you, be sure to click one of the buttons below to tell your friends about it. Also subscribe to site updates by entering your e-mail in the field on the right or by subscribing to a group on Vkontakte and YouTube channel. Thank you for your attention

Site material geekteam.pro

geekteam.pro

Num lock enable when booting windows 10

Entering a password when logging in, mailbox, account from social network accompanied by the use of number keys. They are located both in the upper part of the keyboard and in a separate digital block. The Num Lock key is responsible for activating the latter. However, in Windows 10, when the system boots, it is not active and you cannot use the number pad. To correct this situation, you should use the following methods.

See also: How to customize the mouse in Windows 10 and change the cursor?

Turn on Num Lock by default in Windows 10

So that when Windows boot 10, you could use the numbers from the right number block on the keyboard, it's worth doing a registry tweak. To do this, perform the following steps:

  • Press "Win + R" and enter "regedit".
  • The editor will open. We go through the registry branch "HKEY_USERS", ".DEFAULT", "Control Panel", "Keyboard". Here you need to find and edit the "InitialKeyboardIndicators" parameter, setting it to "80000002".

  • To do this, double-click to open the parameter and enter "80000002". If Num Lock did not start working, you need to repeat all the steps and enter the value "2".

You can also try to boot Windows 10, click "Restart" and before the logo appears, click "Numlock".

After that, Numlock will be enabled by default.

SoftikBox.com

How to turn on Num Lock automatically on Windows startup

Windows 10 allows you to quickly sign in with a numeric PIN instead of a long password. If you have a keyboard with a number pad, you can use it to enter a PIN after activating Num Lock. Here's how to turn on Num Lock at boot time so you don't have to press a key every time.

Given the use of PIN codes in Windows 10, developers should make it easier to automatically enable Num Lock or make a separate setting for this. Unfortunately, for now we will have to use a complicated method.

Maybe on your screen BIOS settings or UEFI there is an option "Enable Num Lock at boot". However, it did not help us, even after disabling the fast start. Therefore, we found another way that takes a little more time.

First step: Edit the registry

AT Windows registry there are settings that control the state of the Num Lock, Caps Lock and Scroll Lock keys when the system boots. To force Windows 10 to automatically activate Num Lock, you will have to change them.

Launch the Registry Editor by opening the Start menu, typing "regedit" into the text box and pressing Enter. Confirm your action in the User Account Control dialog that appears.

First, open the HKEY_CURRENT_USER\Control Panel\Keyboard branch. Double click on the "InitialKeyboardIndicators" value and change it to "2".

Now expand the "HKEY_USERS" directory. Repeat the above process several times, changing the value of InitialKeyboardIndicators in each folder in the HKEY_USERS directory.

Start at HKEY_USERS\.DEFAULT\Control Panel\Keyboard and change the value of InitialKeyboardIndicators to 2. Then repeat the process for the folder below the .DEFAULT folder. Its name starts with "S-".

Continue working with the remaining folders in HKEY_USERS by changing the value of the Panel\Keyboard\InitialKeyboardIndicators parameter in each of them.

Step Two: Use This Trick (Or Disable Fast Startup)

After finishing work with the registry, you just have to restart your computer and Windows 10 should automatically enable Num Lock. But it just doesn't work that way. The fast startup feature, also known as hybrid boot, ignores our settings and Windows will continue to start with Num Lock disabled.

We have found two ways to solve this problem. Of course, you can just disable Fast Startup, but we've found another workaround that allows you to keep the benefits of Hybrid Boot.

After running the .reg file, turn off your computer. Do not restart it, but select the "Stop working" option.

Turn on your computer again. When you get to the login screen, press the Num Lock key once to turn it on. Don't enter your account. On the login screen, find the shutdown button and select "Stop working" by shutting down the computer again.

The next time you turn it on, you will see that Num Lock is already enabled on the login screen. It looks like our actions caused the quick launch feature to automatically enable Num Lock on every boot. Yes, it's a weird trick, but it works!

In addition, you can disable the fast startup feature after making changes to the registry. If the above trick did not help you, try turning off fast startup.

To do this, open the Control Panel, go to Hardware and Sound, Power Options, and then click on what the power buttons do. Click the "Change unavailable settings" link at the top of the window, scroll down the list of options, and uncheck the "Turn on fast startup (recommended)" option. Click Save Changes.

After that, your computer will boot a little slower. If your system is set to SSD drive, the loading time will increase by only a few seconds. But Num Lock will turn on automatically every time.

Ideally, Windows should provide an option to automatically activate Num Lock by default. In the meantime, we will have to use workarounds to perform this, in general, a simple action.

allerror.ru

How to enable NUM LOCK by default when signing into Windows 10

Windows users 10, who prefer to enter a password to enter the system from an additional numeric keypad block, they have probably encountered such a situation more than once when entering a password or PIN code, it is not dialed, because the NUM LOCK key, which is responsible for activating the numeric block, has not been pressed (it disabled by default). However, you can also make the NUM LOCK key automatically enabled when Windows boots.

To enable NUM LOCK by default when you log into Windows, you will need to use the registry editor.

Attention: changing the settings incorrectly can lead to serious problems, so strictly follow the instructions below, and for additional protection, we recommend creating backup registry, which will help restore it in the event of certain problems.

How to enable NUM LOCK by default in Windows 10

That's all. Now you do not have to manually press the NUM LOCK key each time you start Windows 10.

Read also:

AlpineFile.ru

How to enable Num Lock when booting Windows 10

Good afternoon, dear readers and guests of the blog, what do you think, is it good for all people who use a computer in everyday life to know all the keys of the keyboard, I think that not all, otherwise there would be no such situations that a person is trying to type text on a laptop , and instead of letters, he prints numbers, while the other, on the contrary, when you try to dial numbers, nothing is printed at all, today we will look at all such situations and we will also analyze how to enable Num Lock when loading Windows 10. All instructions are suitable for previous versions operating systems, just a dozen of the newest.

Numbers are printed instead of letters - how to fix

Let's take a look at the beginning, the most common situation, when numbers are printed instead of letters on a computer or laptop, I myself have seen this situation more than once and sometimes it was even amused, seeing how your employee, not very beloved, is trying to type text, and in his place he has a cipher from the numbers, you, as an administrator, knowing what's the matter, shrug your shoulders and say that Windows is probably buggy with the processor (burning at the same time). Okay, jokes aside, there's really nothing to worry about. This behavior of the keyboard can often be found on laptops or netbooks that do not have their own additional area for quick dialing, on a regular keyboard it is located on the right, an example is IBM or HP laptops.

Here is an example of a keyboard where there is no right side with a separate set of numbers, and almost every key has, additional function in the upper right corner. So for example, the keys J, K, L have second values ​​1,2,3. To activate their set, there is a special key Num Lock (num lk). When you turn on the Num Lock key, instead of the usual symbols on the keyboard buttons, additional ones will be printed, hence the situation that numbers are printed instead of letters.

Most likely, you turned on the Num Lock mode by accident, most often on laptops, the Num Lock mode is turned on by the key combination Fn + F11 or Fn + Num Lock, if this is a separate key, then simply by pressing it

There are still cases that when numbers are printed instead of letters on a computer, this is due to special program, with the help of which there was a reassignment of keys, for example, I saw programs for linguists that turned a regular Russian keyboard into another language.

What is the num lock key

To summarize, num lock is a special key, a key that, on a computer with an operating Windows system, a special function for typing additional characters is activated, this was done in order to save space on the keyboard and expand its functionality, most often this is used in laptops, where manufacturers try to reduce the size of the device as much as possible, but within reasonable limits, refusing a certain number of keys and replacing them with additional ones symbols on other buttons.

Below I will give you three examples of how and where the num lock key is located on different keyboards. The first is a standard keyboard from a computer, it has an additional numeric field on the right and above it num lock. It also has a special num lock indicator, if it is off, then it is off, by default it is, there are cases that it is convenient when it works with the system, below I will show how to enable Num Lock when Windows 10 boots.

Well, the keyboard without an additional right area in which num lk is already a sovereign owner with many keys with its functions, pay attention to the arrows for example, they also know how to perform functions:

Num Lock when booting Windows 10

And so, I told you what num lock does, now imagine the situation that when you boot Windows 10, you have this mode turned on automatically, for the convenience of a person, or vice versa for inconvenience. This is done very simply, as you probably know, everything windows settings 10 are in the registry, who do not know what a registry is, you are welcome at the link. Press the key combination Win + R and enter regerit.

Go to section

HKEY_USERS\.DEFAULT\Control Panel\Keyboard

You need to create a new string parameter named InitialKeyboardIndicators and assign it a value of 80000002, if this value does not work, then try the value 2, especially for Windows 7. This is all done through a right click.

To edit a registry key, double-click on it.

There is another method that allows you to enable Num Lock when Windows 10 boots, but it does not always work, as some people do not have a password on their computer and the desired screen does not appear. And so when your computer boots up, then on the Windows 10 login screen, press Num Lock and reboot the system, through the icon in the corner. Then the next time the mode should be activated.

I almost forgot you can also check if you have a Num Lock setting in the BIOS. In BIOS, check the option BootUp NumLock Status - Enable\Disable

I hope this article helped you deal with the situation when numbers are printed instead of letters on the laptop keyboard and the right number pad does not work, if you have any questions, I'm waiting for them in the comments.

The Num Lock button is responsible for turning on the entire number block on the keyboard. This block is convenient to type numbers / numbers, because. it looks like a calculator familiar to many:

Sometimes it happens that this very block does not work at all. those. You press, for example, a button with the number 2, and on the screen, instead of this very number appearing, the cursor goes down. Why is that? Because the Num Lock button is responsible for turning this digital block on and off, and when turned off, the functions that are on this button are turned on (under the number 2 down arrow). Most often, it is located at the top right above the block, and it also has its own light indicator, which informs with its light that the block is active:

But since The variety of keyboards is now great, that is, there are nuances with this button. Most often, the snag is that there seems to be no Num Lock button on the keyboard. But in fact, she is, that's just her color is different.


To enable a number block on such a keyboard, you need to use the two function keys Fn + Num Lock (?)

Most often this occurs on laptops.

So, we figured out how to turn it on (something I digressed), now let's move on to the very essence of the article - why, when you turn on a computer (laptop, netbook, etc.) in Windows (XP, 7, 8, 8.1, 10), the digital block does not works and every time you turn it on, press + R again and enter regedit ).
In branch

HKEY_USERS/.DEFAULT/Control Panel/Keyboard


find the InitialKeyboardIndicators parameter (if it doesn't exist, create a string one) and set one of the following parameters to it:

For Windows XP:
0 - disable everything
1 - Only CapsLock will be enabled
2 - Only NumLock will be enabled
3 - Only NumLock and CapsLock will be enabled
4 - Only ScrollLock will be enabled
5 - Only ScrollLock and CapsLock enabled
6 - Only ScrollLock and NumLock enabled
7 - Enabled enable

For Windows 7, Windows 8:
2147483648 replace with 2147483650

For Windows 10:
80000002

If something is not clear, then you can write in the comments. Let's figure out why Num Lock is disabled when Windows boots.

Many users cannot enter it using the numeric keypad. The thing is that in Windows 10, the NumLock button is turned off by default, and once turned on, it turns off again after the system is restarted. The absence of the NumLock indicator on some keyboards sometimes adds confusion. Let's try to solve this problem.

Set NumLock to be on by default

The situation can be corrected in two ways:

1. Before booting the OS

When the welcome screen appears, turn on Numlock and immediately reboot (without logging in).

Unfortunately, on some computers this way may not work.

2. Registry tweak

You can enable NumLock before starting the OS with a small system edit. We launch the registry editor (Win-R + regedit) and look for the following branch:
HKEY_USERS/.DEFAULT/Control Panel/Keyboard
If section Keyboard missing, create it manually. Create it inside new parameter(string), give it a name InitialKeyboardIndicators and set the value 80000002 .

Good afternoon, comrades. Let's talk again about the refinement of modern operating systems in order to increase the comfort of their use. Starting with Win8, I began to actively implement the Microsoft account system, in its infancy licked from AppleID systems and Google accounts, in order to synchronize settings between different devices running on the same account. And in Windows 8.1, I really liked how it worked. There, even the location of program icons in the Start menu was synchronized, and after installing the program, the shortcut immediately fell into place. In Windows 10, it's a little worse, but I'm used to it and won't refuse. But all this has one minus - this is the need to log in with a password each time the system boots.

Next, go to the section HKEY_USERS, in this section there is a default directory and several (usually 4-6) directories with names starting with S-(except the one that ends with _Classes) . In each of the branches of this section there is a branch Control Panel\Keyboard, for example in default:

HKEY_USERS\.DEFAULT\Control Panel\Keyboard

So, in each directory Keyboard we need to set the parameter InitialKeyboardIndicators meaning 2 .

After all the values ​​​​in the registry are corrected, we restart the computer and wait for the download until the login window appears. After that, press the Num Lock button once, to turn it on and without entering a pincode, turn off the computer (just turn it off, do not restart) through the menu in the lower right corner of the user selection window. Everything, now you can do it. As a result of the last action, "Fast Startup" will remember the setting that Num Lock must be enabled and will apply it for all subsequent launches.

Look like that's it. I hope this article was useful to you, be sure to click one of the buttons below to tell your friends about it. Also subscribe to site updates by entering your e-mail in the field on the right or by subscribing to a group on Vkontakte and a YouTube channel.
Thank you for your attention