19

So I took a plunge and installed Windows 8 Consumer Preview on my main home PC. So far so good, but there is one annoyance - the system "locks" the computer after a period of inactivity causing me to re-enter my password.

I really would like to avoid this, but have no idea how. I already tried the power settings (no pass on wake up) and the screen saver settings with no luck. Is this some sort of bug, or am I missing something?

P.S. In this case I favor convenience over security.

Oliver Salzburg
  • 89,072
  • 65
  • 269
  • 311
Filip Frącz
  • 291
  • 1
  • 2
  • 4

8 Answers8

13

Control Panel\Hardware and Sound\Power Options\System Settings click "change settings that are currently unavailable" and than choose at password protection on wakeup "don't require a password"

teeny-weeny
  • 131
  • 1
  • 2
6

You can get rid of the lock screen (before the login prompt) by means of a policy change. Start gpedit.msc, then go to Computer Configuration -> Administrative Templates -> Control Panel -> Personalization and in the left pane double-click the setting Do not display the lock screen and set it to Enabled.

Copied from another answer by me here.

0xC0000022L
  • 7,544
  • 10
  • 54
  • 94
3

Type "EAS" in the Metro Start Screen and click Settings on the right side. From there you can reset the EAS Policies. This will help if you have connected a mail account which enforces some security policies.

If you have a non-english Windows installed try the following (instead of typing EAS): Win+X and open Control panel > Control Panel > User Accounts > Reset Security Policies.

After this, you should be able to disable the requirement for password under PC Settings → User.

andreas
  • 31
2

Check under power options. Setting --> control panel --> System and Security --> Power Options--> Password protection on wakeup

JohnDoe297
  • 21
  • 1
0

This particular question is NOT a group policy issue nor does it have anything to do with the power settings. This is the Windows 8.x “LOCK SCREEN” that displays if you have the system set up to display a screensaver. To disable this annoying “Lock Screen”, do the following :

  • From the Apps screen ( not desktop ), select “This PC”.
  • Next, from the top toolbar, select “Open Control Panel”.
  • From this “Catagorized” control panel, select “Appearance and Personalization”.
  • Next, under “Personalization”, click “Change Screensaver”.
  • In the middle of this screen, you will see “Screen saver”.UNCHECK the tick box that says “On resume, display logon screen.

Hit Apply and then OK.

This will prevent the Windows “Lock Screen” from re-appearing every time the system reaches the timeout value that was entered in the screen saver activation timer.

Issue resolved.

K M
  • 1
0

I think this is a bug, at least on my installation If i change the screen saver timeout from the default 5 mins to anything else then click OK or Apply and come back to Screen saver settings it has reverted back to 5 mins

0

(Posting this answer for searchability)

The answer on this page (http://www.askvg.com/how-to-disable-lock-screen-in-windows-8/) worked for others in my organization, but not for me. The solution there was:

METHOD 1: Using Group Policy Editor (gpedit.msc)

  1. Press "WIN+R" key combination to launch RUN dialog box then type gpedit.msc and press Enter. > It'll open Group Policy Editor.
  2. Now go to: Computer Configuration -> Administrative Templates -> Control Panel -> Personalization
  3. double-click on "Do not display the lock screen" option and set its value to "Enabled".

METHOD 2: Using Registry Editor (regedit)

  1. Set via regedit: HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Personalization
  2. create a new DWORD NoLockScreen and set its value to 1

NB: I'm running OSX, and then a Windows 8 VM with Parallels. @teeney-weeny's solution worked for me since the Parallels profile had some overrides.

Admittedly, my current environment has a cumulative solution (method 1 + method 2 + @teeney-weeny's solution).

JJ Zabkar
  • 101
  • 3
-1

Right click on desktop and click personalize and go to click screen saver and check the dialog box on resume display logon screen

biju
  • 1