Windows 7 Forums


Windows 7: Password - Require on Wakeup

14 May 2009   #9
baarod

Windows 7 Ultimate 64-bit
Chicago
 
 
Password - Require on Wakeup

How to Enable or Disable Require Password on Wakeup in Windows 7

...


Last edited by Brink; 31 Jul 2012 at 05:16 PM..
My System SpecsSystem Spec

23 Jul 2009   #10
Brink

64-bit Windows 7 Ultimate SP1 & Windows 8 Enterprise
Texas
 
 

Hello Jackal, and welcome to Seven Forums.

If not, just let us know.
My System SpecsSystem Spec

24 Jul 2009   #11
Jackal5

Windows 7
 
 

Is it just me of does Windows 7 have the worst Sleep/Hibernation modes?

I was able to change the Password on wake to "No", but I still have problems with both the Sleep and Hibernation modes. Neither turns the pc "off". I still hear the fans running and the light around the volume knob is still on. The TV display turned off when it was suppose to. I can't even remember which method I was trying at the time but it would not come back on. I eventually had to turn off the PSU and then reboot to get the display back.

I was able to record a TV program on the SageTV schedule but I still couldn't wake the PC from the Hibernation mode until I cycled the PSU. If I manually put the PC into Sleep, then I could wake it from the keyboard or mouse. But just letting the PC sit to go into Sleep mode wouldn't happen.

I'm using the RC 7100 build. It's the weekend so I'll have some more time to try out some more configurations when I get home this evening.

My System SpecsSystem Spec
10 Dec 2009   #12
xXSevenXx

Windows 7 Ultimate SP1 64- bit
 
 

I adjusted my settings to 'no',however, it still asks me for a password!
Any suggestions?
Attached Thumbnails
Password  - Require on Wakeup-no.jpg  
My System SpecsSystem Spec
10 Dec 2009   #13
Brink

64-bit Windows 7 Ultimate SP1 & Windows 8 Enterprise
Texas
 
 

Hello Seven,

Double check your "Screen Saver" settings to make sure that the On resume, display logon screen option is unchecked as well. This can give you a log on screen as well if the computer went to sleep after the screen saver was running.
Password  - Require on Wakeup-screen_saver.jpg
Hope this helps,
Shawn
My System SpecsSystem Spec
.


10 Dec 2009   #14
xXSevenXx

Windows 7 Ultimate SP1 64- bit
 
 

Quote   Quote: Originally Posted by Brink View Post
Hello Seven,

Double check your "Screen Saver" settings to make sure that the On resume, display logon screen option is unchecked as well. This can give you a log on screen as well if the computer went to sleep after the screen saver was running.
Attachment 41366
Hope this helps,
Shawn
I solved this problem by selecting the 'Active' setting in the dropdown menu!
Thanks
Attached Thumbnails
Password  - Require on Wakeup-.jpg  
My System SpecsSystem Spec
10 Dec 2009   #15
Brink

64-bit Windows 7 Ultimate SP1 & Windows 8 Enterprise
Texas
 
 

I'm happy to hear that you got it sorted Seven.
My System SpecsSystem Spec
06 Jan 2010   #16
Methanoid

W7
 
 

Just joined to post on this topic but this seems a great source of info. Whenever I've been Googling questions it seems here the answer is....

Q: Is there a registry tweak to apply to achieve disabling password on resume from wakeup?

I have 4 machines at home and usually build my own unattended install disk to get them set up the way I like. A registry tweak would be nice as I can apply a pile of them in one file and fix those things I need.

Thanks guys n gals
My System SpecsSystem Spec
11 Mar 2010   #17
mis4mike

Windows 7
 
 

Quote   Quote: Originally Posted by scrfix View Post
Hello,

I am utilizing the command line for this. In Vista, you have to know the profile name or GUID before you can edit the setting.

I know that I can get that by utilizing powercfg -getactivescheme however when I do that I get returned:
Power Scheme GUID: 49ef8fc0-bb7f-488e-b6a0-f1fc77ec649b (Dell Recommended) which will be different for every computer.

All I need is the 49ef8fc0-bb7f-488e-b6a0-f1fc77ec649b
How would I capture just that in a variable?

I was thinking about the following code however it comes back as missing an operand. Any help would be much appreciated.

Code:
@echo off
For /F "Tokens=*" %%A In ('powercfg -getactivescheme^|Findstr /I /C:": "') Do Set /A _ActiveScheme=%%B
powercfg -SETACVALUEINDEX %_ActiveScheme% SUB_NONE CONSOLELOCK 0
powercfg -SETDCVALUEINDEX %_ActiveScheme% SUB_NONE CONSOLELOCK 0
Wayne Leiser, CTO
Spectacular Computer Repair

Hi scrfix - I use the vbs function below to extract the GUID from the line of text you have. It uses VB regex to pull the GUID:

Code:
Function GetGUID(inStr)
    'Extracts the GUID from the line in which it is embedded
    Set regEx = New RegExp
    regEx.Pattern = "[0-9a-f]+\-[0-9a-f]+\-[0-9a-f]+\-[0-9a-f]+\-[0-9a-f]+"
    regEx.IgnoreCase = True
    regEx.Global = True
    Set Matches = regEx.Execute(inStr)
    For Each Match in Matches
        'msgbox("Match " & I & " " & Match.Value)
        GetGUID = Match.Value
    Next
End Function
Hopefully 9 months later you're still looking for this.
My System SpecsSystem Spec
26 May 2010   #18
ultramage

Windows 7
 
 

Hello, I'm wondering if Windows 7 supports a more fine-grained configuration: have password on wakeup from sleep, but not on wakeup from hibernation. This is because I already have a password prompt from Truectrypt, so asking for the password again is just redundant.
My System SpecsSystem Spec
27 May 2010   #19
baarod

Windows 7 Ultimate 64-bit
Chicago
 
 

Quote   Quote: Originally Posted by ultramage View Post
Hello, I'm wondering if Windows 7 supports a more fine-grained configuration: have password on wakeup from sleep, but not on wakeup from hibernation. This is because I already have a password prompt from Truectrypt, so asking for the password again is just redundant.
I'm assuming you're using truecrypt because your version of Windows does not support the superior Bitlocker?
My System SpecsSystem Spec
Comment

 Password - Require on Wakeup problems?



Tutorial Tools



Similar help and support threads for: Password - Require on Wakeup
Windows 7 Tutorial Category
Set to Require Password on Wakeup - But it doesn't General Discussion
UAC - Require a Password for Administrator Tutorials
Required password on wakeup General Discussion
Laptop Sleep then wakeup password error General Discussion
How to turn off "Require password on wakeup"? Customization


All times are GMT -5. The time now is 09:45 AM.


Seven Forums Android App Seven Forums IOS App Follow us on Facebook

Windows 7 Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows 7" and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd
  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32