Accounts Enable or Disable Require Sign-in on Wakeup in Windows 11


  • Staff
Sign-in_options_banner.png

This tutorial will show you how to enable or disable to require sign-in on wakeup from sleep, hibernate, or Modern Standby for all users in Windows 11.

To help secure your PC, Windows requires users to sign in on wakeup from sleep, hibernate, or resuming from Modern Standby (if supported) by default.


You must be signed in as an administrator to enable or disable require sign-in on wakeup.



Contents

  • Option One: Turn On or Off Require Sign-in on Wakeup from Modern Standby in Settings
  • Option Two: Turn On or Off Require Sign-in on Wakeup from Modern Standby using REG file
  • Option Three: Turn On or Off Require Sign-in on Wakeup from Sleep or Hibernate in Settings
  • Option Four: Turn On or Off Require Sign-in on Wakeup from Sleep or Hibernate using Command
  • Option Five: Enable or Disable Require Sign-in on Wakeup from Sleep or Hibernate in Local Group Policy Editor
  • Option Six: Enable or Disable Require Sign-in on Wakeup from Sleep or Hibernate using REG file


EXAMPLE: Windows 11 sign-in screen

Windows11_sign-in_screen.jpg





Option One

Turn On or Off Require Sign-in on Wakeup from Modern Standby in Settings


This option is only available if your device supports Modern Standby.


1 Open Settings (Win+I).

2 Click/tap on Accounts on the left side, and click/tap on Sign-in options on the right side. (see screenshot below)


Require_sign-in_on_wakeup_Settings-1.png

3 Select Never, Every Time (default), 1 minute, 3 minutes, 5 minutes, or 15 minutes for what you want in the If you've been away, when should Windows require you to sign in again? drop menu. (see screenshot below)

The If you've been away, when should Windows require you to sign in again? setting is only available if your account has a password.

If the If you've been away, when should Windows require you to sign in again? setting is grayed out with a Windows hello is preventing some options from being shown message, it means it is not possible to change this setting while a facial recognition or fingerprint recognition Windows Hello sign-in option has been added for your account since it is assumed you want to use Windows Hello to sign in every time.


Require_sign-in_on_wakeup_Settings-3.png

4 You can now close Settings if you like.




Option Two

Turn On or Off Require Sign-in on Wakeup from Modern Standby using REG file


This option is only available if your device supports Modern Standby.


1 Click/tap on the Download button below to download the REG file below you want.

Require_sign-in_on_resume_Modern_Standby_Never


(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Control Panel\Desktop]
"DelayLockInterval"=dword:ffffffff

Require_sign-in_on_resume_Modern_Standby_Every_Time (default)​


(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Control Panel\Desktop]
"DelayLockInterval"=dword:00000000

Require_sign-in_on_resume_Modern_Standby_in_1_minute


(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Control Panel\Desktop]
"DelayLockInterval"=dword:0000003c

Require_sign-in_on_resume_Modern_Standby_in_3_minutes


(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Control Panel\Desktop]
"DelayLockInterval"=dword:000000b4

Require_sign-in_on_resume_Modern_Standby_in_5_minutes


(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Control Panel\Desktop]
"DelayLockInterval"=dword:0000012c

Require_sign-in_on_resume_Modern_Standby_in_15_minutes


(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Control Panel\Desktop]
"DelayLockInterval"=dword:00000384

2 Save the .reg file to your desktop.

3 Double click/tap on the downloaded .reg file to merge it.

4 When prompted, click/tap on Run, Yes (UAC), Yes, and OK to approve the merge.

5 You can now delete the downloaded .reg file if you like.




Option Three

Turn On or Off Require Sign-in on Wakeup from Sleep or Hibernate in Settings


This option is only available if your device does not support Modern Standby.

This option will only change the require sign-in on wakeup setting in the active power plan, and for all users that use the same power plan.


1 Open Settings (Win+I).

2 Click/tap on Accounts on the left side, and click/tap on Sign-in options on the right side. (see screenshot below)


Require_sign-in_on_wakeup_Settings-1.png

3 Select Never or When PC wakes up from sleep (default) for what you want in the If you've been away, when should Windows require you to sign in again? drop menu. (see screenshot below)

The If you've been away, when should Windows require you to sign in again? setting is only available if your account has a password.


