Re: Automatically log off a user from a client workstation
- From: "Bob Genestet" <bob_genestet@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Sun, 3 Sep 2006 18:36:43 -0500
Barry,
You might play around with this command
The following command will lock a workstation:
%windir%\System32\rundll32.exe user32.dll,LockWorkStation
Create a Scheduled Task using the following in a batch file or add the batch
file to a logon script to automatically create the scheduled task on the
workstation.:
schtasks /create /RU "" /tn "Lock Workstation" /tr
"%windir%\System32\rundll32.exe user32.dll",LockWorkStation /sc onidle /i 30
Change the 30 to 5, if 30 minutes is too long
Bob
"WinAbility.Com"
<use-our-web-site-to-contact-us@xxxxxxxxxxxxxxxxxxxxxxxxxxxx> wrote in
message news:%23rNAMU5zGHA.1292@xxxxxxxxxxxxxxxxxxxxxxx
"Barry McConomy" <siscan@xxxxxxxxxx> wrote in message
news:12flh1hpbshet7c@xxxxxxxxxxxxxxxxxxxxx
Is there a way to automatically log off a user from a client workstation
if there is no activity for say 5 minutes.
Our software ActiveExit can do that (or lock the computer, or restart it):
http://www.winability.com/active-exit
You can use it for free for 30 days and see if it works well enough for
your needs.
--
Regards,
Andrei Belogortseff
WinAbility(r) Software Corp. [ http://www.winability.com/ ]
"Useful Windows Utilities and Security Software"
.
- Follow-Ups:
- Re: Automatically log off a user from a client workstation
- From: Kevin Weilbacher [SBS-MVP]
- Re: Automatically log off a user from a client workstation
- References:
- Automatically log off a user from a client workstation
- From: Barry McConomy
- Re: Automatically log off a user from a client workstation
- From: WinAbility.Com
- Automatically log off a user from a client workstation
- Prev by Date: Re: Security experts criticize an SBS installation
- Next by Date: Re: Service Pack 2
- Previous by thread: Re: Automatically log off a user from a client workstation
- Next by thread: Re: Automatically log off a user from a client workstation
- Index(es):
Relevant Pages
|