Home All Groups Group Topic Archive Search About
Author
27 May 2005 9:08 PM
Boy
We use the PCs run W2K with W2003 server.  We share the pc with individual
login to the server.  The problem is when the person lock the pc instead of
log off, no body can un-lock unless the admin.  Can we set the idle time
session so the user will be log off by it self after pre-set time. I know
that we cannot knock them out when they're still online (active).
I have set the IdleTimeOut from the [sesion] tab in the user properties
(server), but still no help.
Also have another sugesstion to change the registry in [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SessionManager\AutoChkTimeOut]  but I cannot finde that REG_DWORD.
Any other option?

cheers,
boy

Author
28 May 2005 3:21 PM
Torgeir Bakken (MVP)
Boy wrote:

> We use the PCs run W2K with W2003 server.  We share the pc with individual
> login to the server.  The problem is when the person lock the pc instead of
> log off, no body can un-lock unless the admin.  Can we set the idle time
> session so the user will be log off by it self after pre-set time. I know
> that we cannot knock them out when they're still online (active).
> I have set the IdleTimeOut from the [sesion] tab in the user properties
> (server), but still no help.
> Also have another sugesstion to change the registry in
> [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SessionManager\AutoChkTimeOut]  but I cannot finde that REG_DWORD.
> Any other option?
Hi,

A couple of options:

1)
Use a logout screen saver:

Winexit.scr in the free Win2k3 Server RK kit (will work on
Win2k and WinXP at least) will logoff a user even if the computer
is locked, as long as "Force application termination" is enabled
in winexit.scr's configuration.

Windows Server 2003 Resource Kit Tools
http://www.microsoft.com/downloads/details.aspx?FamilyID=9d467a69-57ff-4ae7-96ee-b18c4790cffd&DisplayLang=en

The kit will install on WinXP or later and you can then copy
winexit.scr to other computers without installing the RK tools
on those other computers.

If the users are non-admins on the local computer you must add Set Value
and Create Subkey permissions for the group Everyone on this registry
key:
HKEY_Local_Machine\Software\Microsoft\WindowsNT\CurrentVersion

How can I use the WinExit screen saver without granting Admin rights?
http://www.jsifaq.com/SUBC/tip1100/rh1179.htm

Logoff Screen Saver Does Not Function in Windows NT
http://support.microsoft.com/default.aspx?scid=kb;EN-US;156677


2)
Another option is to create a scheduled job on each computer that logs
the user off after a set amount of idle time:

http://groups.google.co.uk/groups?selm=3FB6E343.FB3AE***@hydro.com



--
torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway
Administration scripting examples and an ONLINE version of
the 1328 page Scripting Guide:
http://www.microsoft.com/technet/scriptcenter/default.mspx
Are all your drivers up to date? click for free checkup

Author
29 May 2005 1:06 AM
Boy
Option # 1 works fine, but seems that the screen saver is unique to the user
login, which means it has to be set up for all user.  Is there any way to
change the registry to make this screen saver option as a default?

Thank you.
Boy