Require_sign-in_on_wakeup_Settings-2.png

4 You can now close Settings if you like.




Option Four

Turn On or Off Require Sign-in on Wakeup from Sleep or Hibernate using Command


This option is only available if your device does not support Modern Standby.

This option will only change the require sign-in on wakeup setting in the active power plan, and for all users that use the same power plan.


1 Open an elevated Windows Terminal, and select Command Prompt or Windows PowerShell.

2 Do step 3 (on) or step 4 (off) for what you would like to do.


 3. Turn On Require Sign-in on Wakeup to "When PC wakes up from sleep"

This is the default setting.


A) Copy and paste the command(s) below you want to use into the elevated terminal, and press Enter. You can close Windows Terminal when finished. (see screenshot below)​

(On battery (if available) )​
powercfg /SETDCVALUEINDEX SCHEME_CURRENT SUB_NONE CONSOLELOCK 1


(Plugged in)​
powercfg /SETACVALUEINDEX SCHEME_CURRENT SUB_NONE CONSOLELOCK 1

Require_sign-in_on_wakeup_command-1.png


 4. Turn Off Require Sign-in on Wakeup to "Never"

A) Copy and paste the command(s) below you want to use into the elevated terminal, and press Enter. You can close Windows Terminal when finished. (see screenshot below)​

(On battery (if available) )​
powercfg /SETDCVALUEINDEX SCHEME_CURRENT SUB_NONE CONSOLELOCK 0


(Plugged in)​
powercfg /SETACVALUEINDEX SCHEME_CURRENT SUB_NONE CONSOLELOCK 0

Require_sign-in_on_wakeup_command-2.png




Option Five

Enable or Disable Require Sign-in on Wakeup from Sleep or Hibernate in Local Group Policy Editor


This option has no effect on Option One and Option Two.

If you enable or disable require password on wakeup using this option, it will override Option Three and Option Four.

The Local Group Policy Editor is only available in the Windows 11 Pro, Enterprise, and Education editions.

All editions can use Option Six for the same policy.


1 Open the Local Group Policy Editor (gpedit.msc).

2 Navigate to the registry key location below in the left pane of Local Group Policy Editor. (see screenshot below)

Computer Configuration\Administrative Templates\System\Power Management\Sleep Settings

Require_sign-in_on_wakeup_gpedit-1.png

3 Do step 4 (Not configured), step 5 (Enabled), step 6 (Disabled) below for what you would like to do.


 4. To Set Require Sign-in on Wakeup to Not Configured

This is the default setting.


A) In the right pane of Sleep Settings in Local Group Policy Editor, double click/tap on the Require a password when a computer wakes (plugged in) policy to edit it. (see screenshot below step 2)​

B) Select (dot) Not Configured, and click/tap on OK. (see left screenshot below)​

C) In the right pane of Sleep Settings in Local Group Policy Editor, double click/tap on the Require a password when a computer wakes (on battery) policy to edit it. (see screenshot below step 2)​

D) Select (dot) Not Configured, click/tap on OK, and go to step 7 below. (see right screenshot)​

Require_sign-in_on_wakeup_gpedit-2.png
Require_sign-in_on_wakeup_gpedit-5.png


 5. To Enable Require Sign-in on Wakeup for All Users

A) In the right pane of Sleep Settings in Local Group Policy Editor, double click/tap on the Require a password when a computer wakes (plugged in) policy to edit it. (see screenshot below step 2)​

B) Select (dot) Enabled, and click/tap on OK. (see left screenshot below)​

C) In the right pane of Sleep Settings in Local Group Policy Editor, double click/tap on the Require a password when a computer wakes (on battery) policy to edit it. (see screenshot below step 2)​

D) Select (dot) Enabled, click/tap on OK, and go to step 7 below. (see right screenshot below)​

Require_sign-in_on_wakeup_gpedit-3.png
Require_sign-in_on_wakeup_gpedit-6.png


 6. To Disable Require Sign-in on Wakeup for All Users

A) In the right pane of Sleep Settings in Local Group Policy Editor, double click/tap on the Require a password when a computer wakes (plugged in) policy to edit it. (see screenshot below step 2)​

B) Select (dot) Disabled, and click/tap on OK. (see left screenshot below)​

