Number lock  

Page 2 of 2 FirstFirst 12

  1. Posts : 9,487
    Mac OS Catalina
       #11

    Do not use a password or Microsoft Live account.
      My Computer


  2. Posts : 88
    Windows 10 - 32 bit
    Thread Starter
       #12

    bro67 said:
    Do not use a password or Microsoft Live account.
    Hi bro, I wish I hadn't, how do I turn it off?
      My Computer


  3. Posts : 9,487
    Mac OS Catalina
       #13

    Take a guess said:
    Hi bro, I wish I hadn't, how do I turn it off?
    Go into Settings and accounts, then switch to a Local account.
      My Computer


  4. Posts : 14,006
    Windows 10 Pro X64 21H1 19043.1503
       #14
      My Computers


  5. Posts : 88
    Windows 10 - 32 bit
    Thread Starter
       #15

    Sorted, thank you all
      My Computer


  6. Posts : 590
    Windows 10 Pro
       #16

    For the Num Lock question.
    I have always found that I only have to press the Num Lock button and shut down immediately.
    When you start up again, Num Lock will be on.




    You could even do a restart, as long as you don't have "Turn on fast start-up (recommended)" selected in your Power Options.
      My Computer


  7. Posts : 1,613
    X
       #17

    I found a solution online. It's a script that runs under AutoHotKey.
    I already had the latter ... so adding the author's script code was easy. Now the Num Lock is always on. If I press the Num Lock key to turn it off ... it turns right back on again.

    ; NumLock Enforcer - Monitors the Num Lock key ... turns it back on after someone turns it off
    ; hxxp://www.donationcoder.com/Forums/bb/index.php?topic=9018
    ;
    ; #SingleInstance force
    ; ;#NoTrayIcon ; UNCOMMENT THIS LINE IF YOU NEED A TRAY ICON
    ; #InstallKeybdHook
    ; #Persistent

    ;Menu, tray, Icon, %A_WinDir%\System32\shell32.dll, 105
    appname=NumLock Enforcer
    SetTimer, EnforceNumLock, 500
    return

    EnforceNumLock:
    NumLockStatus := GetKeyState("Numlock", "T")
    IfEqual, NumLockStatus, 0
    {
    SetNumLockState, On
    ;TrayTip,%appname%,NumLock Status = On,,1 ; UNCOMMENT THIS LINE IF YOU WANT SOME KIND OF FEEDBACK
    }
    return

    ; Win+p pauses the script,just in case you need the NumLock.
    #p::Pause
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 22:39.
Find Us




Windows 10 Forums