View Single Post
  #8  
Old December 19th 16, 06:24 PM posted to alt.comp.os.windows-10,alt.comp.os.windows-8
T
external usenet poster
 
Posts: 4,600
Default Tip: bypass lock screen on boot up

On 12/18/2016 06:53 PM, B00ze wrote:
On 2016-12-16 18:30, T wrote:

REGEDIT4

; http://www.ricksdailytips.com/disabl...in-windows-10/
; Windows10: bypass the Lock Screen and go straight to the Login Screen
; requires a reboot

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Win dows\Personalization]
"NoLockScreen"=dword:00000001


This no longer works in "Anniversay Update" ...
http://winaero.com/blog/disable-lock...-version-1607/

Regards,


Hi B00ze,

This above registry hack needs a real reboot to work.

It occurred to me that maybe you did not do an actual
reboot. The GUI click restart is not a real restart.
It is an M$ marketing weasel thing. All it does is
terminate your programs. Shutdown is the same way.
It just stops your programs and puts you in suspend.
To get rid of this behavior, you have to turn off "Fast
Boot"

Try
winr shutdown.exe /r /f /t 00

/r reboot
/f terminate your programs
/t 00 wait time before rebooting ("00 means "right now")

-T

Ads