C) In the right pane of Sleep Settings in Local Group Policy Editor, double click/tap on the Require a password when a computer wakes (on battery) policy to edit it. (see screenshot below step 2)​

D) Select (dot) Disabled, click/tap on OK, and go to step 7 below. (see right screenshot below)​

Require_sign-in_on_wakeup_gpedit-4.png
Require_sign-in_on_wakeup_gpedit-7.png

7 When finished, you can close the Local Group Policy Editor if you like.





OPTION SIX

Enable or Disable Require Sign-in on Wakeup from Sleep or Hibernate using REG file


This option has no effect on Option One and Option Two.

If you enable or disable require password on wakeup using this option, it will override Option Three and Option Four.


1 Click/tap on the Download button below to download the REG file below you want.

Not_Configured_require_password_on_wakeup (default)​


(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Power\PowerSettings\0e796bdb-100d-47d6-a2d5-f7d2daa51f51]
"DCSettingIndex"=-
"ACSettingIndex"=-

Enable_require_password_on_wakeup


(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Power\PowerSettings\0e796bdb-100d-47d6-a2d5-f7d2daa51f51]
"DCSettingIndex"=dword:00000001
"ACSettingIndex"=dword:00000001

Disable_require_password_on_wakeup


(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Power\PowerSettings\0e796bdb-100d-47d6-a2d5-f7d2daa51f51]
"DCSettingIndex"=dword:00000000
"ACSettingIndex"=dword:00000000

2 Save the .reg file to your desktop.

3 Double click/tap on the downloaded .reg file to merge it.

4 When prompted, click/tap on Run, Yes (UAC), Yes, and OK to approve the merge.

5 You can now delete the downloaded .reg file if you like.


That's it,
Shawn Brink

 

Attachments

  • Sign-in_options.png
    Sign-in_options.png
    14.7 KB · Views: 184
  • Require_sign-in_on_resume_Modern_Standby_in_1_minute.reg
    570 bytes · Views: 175
  • Require_sign-in_on_resume_Modern_Standby_Every_Time.reg
    570 bytes · Views: 248
  • Not_Configured_require_password_on_wakeup.reg
    714 bytes · Views: 204
  • Enable_require_password_on_wakeup.reg
    766 bytes · Views: 219
  • Disable_require_password_on_wakeup.reg
    766 bytes · Views: 226
  • Require_sign-in_on_resume_Modern_Standby_in_3_minutes.reg
    570 bytes · Views: 193
  • Require_sign-in_on_resume_Modern_Standby_in_5_minutes.reg
    570 bytes · Views: 196
  • Require_sign-in_on_resume_Modern_Standby_in_15_minutes.reg
    570 bytes · Views: 207
  • Require_sign-in_on_resume_Modern_Standby_Never.reg
    570 bytes · Views: 270
Last edited:
Hey there - i have the problem that I dont want to always hit the fingerprint reader when screen goes off!
The above mentioned tips dont work because windows hello is set to "always" and i cant changed to NEVER for sign in .
is there any solution for this?
 

My Computer

System One

  • OS
    Windows 11
    Computer type
    PC/Desktop
    Manufacturer/Model
    Intel
    CPU
    i7-1165G7
    Memory
    64GB
    Graphics Card(s)
    NVIDIA RTX 2060
    Monitor(s) Displays
    LG 49wl95c
Hey there - i have the problem that I dont want to always hit the fingerprint reader when screen goes off!
The above mentioned tips dont work because windows hello is set to "always" and i cant changed to NEVER for sign in .
is there any solution for this?

Hello alegend, and welcome to Eleven Forum. :)

Are you signed in as an administrator? If not, you will not be able to change this setting.

If you are, you might check to see if option 5 or 6 may have been used to force "Always". If so, you can set the policy back to "Not Configured" to be able to use option 3 again.
 

My Computers

