Utility to force logoff of users on same machine

C

cweeks78681

We generally have 4 users logged on to XP Pro simultaneously (3 limited
accounts and an admin). I need a command line utility to force the 3
users to be logged off at 1:00am so the resources they are consuming
will become available to some scheduled tasks that run every night.
Something simple like this:

logoff /f user1

Then I could use AT to schedule a .cmd file to run the command for each
user:

at 1:00 /every:M-Su SuperLogoff.cmd

SuperLogoff.cmd would simply contain:

logoff /f user1
logoff /f user2
logoff /f user3

Is any such utility available? This is on a single machine (no domain)
and all users are running on the machine where the logoff command would
run.

Is there anything in Group Policies (gpedit.msc) that would facilitate
this?
 
N

NewScience

I found an application called Access Boss thru Google. It's great for home
(kids, ....) or anyone needed to control Users access times. Is very
dynamic, permits settings when uses can log in, for how long, what days, and
when to force logouts - with tunable time warning messages prior to forcing
user logoff.

It's based on user accounts, so you can leave Admin accounts alone, and just
force others.

Search for Access Boss in Google. Very cheap.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top