Enable/Disable Numlock at Windows Startup

Are you facing an annoying issue where NumLock is enabled every time you start Microsoft Windows? Don’t worry; we’ve got you covered! In this post, we’ll guide you through simple and effective steps to solve this problem once and for all. Say goodbye to NumLock frustrations and hello to a smoother Windows startup experience. Let’s dive right in!

Method 1 – Registry Setting

Note: You may have to turn off Fast Startup to make these work. You can go to Control Panel System > Hardware and Sound > Power Options > Choose what the power button does, then select on Change settings that are currently unavailable, turn off Fast Startup and select Save.

Manual Change Using Regedit

  1. Hold the Windows Key then press “R” to bring up the Run dialog box.
  2. Type “regedit“, then press “Enter“.
  3. Navigate to the following location in the registry:
    • HKEY_USERS
    • .Default
    • Control Panel
    • Keyboard
  4. Change the value of InitialKeyboardIndicators
    • Set it to 0 to set NumLock OFF
    • Set it to 2 to set NumLock ON

PowerShell Script

Use the following PowerShell code:

Enable Num Lock:

  • Set-ItemProperty -Path 'Registry::HKU\.DEFAULT\Control Panel\Keyboard' -Name "InitialKeyboardIndicators" -Value "2"

If this doesn’t work for you, try this:

  • Set-ItemProperty -Path 'Registry::HKU\.DEFAULT\Control Panel\Keyboard' -Name "InitialKeyboardIndicators" -Value "2147483648"

Disable Num Lock:

  • Set-ItemProperty -Path 'Registry::HKU\.DEFAULT\Control Panel\Keyboard' -Name "InitialKeyboardIndicators" -Value "0"

If this doesn’t work for you, try this:

  • Set-ItemProperty -Path 'Registry::HKU\.DEFAULT\Control Panel\Keyboard' -Name "InitialKeyboardIndicators" -Value "2147483650"

You can launch this and other PowerShell scripts at startup. Visit this post on using PowerShell to create a job that runs at startup to learn how.

Method 2 – Function Keys

You may have inadvertently pressed a key combination on your keyboard, causing certain letters to act as a numeric keypad. This is a common occurrence for laptop users.

In most cases, you will find a “Fn” and “NumLk” key that can be used to toggle this setting on or off. Hold the “Fn” key and then press “NumLk” to toggle the numeric keypad functionality.

Method 3 – BIOS Setting

Most computers, including virtual machines, will have a BIOS setting that controls whether NumLock is enabled or disabled at startup. You can usually enter the BIOS by pressing a specific key, such as “Delete” or “F1,” during the startup process before Windows loads. Once in the BIOS, you should be able to find a setting that controls NumLock.

Method 4 – Startup or Logon Script

If you’re an administrator looking for a way to set the Num Lock on at startup, you can do so using a logon script. There is no specific Group Policy setting to accomplish this. Instead use the following.

  1. Copy and paste the following into a Notepad document, then save it as “numlock.vbs“:
    set WshShell = CreateObject("WScript.Shell")
    WshShell.SendKeys "{NUMLOCK}"
  2. Do one of the following:
    • Place the “numlock.vbs” file in the “Startup” folder of the target computer or user.
    • Run the script through Group Policy using these steps:
      1. Place the “numlock.vbs” in one of the following folders:
        1. Local logon script path = “%SystemRoot% \ System32 \ GroupPolicy \ User Computer\ Scripts \ Logon
        2. Domain logon script path = “%SysVolFolder% \ Sysvol \ Sysvol \ DomainName \ Scripts
      2. Hold down the Windows Key and press “R” to bring up the Windows Run dialog box.
      3. Type “mmc“, then press “Enter“.
      4. Go to “File” > “Add/Remove Snap-in” > “Add” > “Group Policy“.
      5. Select the GPO you wish to use by selecting “Browse“. The default is the local computer.
      6. Select “Finish” > “Close” > “OK“.
      7. From the Group Policy Management snap-in, navigate to “User Configuration” or “Computer Configuration” > “Windows Settings” > “Scripts“.
      8. Double-click “Logon script“, then go to “Add” > “Browse“, then select “numlock.vbs“.
      9. Select “Open” > “OK” > “OK“.

