Kroki do przywracania systemu w systemie Windows 11
Jeśli napotykasz błędy lub awarie, postępuj zgodnie z instrukcjami dotyczącymi przywracania systemu w systemie Windows 11, aby przywrócić urządzenie do poprzedniej wersji.
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
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.
set WshShell = CreateObject("WScript.Shell")
WshShell.SendKeys "{NUMLOCK}"
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.
Jeśli napotykasz błędy lub awarie, postępuj zgodnie z instrukcjami dotyczącymi przywracania systemu w systemie Windows 11, aby przywrócić urządzenie do poprzedniej wersji.
Jeśli szukasz najlepszych alternatyw dla Microsoft Office, oto 6 doskonałych rozwiązań, które możesz wypróbować.
Ten poradnik pokazuje, jak stworzyć skrót na pulpicie Windows, który otwiera wiersz poleceń w określonej lokalizacji katalogu.
Odkryj kilka sposobów na naprawienie uszkodzonej aktualizacji systemu Windows, jeśli Twoje urządzenie ma problemy po zainstalowaniu ostatniej aktualizacji.
Czy masz problemy z ustaleniem, jak ustawić wideo jako wygaszacz ekranu w Windows 11? Odkrywamy, jak to zrobić, używając darmowego oprogramowania, które jest idealne dla wielu formatów plików wideo.
Czy denerwuje Cię funkcja Narrator w systemie Windows 11? Dowiedz się, jak wyłączyć głos narratora na kilka łatwych sposobów.
Jak włączyć lub wyłączyć system szyfrowania plików w systemie Microsoft Windows. Odkryj różne metody dla Windows 11.
Pokazujemy, jak rozwiązać problem Windows nie może się zalogować, ponieważ profil nie może zostać załadowany, podczas łączenia z komputerem poprzez Pulpit zdalny.
Coś poszło nie tak i Twój PIN nie jest dostępny w systemie Windows? Nie panikuj! Istnieją dwa skuteczne rozwiązania, aby naprawić ten problem i przywrócić dostęp do PIN-a.
Co zrobić, gdy czas na komputerze z Windows 11 tajemniczo nie pokazuje właściwego czasu? Wypróbuj te rozwiązania.