Rocksolid Light

Welcome to novaBBS (click a section below)

mail  files  register  newsreader  groups  login

Message-ID:  

Save yourself! Reboot in 5 seconds!


computers / alt.comp.os.windows-10 / Tip: screen saver grace period

SubjectAuthor
* Tip: screen saver grace periodT
+* Re: Tip: screen saver grace periodBig Al
|`- Re: Tip: screen saver grace periodBig Al
`- Re: Tip: screen saver grace periodChris

1
Tip: screen saver grace period

<t1olue$e19$1@dont-email.me>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=61096&group=alt.comp.os.windows-10#61096

  copy link   Newsgroups: alt.comp.os.windows-10 alt.comp.os.windows-11
Path: i2pn2.org!i2pn.org!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: T...@invalid.invalid (T)
Newsgroups: alt.comp.os.windows-10,alt.comp.os.windows-11
Subject: Tip: screen saver grace period
Date: Sat, 26 Mar 2022 20:33:32 -0700
Organization: A noiseless patient Spider
Lines: 39
Message-ID: <t1olue$e19$1@dont-email.me>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Sun, 27 Mar 2022 03:33:34 -0000 (UTC)
Injection-Info: reader02.eternal-september.org; posting-host="a65040953a42d92bc440232aae691180";
logging-data="14377"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX181OBefVbVlOiXluvyTh4b8YOynHagyNMk="
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101
Thunderbird/91.5.0
Cancel-Lock: sha1:PkD7AtRiX0U4yeqJlULpfXGrwUU=
Content-Language: en-DE
 by: T - Sun, 27 Mar 2022 03:33 UTC

Hi All,

A lot of folks do not realize that if they have their
screen saver to to require a pasword to recover, that
it is possible toset a grace period before the lock
occurs. This is a typical setting in Linux, but
obscure in Windows.

Grace is nice to hvae as when the scrfeen saver
starts you can just wiggle the mouse and not hvae
to re-enter your password if you are in the
grace period.

Here is a sample .reg file to set your screen saver to

active
600 seconds (10 minutes)
Secure (enter a password to recover)
300 (12c) (5 min) grace period

:-)

-T

REGEDIT4
; screen saver settings for xxxx
; Note: ScreenSaveTimeOut is in seconds 600 sec = 10 minutes

[HKEY_CURRENT_USER\Control Panel\Desktop]
"ScreenSaveActive"="1"
"ScreenSaveTimeOut"="600"
"ScreenSaverIsSecure"="1"

; Note: ScreenSaverGracePeriod is also in seconds 0x12c = 300 seconds or
5 minutes
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"ScreenSaverGracePeriod"=dword:0000012c

Re: Tip: screen saver grace period

<t1p4q6$srs$1@dont-email.me>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=61101&group=alt.comp.os.windows-10#61101

  copy link   Newsgroups: alt.comp.os.windows-10 alt.comp.os.windows-11
Path: i2pn2.org!i2pn.org!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: Bea...@invalid.com (Big Al)
Newsgroups: alt.comp.os.windows-10,alt.comp.os.windows-11
Subject: Re: Tip: screen saver grace period
Date: Sun, 27 Mar 2022 03:47:17 -0400
Organization: A noiseless patient Spider
Lines: 42
Message-ID: <t1p4q6$srs$1@dont-email.me>
References: <t1olue$e19$1@dont-email.me>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Sun, 27 Mar 2022 07:47:18 -0000 (UTC)
Injection-Info: reader02.eternal-september.org; posting-host="3460a6ac1ccbd075939fe922d52fec28";
logging-data="29564"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18hSnhvrWRr1ZdDzfMpGePagmuOwyxcYIg="
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101
Thunderbird/91.7.0
Cancel-Lock: sha1:+E6YM/fa7BPMJhi8G93WtXiB+fI=
In-Reply-To: <t1olue$e19$1@dont-email.me>
Content-Language: en-US
 by: Big Al - Sun, 27 Mar 2022 07:47 UTC