Note: The “numlock.vbs” script will simply act like it is pressing the “Num Lock” key once. So really, it will toggle it to the opposite of what it is by default. It’s probably better to use the Registry method, but this method is handy when you’re in a bind.



Leave a Comment

6 najlepszych sposobów naprawy urządzeń USB, które ciągle się odłączają i podłączają w systemie Windows 11

6 najlepszych sposobów naprawy urządzeń USB, które ciągle się odłączają i podłączają w systemie Windows 11

Urządzenia USB ciągle odłączają się i ponownie łączą z komputerem z systemem Windows 11? Oto kilka wskazówek dotyczących rozwiązywania problemów, które mogą okazać się pomocne.

6 najlepszych sposobów naprawienia problemu braku możliwości uruchomienia plików EXE w systemie Windows 11

6 najlepszych sposobów naprawienia problemu braku możliwości uruchomienia plików EXE w systemie Windows 11

Próbujesz uruchomić plik EXE i nic się nie dzieje? Zastosuj te wskazówki dotyczące rozwiązywania problemów, aby naprawić problem z otwieraniem plików EXE w systemie Windows 11.

„Nie mogliśmy połączyć się z usługą aktualizacji” w systemie Windows: jak rozwiązać problem

„Nie mogliśmy połączyć się z usługą aktualizacji” w systemie Windows: jak rozwiązać problem

Pojawia się komunikat o błędzie Nie mogliśmy połączyć się z usługą aktualizacji na komputerze z systemem Windows? Oto, jak możesz to naprawić i zaktualizować swój komputer!

Jak uzyskać dostęp do Menedżera poświadczeń i korzystać z niego w systemach Windows 10 i Windows 11

Jak uzyskać dostęp do Menedżera poświadczeń i korzystać z niego w systemach Windows 10 i Windows 11

Poniżej opisano, jak używać Menedżera poświadczeń w systemach Windows 10 i Windows 11 do przeglądania, edytowania i zarządzania danymi logowania do witryn internetowych i aplikacji.

7 najważniejszych rozwiązań błędu „Operacja nie powiodła się” w programie Microsoft Outlook dla systemu Windows

7 najważniejszych rozwiązań błędu „Operacja nie powiodła się” w programie Microsoft Outlook dla systemu Windows

Program Outlook ciągle wyświetla błąd Operacja nie powiodła się na komputerze z systemem Windows 10 lub 11? Oto kilka wskazówek, które pomogą to naprawić.

3 sposoby dostosowania ustawień limitu czasu ekranu systemu Windows 11

3 sposoby dostosowania ustawień limitu czasu ekranu systemu Windows 11

Nie chcesz, aby ekran w systemie Windows 11 był losowo pusty? Oto, jak dostosować ustawienia limitu czasu ekranu systemu Windows 11.

12 najlepszych sposobów na naprawienie braku Internetu, zabezpieczonego błędu w systemie Windows 11

12 najlepszych sposobów na naprawienie braku Internetu, zabezpieczonego błędu w systemie Windows 11

Czy często napotykasz błąd Brak Internetu, Zabezpieczenie w systemie Windows? Oto, co to oznacza i kroki, aby rozwiązać problem.

Jak ukryć lub usunąć ikonę Kosza w systemie Windows 11

Jak ukryć lub usunąć ikonę Kosza w systemie Windows 11

Uporządkuj swój pulpit, ucząc się ukrywać lub usuwać ikonę Kosza za pomocą zaledwie kilku kliknięć. Nie gwarantujemy trwałej utraty danych!

Jak zmienić nazwę folderu użytkownika w systemie Windows 11

Jak zmienić nazwę folderu użytkownika w systemie Windows 11

Chcesz zmienić nazwę folderu użytkownika w systemie Windows 11? Oto dwa idealne sposoby zmiany nazwy folderu użytkownika zgodnie z własnymi preferencjami.

11 łatwych sposobów ponownego uruchomienia systemu Windows z klawiaturą lub bez niej

11 łatwych sposobów ponownego uruchomienia systemu Windows z klawiaturą lub bez niej

Masz problemy ze swoim komputerem? Zapoznaj się z naszym szczegółowym przewodnikiem na 11 szybkich sposobów ponownego uruchomienia systemu Windows z klawiaturą lub bez.