System One System Two

  • OS
    Windows 11 Pro for Workstations
    Computer type
    PC/Desktop
    Manufacturer/Model
    Custom self build
    CPU
    Intel i7-8700K 5 GHz
    Motherboard
    ASUS ROG Maximus XI Formula Z390
    Memory
    64 GB (4x16GB) G.SKILL TridentZ RGB DDR4 3600 MHz (F4-3600C18D-32GTZR)
    Graphics Card(s)
    ASUS ROG-STRIX-GTX1080TI-O11G-GAMING (11GB GDDR5X)
    Sound Card
    Integrated Digital Audio (S/PDIF)
    Monitor(s) Displays
    2 x Samsung Odyssey G75 27"
    Screen Resolution
    2560x1440
    Hard Drives
    1TB Samsung 990 PRO M.2,
    4TB Samsung 990 PRO M.2,
    8TB WD MyCloudEX2Ultra NAS
    PSU
    Seasonic Prime Titanium 850W
    Case
    Thermaltake Core P3 wall mounted
    Cooling
    Corsair Hydro H115i
    Keyboard
    Logitech wireless K800
    Mouse
    Logitech MX Master 3
    Internet Speed
    1 Gbps Download and 35 Mbps Upload
    Browser
    Google Chrome
    Antivirus
    Microsoft Defender and Malwarebytes Premium
    Other Info
    Logitech Z625 speaker system,
    Logitech BRIO 4K Pro webcam,
    HP Color LaserJet Pro MFP M477fdn,
    APC SMART-UPS RT 1000 XL - SURT1000XLI,
    Galaxy S23 Plus phone
  • Operating System
    Windows 11 Pro
    Computer type
    Laptop
    Manufacturer/Model
    HP Spectre x360 2in1 14-eu0098nr (2024)
    CPU
    Intel Core Ultra 7 155H 4.8 GHz
    Memory
    16 GB LPDDR5x-7467 MHz
    Graphics card(s)
    Integrated Intel Arc
    Sound Card
    Poly Studio
    Monitor(s) Displays
    14" 2.8K OLED multitouch
    Screen Resolution
    2880 x 1800
    Hard Drives
    2 TB PCIe NVMe M.2 SSD
    Internet Speed
    Intel Wi-Fi 7 BE200 (2x2) and Bluetooth 5.4
    Browser
    Chrome and Edge
    Antivirus
    Windows Defender and Malwarebytes Premium
Hey Brink .-)
Thanks for your hints but the problem persists
1639338865422.png

Always (Jedes mal) still greyd out and cant be changed
I tried your Regedit files "not configured" ans also "disabled" and also edited the gpedit.msc
(disabled)
and still it is greyed out.
Is this really changeable when using Windows hello?
 

My Computer

System One

  • OS
    Windows 11
    Computer type
    PC/Desktop
    Manufacturer/Model
    Intel
    CPU
    i7-1165G7
    Memory
    64GB
    Graphics Card(s)
    NVIDIA RTX 2060
    Monitor(s) Displays
    LG 49wl95c
Hey Brink .-)
Thanks for your hints but the problem persists
View attachment 16071
Always (Jedes mal) still greyd out and cant be changed
I tried your Regedit files "not configured" ans also "disabled" and also edited the gpedit.msc
(disabled)
and still it is greyed out.
Is this really changeable when using Windows hello?

Just to verify, does your PC support Modern Standby?


If so, the setting will be grayed out if using a Windows Hello face or fingerprint sign-in option.
 

My Computers

System One System Two

  • OS
    Windows 11 Pro for Workstations
    Computer type
    PC/Desktop
    Manufacturer/Model
    Custom self build
    CPU
    Intel i7-8700K 5 GHz
    Motherboard
    ASUS ROG Maximus XI Formula Z390
    Memory
    64 GB (4x16GB) G.SKILL TridentZ RGB DDR4 3600 MHz (F4-3600C18D-32GTZR)
    Graphics Card(s)
    ASUS ROG-STRIX-GTX1080TI-O11G-GAMING (11GB GDDR5X)
    Sound Card
    Integrated Digital Audio (S/PDIF)
    Monitor(s) Displays
    2 x Samsung Odyssey G75 27"
    Screen Resolution
    2560x1440
    Hard Drives
    1TB Samsung 990 PRO M.2,
    4TB Samsung 990 PRO M.2,
    8TB WD MyCloudEX2Ultra NAS
    PSU
    Seasonic Prime Titanium 850W
    Case
    Thermaltake Core P3 wall mounted
    Cooling
    Corsair Hydro H115i
    Keyboard
    Logitech wireless K800
    Mouse
    Logitech MX Master 3
    Internet Speed
    1 Gbps Download and 35 Mbps Upload
    Browser
    Google Chrome
    Antivirus
    Microsoft Defender and Malwarebytes Premium
    Other Info
    Logitech Z625 speaker system,
    Logitech BRIO 4K Pro webcam,
    HP Color LaserJet Pro MFP M477fdn,
    APC SMART-UPS RT 1000 XL - SURT1000XLI,
    Galaxy S23 Plus phone
  • Operating System
    Windows 11 Pro
    Computer type
    Laptop
    Manufacturer/Model
    HP Spectre x360 2in1 14-eu0098nr (2024)
    CPU
    Intel Core Ultra 7 155H 4.8 GHz
    Memory
    16 GB LPDDR5x-7467 MHz
    Graphics card(s)
    Integrated Intel Arc
    Sound Card
    Poly Studio
    Monitor(s) Displays
    14" 2.8K OLED multitouch
    Screen Resolution
    2880 x 1800
    Hard Drives
    2 TB PCIe NVMe M.2 SSD
    Internet Speed
    Intel Wi-Fi 7 BE200 (2x2) and Bluetooth 5.4
    Browser
    Chrome and Edge
    Antivirus
    Windows Defender and Malwarebytes Premium
