PDA

View Full Version : Force User Logoff



FLKittKatz
03-28-2006, 07:13 AM
Is there any Registry Tweak that will force a station to Logoff if it hasn't been accessed or is locked down for more than , say, 8 hours? I am having trouble getting my users to log off when they are finished working.

Wogboy222
03-30-2006, 03:24 PM
Actully, I Don't know. But you can create your own.
Create a vbs script, that can sit for the selected time and when time's up it will logoff.
Insert this:
Set WshShell = WScript.CreateObject("WScript.Shell")
Wscript.Sleep <Desired Time is Miliseconds>
WshShell.Run ("%Windir%\System32\logoff.exe")


<font color=blue> I Here to Help! </font color=blue>

<font color=red> Wog_Hacker@Yahoo.com</font color=red>

spogmay
04-03-2006, 04:33 AM
get and installed "scheduled shutdown" utility which is i think freely available on net.
it may be helpful for u.