Screen wake-up password

Joined
Apr 11, 2017
Messages
65
Reaction score
8
I want to disable screen wake-up password. In my Windows 10 there is no “Require a password on wake-up” option (time 2.30) as like in the YouTube video. How to fix this? Please help me.



1.png
 
Joined
Nov 19, 2013
Messages
6,298
Reaction score
1,273
You (and Yuotube,) are in the wrong area.
Open Settings -Accounts - Sign in Options
At the top:

Capture.PNG
 
Last edited:

Regedit32

Moderator
Joined
Mar 4, 2016
Messages
3,617
Reaction score
1,139
Hi fiatnm,

Welcome to the Forum.

Click Start > Settings cog > Accounts then in left pane click Sign-in options

Here select Never for Require sign-in

Sample image

sample.png


Alternatively, if you are using a laptop you might also want to not require sign-in on wake up when using a battery as opposed to mains power.

There are a couple of commands you can do in an elevated command prompt like so:
  • Right-click on Start then select Command Prompt (Admin)
  • Click yes when the User Account Control prompts you
  • Now in the Administrator: Command Prompt window type or copy & paste the following:

    To not require a password on wake up when powered by mains:

    Code:
    powercfg /SETACVALUEINDEX SCHEME_CURRENT SUB_NONE CONSOLELOCK 0

    Press Enter key to execute

    To not require a password on wakeup when powered by battery:

    Code:
    powercfg /SETDCVALUEINDEX SCHEME_CURRENT SUB_NONE CONSOLELOCK 0

    Press Enter key to execute

    Type Exit, then press Enter to close the command window.

Later if you change your mind and do want a password when waking from sleep, then do as above but enter the following two commands instead:


On mains power:

Code:
powercfg /SETACVALUEINDEX SCHEME_CURRENT SUB_NONE CONSOLELOCK 1

On battery power:

Code:
powercfg /SETDCVALUEINDEX SCHEME_CURRENT SUB_NONE CONSOLELOCK 1


Regards,

Regedit32
 
Joined
Apr 11, 2017
Messages
65
Reaction score
8
I browse the window as you said but I am able to see it is already in "Never" option

1.png
 
Joined
Apr 11, 2017
Messages
65
Reaction score
8
Why “Require a password on wake-up” option (time 2.30) in the video is missing in my Windows 10?
 

Regedit32

Moderator
Joined
Mar 4, 2016
Messages
3,617
Reaction score
1,139
Have you checked screen saver settings?

Start > Settings cog > Personalization then on left pane select Lock screen and in main window scroll down and click Screen Saver Settings and make sure there is no check mark next to On resume, display logon screen

Sample image

sample.png
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top