It should be noted that for Option One and Option Three the 'If you've been away, when should Windows require you to sign in again?' menu only appears in Sign in options when your account has a password. If you use a local account with a blank password you'll first have to set a password before you can change this setting. You can set it back to a blank password afterwards.
 

My Computers

System One System Two

  • OS
    Windows 11 Home
    Computer type
    Laptop
    Manufacturer/Model
    Acer Aspire 3 A315-23
    CPU
    AMD Athlon Silver 3050U
    Memory
    8GB
    Graphics Card(s)
    Radeon Graphics
    Monitor(s) Displays
    laptop screen
    Screen Resolution
    1366x768 native resolution, up to 2560x1440 with Radeon Virtual Super Resolution
    Hard Drives
    1TB Samsung EVO 870 SSD
    Internet Speed
    50 Mbps
    Browser
    Edge, Firefox
    Antivirus
    Defender
    Other Info
    fully 'Windows 11 ready' laptop. Windows 10 C: partition migrated from my old unsupported 'main machine' then upgraded to 11. A test migration ran Insider builds for 2 months. When 11 was released on 5th October it was re-imaged back to 10 and was offered the upgrade in Windows Update on 20th October. Windows Update offered the 22H2 Feature Update on 20th September 2022. It got the 23H2 Feature Update on 4th November 2023 through Windows Update.

    My SYSTEM THREE is a Dell Latitude 5410, i7-10610U, 32GB RAM, 512GB ssd, supported device running Windows 11 Pro (and all my Hyper-V VMs).

    My SYSTEM FOUR is a 2-in-1 convertible Lenovo Yoga 11e 20DA, Celeron N2930, 4GB RAM, 256GB ssd. Unsupported device: currently running Win10 Pro, plus Win11 Pro RTM and Insider Beta as native boot vhdx.

    My SYSTEM FIVE is a Dell Latitude 3190 2-in-1, Pentium Silver N5030, 4GB RAM, 512GB NVMe ssd, supported device running Windows 11 Pro, plus the Insider Beta, Dev, and Canary builds as a native boot .vhdx.
  • Operating System
    Windows 11 Pro
    Computer type
    Laptop
    Manufacturer/Model
    Dell Lattitude E4310
    CPU
    Intel® Core™ i5-520M
    Motherboard
    0T6M8G
    Memory
    8GB
    Graphics card(s)
    (integrated graphics) Intel HD Graphics
    Screen Resolution
    1366x768
    Hard Drives
    500GB Crucial MX500 SSD
    Browser
    Firefox, Edge
    Antivirus
    Defender
    Other Info
    unsupported machine: Legacy bios, MBR, TPM 1.2, upgraded from W10 to W11 using W10/W11 hybrid install media workaround. In-place upgrade to 22H2 using ISO and a workaround. Feature Update to 23H2 by manually installing the Enablement Package.

    My SYSTEM THREE is a Dell Latitude 5410, i7-10610U, 32GB RAM, 512GB ssd, supported device running Windows 11 Pro (and all my Hyper-V VMs).

    My SYSTEM FOUR is a 2-in-1 convertible Lenovo Yoga 11e 20DA, Celeron N2930, 4GB RAM, 256GB ssd. Unsupported device: currently running Win10 Pro, plus Win11 Pro RTM and Insider Beta as native boot vhdx.

    My SYSTEM FIVE is a Dell Latitude 3190 2-in-1, Pentium Silver N5030, 4GB RAM, 512GB NVMe ssd, supported device running Windows 11 Pro, plus the Insider Beta, Dev, and Canary builds as a native boot .vhdx.
