LockScreenGone v1.0

Discussion in 'Windows 10' started by dobbelina, Nov 27, 2016.

  1. RanCorX2

    RanCorX2 MDL Addicted

    Jul 19, 2009
    999
    554
    30
    i had press CTL+ALT+DEL on which stops the policy setting from working. turned it off and now no lock screen.
     
  2. migascalp

    migascalp MDL Senior Member

    Sep 18, 2009
    321
    499
    10
    There, I understand better
     
  3. Espionage724

    Espionage724 MDL Expert

    Nov 7, 2009
    1,066
    394
    60
    Thanks for this! I noticed when booting into Safe Mode, it would automatically go right to the password entry box, and I've wondered for a while if it was possible to do that on normal boots. NoLockScreen=1 does that perfectly!

    Here's a one-liner for the same registry entry:

    Code:
    reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Personalization" /v "NoLockScreen" /t REG_DWORD /d "1" /f
     
  4. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    7,897
    10,733
    240
    Hmm sorry for my intrusion: but it is not much simpler to use group policies (as long as it is not a home version) ...
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. johnye_pt

    johnye_pt MDL Addicted

    Aug 26, 2010
    741
    377
    30
    I have a batch that adds all my "quirks" and usual programs to Windows 10 in a single click. It's useful to know both ways, but much more useful for me when there's a command line option.