bamy787 has asked for the wisdom of the Perl Monks concerning the following question:
I am working on a program to record the users' activities on a LAN and disconnect them when their username expires(after a time period). The LAN is implemented on a Win2000 Advanced Server.
How can I disconnect the users using Perl? Is this possible? Has got a special trick or a flag in Windows registry?
Thanks for your suggestion.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Disconnect users
by traveler (Parson) on Nov 30, 2002 at 19:11 UTC | |
|
Re: Disconnect users (Win32AdminMisc,UserSetMiscAttributes, UF_ACCOUNTDISABLE, USER_LOGON_HOURS)
by ybiC (Prior) on Nov 30, 2002 at 22:56 UTC |