My device Intel Nuc 11 PHantom Canyon supports Modern standby - so there is no chance to not have to hit the fingerprint sensor after the screen went black ?
No trick / workaround?
My account has a password and fingerprint registered- and im usin MS account, not a local one
 

My Computer

System One

  • OS
    Windows 11
    Computer type
    PC/Desktop
    Manufacturer/Model
    Intel
    CPU
    i7-1165G7
    Memory
    64GB
    Graphics Card(s)
    NVIDIA RTX 2060
    Monitor(s) Displays
    LG 49wl95c
My device Intel Nuc 11 PHantom Canyon supports Modern standby - so there is no chance to not have to hit the fingerprint sensor after the screen went black ?
No trick / workaround?
My account has a password and fingerprint registered- and im usin MS account, not a local one

I'm afraid you will not be able to change this setting when you have a Windows Hello face or fingerprint sign-in option with Modern Standby support. :(
 

My Computers

System One System Two

  • OS
    Windows 11 Pro for Workstations
    Computer type
    PC/Desktop
    Manufacturer/Model
    Custom self build
    CPU
    Intel i7-8700K 5 GHz
    Motherboard
    ASUS ROG Maximus XI Formula Z390
    Memory
    64 GB (4x16GB) G.SKILL TridentZ RGB DDR4 3600 MHz (F4-3600C18D-32GTZR)
    Graphics Card(s)
    ASUS ROG-STRIX-GTX1080TI-O11G-GAMING (11GB GDDR5X)
    Sound Card
    Integrated Digital Audio (S/PDIF)
    Monitor(s) Displays
    2 x Samsung Odyssey G75 27"
    Screen Resolution
    2560x1440
    Hard Drives
    1TB Samsung 990 PRO M.2,
    4TB Samsung 990 PRO M.2,
    8TB WD MyCloudEX2Ultra NAS
    PSU
    Seasonic Prime Titanium 850W
    Case
    Thermaltake Core P3 wall mounted
    Cooling
    Corsair Hydro H115i
    Keyboard
    Logitech wireless K800
    Mouse
    Logitech MX Master 3
    Internet Speed
    1 Gbps Download and 35 Mbps Upload
    Browser
    Google Chrome
    Antivirus
    Microsoft Defender and Malwarebytes Premium
    Other Info
    Logitech Z625 speaker system,
    Logitech BRIO 4K Pro webcam,
    HP Color LaserJet Pro MFP M477fdn,
    APC SMART-UPS RT 1000 XL - SURT1000XLI,
    Galaxy S23 Plus phone
  • Operating System
    Windows 11 Pro
    Computer type
    Laptop
    Manufacturer/Model
    HP Spectre x360 2in1 14-eu0098nr (2024)
    CPU
    Intel Core Ultra 7 155H 4.8 GHz
    Memory
    16 GB LPDDR5x-7467 MHz
    Graphics card(s)
    Integrated Intel Arc
    Sound Card
    Poly Studio
    Monitor(s) Displays
    14" 2.8K OLED multitouch
    Screen Resolution
    2880 x 1800
    Hard Drives
    2 TB PCIe NVMe M.2 SSD
    Internet Speed
    Intel Wi-Fi 7 BE200 (2x2) and Bluetooth 5.4
    Browser
    Chrome and Edge
    Antivirus
    Windows Defender and Malwarebytes Premium