On 3/26/22 23:33, this is what T wrote:
> Hi All,
>
> A lot of folks do not realize that if they have their
> screen saver to to require a pasword to recover, that
> it is possible toset a grace period before the lock
> occurs.  This is a typical setting in Linux, but
> obscure in Windows.
>
> Grace is nice to hvae as when the scrfeen saver
> starts you can just wiggle the mouse and not hvae
> to re-enter your password if you are in the
> grace period.
>
>
> Here is a sample  .reg file to set your screen saver to
>
>   active
>   600 seconds  (10 minutes)
>   Secure (enter a password to recover)
>   300 (12c) (5 min) grace period
>
> :-)
>
> -T
>
>
> REGEDIT4
> ; screen saver settings for xxxx
> ; Note: ScreenSaveTimeOut is in seconds 600 sec = 10 minutes
>
> [HKEY_CURRENT_USER\Control Panel\Desktop]
> "ScreenSaveActive"="1"
> "ScreenSaveTimeOut"="600"
> "ScreenSaverIsSecure"="1"
>
> ; Note: ScreenSaverGracePeriod is also in seconds 0x12c = 300 seconds or 5 minutes
> [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
> "ScreenSaverGracePeriod"=dword:0000012c

It might be the difference in Windows versions but my Windows 10 exports .reg files with this as the first line:
Windows Registry Editor Version 5.00

Re: Tip: screen saver grace period

<t1p4uc$srs$2@dont-email.me>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=61102&group=alt.comp.os.windows-10#61102

  copy link   Newsgroups: alt.comp.os.windows-10 alt.comp.os.windows-11
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: Bea...@invalid.com (Big Al)
Newsgroups: alt.comp.os.windows-10,alt.comp.os.windows-11
Subject: Re: Tip: screen saver grace period
Date: Sun, 27 Mar 2022 03:49:32 -0400
Organization: A noiseless patient Spider
Lines: 47
Message-ID: <t1p4uc$srs$2@dont-email.me>
References: <t1olue$e19$1@dont-email.me> <t1p4q6$srs$1@dont-email.me>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Sun, 27 Mar 2022 07:49:33 -0000 (UTC)
Injection-Info: reader02.eternal-september.org; posting-host="3460a6ac1ccbd075939fe922d52fec28";
logging-data="29564"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+ddkEvTTrhhUuf9Sv6EtqPESImMph1rPg="
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101
Thunderbird/91.7.0
Cancel-Lock: sha1:nQE5G8J4zXWHtOw5uwO0vi+CNt0=
In-Reply-To: <t1p4q6$srs$1@dont-email.me>
Content-Language: en-US
 by: Big Al - Sun, 27 Mar 2022 07:49 UTC

On 3/27/22 03:47, this is what Big Al wrote:
> On 3/26/22 23:33, this is what T wrote:
>> Hi All,
>>
>> A lot of folks do not realize that if they have their
>> screen saver to to require a pasword to recover, that
>> it is possible toset a grace period before the lock
>> occurs.  This is a typical setting in Linux, but
>> obscure in Windows.
>>
>> Grace is nice to hvae as when the scrfeen saver
>> starts you can just wiggle the mouse and not hvae
>> to re-enter your password if you are in the
>> grace period.
>>
>>
>> Here is a sample  .reg file to set your screen saver to
>>
>>    active
>>    600 seconds  (10 minutes)
>>    Secure (enter a password to recover)
>>    300 (12c) (5 min) grace period
>>
>> :-)
>>
>> -T
>>
>>
>> REGEDIT4
>> ; screen saver settings for xxxx
>> ; Note: ScreenSaveTimeOut is in seconds 600 sec = 10 minutes
>>
>> [HKEY_CURRENT_USER\Control Panel\Desktop]
>> "ScreenSaveActive"="1"
>> "ScreenSaveTimeOut"="600"
>> "ScreenSaverIsSecure"="1"
>>
>> ; Note: ScreenSaverGracePeriod is also in seconds 0x12c = 300 seconds or 5 minutes
>> [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
>> "ScreenSaverGracePeriod"=dword:0000012c
>
> It might be the difference in Windows versions but my Windows 10 exports .reg files with this as the first line:
> Windows Registry Editor Version 5.00

I'm supposing you want the login, and it's just the screen saver issue, but netplwiz will allow you to turn off that login necessity.
https://www.howtogeek.com/112919/how-to-make-your-windows-8-computer-logon-automatically/

Re: Tip: screen saver grace period

<t1rp2l$sbr$1@dont-email.me>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=61121&group=alt.comp.os.windows-10#61121

  copy link   Newsgroups: alt.comp.os.windows-11 alt.comp.os.windows-10
Path: i2pn2.org!i2pn.org!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: ithink...@gmail.com (Chris)
Newsgroups: alt.comp.os.windows-11,alt.comp.os.windows-10
Subject: Re: Tip: screen saver grace period
Date: Mon, 28 Mar 2022 07:45:25 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 25
Message-ID: <t1rp2l$sbr$1@dont-email.me>
References: <t1olue$e19$1@dont-email.me>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Mon, 28 Mar 2022 07:45:25 -0000 (UTC)
Injection-Info: reader02.eternal-september.org; posting-host="ae3d6d81aa3619bf8317d173a5e1dd46";
logging-data="29051"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19c27O3mt60Wdqjoaka33FYSAAS4zl0ij0="
User-Agent: NewsTap/5.5 (iPhone/iPod Touch)
Cancel-Lock: sha1:3Ejjx9qUMTWJ6erYdnLgginzFHQ=
sha1:EgBEIev/L2LyJsWC02hkl3rLmyc=
 by: Chris - Mon, 28 Mar 2022 07:45 UTC

T <T@invalid.invalid> wrote:
> Hi All,
>
> A lot of folks do not realize that if they have their
> screen saver to to require a pasword to recover, that
> it is possible toset a grace period before the lock
> occurs. This is a typical setting in Linux, but
> obscure in Windows.
>
> Grace is nice to hvae as when the scrfeen saver
> starts you can just wiggle the mouse and not hvae
> to re-enter your password if you are in the
> grace period.
>
>
> Here is a sample .reg file to set your screen saver to
>
> active
> 600 seconds (10 minutes)
> Secure (enter a password to recover)
> 300 (12c) (5 min) grace period

5 min grace period seems excessive. May as well have a 15 minute lock
period. Any more than 15 seconds and it's not a grace period IMO.

1
server_pubkey.txt

rocksolid light 0.9.8
clearnet tor