
Many Windows 10 users have reported issues with their devices requiring them to sign in after resuming from sleep mode. This can be a frustrating issue, especially if you are the only person using the device. While this feature does add an extra layer of security, it can also be seen as an unnecessary step. Luckily, there are a few ways to disable this setting.
| Characteristics | Values |
|---|---|
| Operating System | Windows 10 |
| Issue | Requires sign-in after resuming from sleep |
| Fix using Settings app | Go to "Settings" > "Accounts" > "Sign-in options" > Under "Require sign-in", select "Never" from the drop-down menu |
| Fix using Group Policy Editor | Go to "Local Group Policy Editor" > "Computer Configuration" > "Administrative Templates" > "System" > "Power Management" > "Sleep Settings" > Double-click "Require a password when a computer wakes (on battery)" > Select "Disable" > Click "Apply" and "OK" |
| Fix using Command Prompt | Search "Command Prompt" > Right-click and select "Run as administrator" > Type "powercfg /SETDCVALUEINDEX SCHEME_CURRENT SUB_NONE CONSOLELOCK 0" and press Enter |
Explore related products
What You'll Learn

Disabling Modern Standby
To disable Modern Standby, you can use the Registry Editor, a Registry Script, or Command Prompt. Here is a step-by-step guide for each method:
Method 1: Disable Modern Standby via Registry Editor
- Create a restore point before making any changes to the Windows Registry.
- Press Win + R to open the Run dialog box.
- Type "regedit" and hit Enter to launch the Registry Editor.
- Navigate to the following location: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power
- In the right pane, right-click on the blank space and choose "New > DWORD (32-bit) Value."
- Rename the new value as "PlatformAoAcOverride."
- Right-click on "PlatformAoAcOverride" and select "Modify."
- Change the value data to "0" and click "OK."
- Exit the Registry Editor and restart your computer.
Method 2: Disable Modern Standby via Registry Script
- Press Win + R to open the Run dialog box.
- Type "notepad" and press Enter to open a new Notepad file.
- Copy and paste the following content into the Notepad file:
> Windows Registry Editor Version 5.00
> [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power]
> "PlatformAoAcOverride"=dword:00000000
- Save the file as "Disable_Modern_Standby.reg" in the desired location.
- Double-click on the "Disable_Modern_Standby.reg" file and click "Yes" if prompted by UAC.
- Reboot your computer to apply the changes.
Method 3: Disable Modern Standby via Command Prompt
- Open Command Prompt as an administrator.
- Run the following command and press Enter:
> reg add HKLM\System\CurrentControlSet\Control\Power /v PlatformAoAcOverride /t REG_DWORD /d 0
Close Command Prompt and restart your computer to apply the changes.
To re-enable Modern Standby, you can use the following command in Command Prompt:
> reg delete "HKLM\System\CurrentControlSet\Control\Power" /v PlatformAoAcOverride /f
Late Sleepers: Quotes to Inspire an Early Riser Mindset
You may want to see also
Explore related products

Require sign-in on wakeup
To enable the "Require sign-in on wakeup" feature on Windows 10, you can follow these steps:
Via the Settings app:
- Open the Settings app.
- Click on "Accounts", then select "Sign-in options".
- In the "Require sign-in" section, use the drop-down menu to select "When PC wakes up from sleep".
Via the Local Group Policy Editor:
- Open the Run dialog and launch the Local Group Policy Editor.
- Navigate to the following path: "Computer Configuration > Administrative Templates > System > Power Management > Sleep Settings".
- In the right pane, find and double-click on the policies: "Require a Password when the computer wakes (plugged in)" and "Require a Password when the computer wakes (on battery)".
- Set both policies to "Enabled".
Using Command Prompt:
- Open an elevated Command Prompt.
- To turn on the feature, enter the following commands:
- For on-battery devices: `powercfg /SETDCVALUEINDEX SCHEME_CURRENT SUB_NONE CONSOLELOCK 1`
- For plugged-in devices: `powercfg /SETACVALUEINDEX SCHEME_CURRENT SUB_NONE CONSOLELOCK 1`
- To turn off the feature, simply change the value at the end of the commands to `0`.
Using REG files:
- Download the appropriate REG file for your desired setting from a trusted source.
- Double-click on the REG file to merge it with your system.
- Approve the merge by clicking "Run", "Yes", and "OK".
- You can now delete the downloaded REG file.
Please note that you must be signed in as an administrator to make these changes. Additionally, if you are using Windows Hello with facial recognition or fingerprint sign-in, you may not be able to change this setting.
How Eyelids Affect Sleep: An Overlooked Aspect
You may want to see also
Explore related products
$398