I'm afraid you will not be able to change this setting when you have a Windows Hello face or fingerprint sign-in option with Modern Standby support. :(
I can´t believe this :-( normally there is always any kind of workaround.
Really a pitty!
From where you got all the knowledge concerning optionsß!? Your tutorials are really crazy! Lots of work!!!
 

My Computer

System One

  • OS
    Windows 11
    Computer type
    PC/Desktop
    Manufacturer/Model
    Intel
    CPU
    i7-1165G7
    Memory
    64GB
    Graphics Card(s)
    NVIDIA RTX 2060
    Monitor(s) Displays
    LG 49wl95c
I can´t believe this :-( normally there is always any kind of workaround.
Really a pitty!
From where you got all the knowledge concerning optionsß!? Your tutorials are really crazy! Lots of work!!!
Agreed.

About the only workaround is to remove the fingerprint and use a PIN instead to be able to change this setting with Modern Standby. :(
 

My Computers

System One System Two

  • OS
    Windows 11 Pro for Workstations
    Computer type
    PC/Desktop
    Manufacturer/Model
    Custom self build
    CPU
    Intel i7-8700K 5 GHz
    Motherboard
    ASUS ROG Maximus XI Formula Z390
    Memory
    64 GB (4x16GB) G.SKILL TridentZ RGB DDR4 3600 MHz (F4-3600C18D-32GTZR)
    Graphics Card(s)
    ASUS ROG-STRIX-GTX1080TI-O11G-GAMING (11GB GDDR5X)
    Sound Card
    Integrated Digital Audio (S/PDIF)
    Monitor(s) Displays
    2 x Samsung Odyssey G75 27"
    Screen Resolution
    2560x1440
    Hard Drives
    1TB Samsung 990 PRO M.2,
    4TB Samsung 990 PRO M.2,
    8TB WD MyCloudEX2Ultra NAS
    PSU
    Seasonic Prime Titanium 850W
    Case
    Thermaltake Core P3 wall mounted
    Cooling
    Corsair Hydro H115i
    Keyboard
    Logitech wireless K800
    Mouse
    Logitech MX Master 3
    Internet Speed
    1 Gbps Download and 35 Mbps Upload
    Browser
    Google Chrome
    Antivirus
    Microsoft Defender and Malwarebytes Premium
    Other Info
    Logitech Z625 speaker system,
    Logitech BRIO 4K Pro webcam,
    HP Color LaserJet Pro MFP M477fdn,
    APC SMART-UPS RT 1000 XL - SURT1000XLI,
    Galaxy S23 Plus phone
  • Operating System
    Windows 11 Pro
    Computer type
    Laptop
    Manufacturer/Model
    HP Spectre x360 2in1 14-eu0098nr (2024)
    CPU
    Intel Core Ultra 7 155H 4.8 GHz
    Memory
    16 GB LPDDR5x-7467 MHz
    Graphics card(s)
    Integrated Intel Arc
    Sound Card
    Poly Studio
    Monitor(s) Displays
    14" 2.8K OLED multitouch
    Screen Resolution
    2880 x 1800
    Hard Drives
    2 TB PCIe NVMe M.2 SSD
    Internet Speed
    Intel Wi-Fi 7 BE200 (2x2) and Bluetooth 5.4
    Browser
    Chrome and Edge
    Antivirus
    Windows Defender and Malwarebytes Premium
Is there any way to differentiate between wake-up after only a screen turn-off and wake-up after sleep/hibernation? On my old PC with Win10 (where sleep was apparently S3, although I never knew about those different modes), it would ask for my PIN after sleeping but not if the screen was the only thing off, which is exactly what I want. But on my new PC with Win11 and "modern standby" S0, the setting explained here (Option One) affects screen off, sleep, and even hibernation! If only the screen is off, I want a shake of the mouse to just turn it back on with no sign-in, but if I close the lid to take it somewhere, I want it to require my PIN/password when revived. (More about my question is on this thread.)
 

My Computer

System One

  • OS
    Windows 11
    Computer type
    Laptop
    Manufacturer/Model
    MSI Modern 15 A5
    CPU
    AMD Ryzen 7 5700U
    Memory
    16GB
    Graphics Card(s)
    AMD Radeon Graphics
    Monitor(s) Displays
    15" laptop display + LG 34" ultrawide
    Screen Resolution
    1920x1080 + 3440x1440
    Hard Drives
    512GB SSD
    Browser
    Firefox Portable
    Antivirus
    Avast! Antivirus Free
    Other Info
    PC, keyboard, and OS are Japan-based, but interface language is set to English for my convenience (American living in Japan).
excellent!! I need it!!
 

My Computer

System One

  • OS
    windows 11
    Computer type
    Laptop
    Manufacturer/Model
    ASUS-G533QM

Latest Support Threads

Back
Top Bottom