Show quoteHide quote
"Torgeir Bakken (MVP)" wrote:
> Hi,
>
> A couple of options:
>
> 1)
> Use a logout screen saver:
>
> Winexit.scr in the free Win2k3 Server RK kit (will work on
> Win2k and WinXP at least) will logoff a user even if the computer
> is locked, as long as "Force application termination" is enabled
> in winexit.scr's configuration.
>
> Windows Server 2003 Resource Kit Tools
> http://www.microsoft.com/downloads/details.aspx?FamilyID=9d467a69-57ff-4ae7-96ee-b18c4790cffd&DisplayLang=en
>
> The kit will install on WinXP or later and you can then copy
> winexit.scr to other computers without installing the RK tools
> on those other computers.
>
> If the users are non-admins on the local computer you must add Set Value
> and Create Subkey permissions for the group Everyone on this registry
> key:
> HKEY_Local_Machine\Software\Microsoft\WindowsNT\CurrentVersion
>
> How can I use the WinExit screen saver without granting Admin rights?
> http://www.jsifaq.com/SUBC/tip1100/rh1179.htm
>
> Logoff Screen Saver Does Not Function in Windows NT
> http://support.microsoft.com/default.aspx?scid=kb;EN-US;156677
>
>
> 2)
> Another option is to create a scheduled job on each computer that logs
> the user off after a set amount of idle time:
>
> http://groups.google.co.uk/groups?selm=3FB6E343.FB3AE***@hydro.com
>
>
>
> --
> torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway
> Administration scripting examples and an ONLINE version of
> the 1328 page Scripting Guide:
> http://www.microsoft.com/technet/scriptcenter/default.mspx
>
Author
29 May 2005 9:29 PM
Boy
Sorry, Our server runs W2K not W2K3 :(
I found in the other posting to set the screen saver default by clicking
Start ->AdministrativeTools->Group Policy Management
I reckon that's only on W2K3 server.  I cannot find the Group Policy
Management in mine.

TIA
boy

Show quoteHide quote
"Torgeir Bakken (MVP)" wrote:

> Boy wrote:
>
> > We use the PCs run W2K with W2003 server.  We share the pc with individual
> > login to the server.  The problem is when the person lock the pc instead of
> > log off, no body can un-lock unless the admin.  Can we set the idle time
> > session so the user will be log off by it self after pre-set time. I know
> > that we cannot knock them out when they're still online (active).
> > I have set the IdleTimeOut from the [sesion] tab in the user properties
> > (server), but still no help.
> > Also have another sugesstion to change the registry in
> > [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SessionManager\AutoChkTimeOut]  but I cannot finde that REG_DWORD.
> > Any other option?
> Hi,
>
> A couple of options:
>
> 1)
> Use a logout screen saver:
>
> Winexit.scr in the free Win2k3 Server RK kit (will work on
> Win2k and WinXP at least) will logoff a user even if the computer
> is locked, as long as "Force application termination" is enabled
> in winexit.scr's configuration.
>
> Windows Server 2003 Resource Kit Tools
> http://www.microsoft.com/downloads/details.aspx?FamilyID=9d467a69-57ff-4ae7-96ee-b18c4790cffd&DisplayLang=en
>
> The kit will install on WinXP or later and you can then copy
> winexit.scr to other computers without installing the RK tools
> on those other computers.
>
> If the users are non-admins on the local computer you must add Set Value
> and Create Subkey permissions for the group Everyone on this registry
> key:
> HKEY_Local_Machine\Software\Microsoft\WindowsNT\CurrentVersion
>
> How can I use the WinExit screen saver without granting Admin rights?
> http://www.jsifaq.com/SUBC/tip1100/rh1179.htm
>
> Logoff Screen Saver Does Not Function in Windows NT
> http://support.microsoft.com/default.aspx?scid=kb;EN-US;156677
>
>
> 2)
> Another option is to create a scheduled job on each computer that logs
> the user off after a set amount of idle time:
>
> http://groups.google.co.uk/groups?selm=3FB6E343.FB3AE***@hydro.com
>
>
>
> --
> torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway
> Administration scripting examples and an ONLINE version of
> the 1328 page Scripting Guide:
> http://www.microsoft.com/technet/scriptcenter/default.mspx
>
Author
28 May 2005 8:09 PM
Andrei Belogortseff
"Boy" <B**@discussions.microsoft.com> wrote in message
news:08BA663B-AA7E-4383-8C70-1C52AD66717A@microsoft.com...
> We use the PCs run W2K with W2003 server.  We share the pc with
individual
> login to the server.  The problem is when the person lock the pc
instead of
> log off, no body can un-lock unless the admin.

Our product ActiveExit XP can, among other things, restart or shut down
the computer after a period of inactivity even if the user has locked
the workstation:

http://www.winability.com/active-exit/

--
HTH

Andrei Belogortseff
WinAbility(r) Software Corp. [ http://www.winability.com/ ]
"Useful Windows Utilities and Security Software"

Bookmark and Share