Require sign-in after sleep
If you want Windows 10 to require you to sign in after waking up from sleep, there are several methods you can use to enable this feature. Here are the steps you can follow:
Using the Settings App
- Open the Settings app by clicking its icon in the Start menu or pressing the Windows logo + I keyboard shortcut.
- Click on "Accounts".
- Click on "Sign-in options" in the left-hand menu.
- Under the "Require sign-in" section, use the drop-down menu and select "When PC wakes up from sleep".
Using the Group Policy Editor
- Press the Windows Key + R combination, type "gpedit.msc" in the Run dialog box, and hit Enter to open the Local Group Policy Editor.
- In the left pane, navigate to "Computer Configuration" > "Administrative Templates" > "System" > "Power Management" > "Sleep Settings".
- In the right pane, you'll see two policies: "Require a password when the computer wakes (plugged in)" and "Require a password when the computer wakes (on battery)".
- Double-click on each policy and set them to "Enabled".
- Reboot your computer for the changes to take effect.
Using the Command Prompt
- Search for "Command Prompt", right-click the top result, and select "Run as administrator".
- To enable the sign-in option when your device is running on battery, type the following command and press Enter:
> powercfg /SETDCVALUEINDEX SCHEME_CURRENT SUB_NONE CONSOLELOCK 1
To enable the sign-in option when your device is plugged in, type the following command and press Enter:
> powercfg /SETACVALUEINDEX SCHEME_CURRENT SUB_NONE CONSOLELOCK 1
After following any of these methods, your Windows 10 device should now require you to sign in after waking up from sleep.
Sunrise Sounds: Rain's Rhythm, No Sleep
You may want to see also
Explore related products

Require sign-in on resume from hibernate/suspend
To require sign-in on resume from hibernate/suspend, you can try the following methods:
- Open Settings > Accounts > Sign-in options and set "Require sign-in" to "When PC wakes up from sleep".
- If you don't see the "When PC wakes up from sleep" option, you may need to create a new balanced power plan, as your current one may have a setting that blocks this option.
- Alternatively, you can try disabling Modern Standby by following these steps:
- Open the Registry Editor and navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power.
- Set CsEnabled and PlatformAoAcOverride DWORD values to 0. If these values are missing, create them manually.
- Exit the Registry Editor and restart your computer.
- Go back to Settings > Accounts > Sign-in options and enable the "When PC wakes from sleep" option.
- Enable the "Prompt for password on resume from hibernate/suspend" policy setting. You can find this in User Configuration > Administrative Templates > System > Power Management.
Another method involves enabling the DelayLockInterval registry value. To do this, use the following steps:
- Open the Registry Editor and navigate to HKEY_CURRENT_USER\Control Panel\Desktop.
- Create or modify the DelayLockInterval value and set it to 0.
- Restart your computer for the changes to take effect.
Avoid Sleeping Facing North: The Direction's Dark Side
You may want to see also
Explore related products
$13.99

Require sign-in on resume from sleep, but not inactivity
If you want to require a sign-in when your Windows 10 or 11 device wakes up from sleep, but not when the screen turns off due to inactivity, you can adjust your power settings.
First, check your current power settings. Go to Settings > Accounts > Sign-in Options. Under "Require sign-in", you should see the option "If you've been away, when should Windows require you to sign in again?". If the only options you see are "Every Time", "1 minute", "3 minutes", and "5 minutes", then you may need to adjust your power plan. Try creating a new balanced power plan, as your current one may be blocking certain options.
If you see the option "When PC wakes up from sleep", you can simply select this. If you don't see this option, your device may be using Modern Standby (S0 Low Power Idle) instead of S3 sleep. In this case, you can try disabling Modern Standby.
To disable Modern Standby, first create a restore point, then open the Registry Editor and go to the following branch: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power. Set the CsEnabled DWORD value to 0 and the PlatformAoAcOverride DWORD value to 0. If these values are missing, create them manually. Exit the Registry Editor and restart your device.
Now, go to the "Sign-in Option" page in Settings and enable the option "When PC wakes from sleep" under "Require sign-in". You can also enable the "Prompt for password on resume from hibernate/suspend" policy setting. This is located under User Configuration > Administrative Templates > System > Power Management.
Disabling Modern Standby may not work for all devices, and it is a more complex process than simply changing your power settings. Therefore, it is recommended to try adjusting your power plan first.
Stay Alert: Don't Sleep on Your Mac
You may want to see also
Frequently asked questions
Go to Settings > Accounts > Sign-in Options > Require Sign-in and set the "If you've been away, when should Windows require you to sign in again?" option to "Never".
Go to Settings > Accounts > Sign-in Options > Require Sign-in and set the "If you've been away, when should Windows require you to sign in again?" option to "When PC wakes up from sleep".
Go to Start > Settings > Accounts > Sign-in options and make sure the "If you've been away, when should Windows require you to sign in again? setting is set to "When the PC wakes up from sleep".
Go to Start > Settings > Accounts > Sign-in options and make sure the "If you've been away, when should Windows require you to sign in again? setting is set to "Never".

![Fintie Case for Fusion5 Windows 10 FWIN232 Plus S1 / PRO S1 Tablet [Not for FWIN232 S2] - Folio Protective Stand Cover with Auto Wake/Sleep (Black)](https://m.media-amazon.com/images/I/81LkgapbIwL._AC_UY218_.jpg)








































